summaryrefslogtreecommitdiffstats
path: root/keystore/tests/src/android/security/KeyStoreTest.java
Commit message (Expand)AuthorAgeFilesLines
* Keymaster INT, LONG and DATE tag values are unsigned.Alex Klyubin2015-06-231-58/+55
* Android Keystore keys are no longer backed by Conscrypt.Alex Klyubin2015-06-101-5/+0
* Remove deprecated android.security.KeyStore methods.Alex Klyubin2015-06-081-12/+12
* Merge "Remove KM_TAG_CHUNK_LENGTH and add KM_TAG_AEAD_TAG" into mnc-devAlex Klyubin2015-06-031-2/+2
|\
| * Remove KM_TAG_CHUNK_LENGTH and add KM_TAG_AEAD_TAGAlex Klyubin2015-06-021-2/+2
* | Track changes to the keystore binder APIChad Brubaker2015-06-011-10/+5
|/
* Fix testAuthNeeded testChad Brubaker2015-05-151-1/+2
* New AndroidKeyStore API in android.security.keystore.Alex Klyubin2015-05-131-1/+0
* Fix KeyStoreTest now that begin requires parameters.Alex Klyubin2015-05-111-2/+12
* Cleanup keystore password changing and unlockingChad Brubaker2015-05-081-43/+67
* frameworks/base: switch to using NativeConstants.Adam Langley2015-04-241-15/+15
* Merge "Fix testSaw_ungrantedUid_Bluetooth"Chad Brubaker2015-04-101-2/+2
|\
| * Fix testSaw_ungrantedUid_BluetoothChad Brubaker2015-04-101-2/+2
* | Track more changes to keymaster_defs.hAlex Klyubin2015-04-101-9/+5
|/
* Mark all test keys as no auth requiredChad Brubaker2015-04-021-0/+32
* Allow entropy to be provided to some operationsChad Brubaker2015-03-271-8/+27
* Use correct tag type for RSA exponentChad Brubaker2015-03-221-4/+4
* Make application/client id an objectChad Brubaker2015-03-211-13/+4
* Specify public exponent for RSAChad Brubaker2015-03-201-0/+5
* Add initial Keymaster 1.0 testsChad Brubaker2015-03-061-0/+218
* Correct test data size in keystore signing and verification tests.Shawn Willden2014-09-141-15/+16
* Add support for DSA and ECDSA key typesKenny Root2013-08-301-14/+29
* resolved conflicts for merge of fca0f92e to stage-aosp-masterElliott Hughes2013-06-281-3/+3
|\
| * Switch frameworks/base over from @hidden Charsets to public StandardCharsets.Elliott Hughes2013-06-281-3/+3
* | Remove old KeyStore call sitesKenny Root2013-04-121-53/+70
|/
* KeyStore: change migrate to duplicateKenny Root2013-03-211-6/+30
* KeyStore: add "migrate" commandKenny Root2013-03-201-0/+32
* KeyStore: add API to uid versionsKenny Root2013-03-201-6/+153
* am 768d9e1a: Merge "Correct executable bit for source files"Kenny Root2012-11-071-0/+0
|\
| * Correct executable bit for source filesKenny Root2012-11-071-0/+0
* | Add getmtime to Android KeyStore APIKenny Root2012-08-201-0/+50
|/
* Remove useless TestRunnerKenny Root2012-08-101-2/+6
* Change KeyStore to use Modified UTF-8 to match NativeCryptoBrian Carlstrom2012-08-011-1/+1
* Improve test key names to reproduce public issueBrian Carlstrom2012-07-271-9/+11
* Add signing to keystoreKenny Root2012-03-201-1/+234
* Add KeyStoreTest.testGetBrian Carlstrom2011-06-271-0/+12
* Integrating keystore with keyguard (Part 1 of 4)Brian Carlstrom2011-06-011-29/+38
* Don't rely on the system locale for converting to/from bytes.Nick Kralevich2010-03-101-0/+11
* Add unit test for the new keystore.Chung-yih Wang2009-09-291-0/+135