summaryrefslogtreecommitdiffstats
path: root/keystore/java
Commit message (Expand)AuthorAgeFilesLines
* am fa2bd4fe: am 888f5cb7: am ecfda064: Merge "Make specifying self-signed cer...Alex Klyubin2015-04-141-10/+38
|\
| * Make specifying self-signed cert parameters optional.Alex Klyubin2015-04-141-10/+38
* | Unhide the new AndroidKeyStore API.Alex Klyubin2015-04-1312-129/+10
* | resolved conflicts for merge of a978a3d6 to masterAlex Klyubin2015-04-1315-1456/+1099
|\ \ | |/
| * Merge "Use JCA names for block modes, paddings, and digests."Alex Klyubin2015-04-1315-1446/+1089
| |\
| | * Use JCA names for block modes, paddings, and digests.Alex Klyubin2015-04-1315-1446/+1089
* | | am 651dbfde: am ad48c4c9: am c1c6528d: Merge "Add EcIesParameterSpec to enabl...Alex Klyubin2015-04-111-0/+287
|\ \ \ | |/ /
| * | Add EcIesParameterSpec to enable ECIES crypto.Alex Klyubin2015-04-101-0/+287
| |/
* | am 037dfb94: am 5f8c17b9: am ba2836e6: Merge "Track recent keymaster_defs.h c...Alex Klyubin2015-04-101-2/+2
|\ \ | |/
| * Track recent keymaster_defs.h changes.Alex Klyubin2015-04-091-2/+2
* | am 04a99c7b: am 82cba6aa: am c6eb6288: Merge "Split key origin into TEE/not a...Alex Klyubin2015-04-103-15/+29
|\ \ | |/
| * Split key origin into TEE/not and generated/imported.Alex Klyubin2015-04-093-15/+29
* | am 4acc3392: am 8676a88e: am 97d2d7c4: Merge "Fix minor issues in new Javadoc...Alex Klyubin2015-04-093-21/+14
|\ \ | |/
| * Fix minor issues in new Javadocs of AndroidKeyStore.Alex Klyubin2015-04-093-21/+14
* | am 098833c5: am ec01623b: am aeae0f38: Merge "Add asymmetric crypto constants...Alex Klyubin2015-04-091-5/+98
|\ \ | |/
| * Merge "Add asymmetric crypto constants for AndroidKeyStore API."Alex Klyubin2015-04-091-5/+98
| |\
| | * Add asymmetric crypto constants for AndroidKeyStore API.Alex Klyubin2015-04-091-5/+98
* | | am c6112eb7: am 21c4e465: am 8c58ba87: Merge "Add missing mapping between JCA...Alex Klyubin2015-04-092-0/+11
|\ \ \ | |/ /
| * | Merge "Add missing mapping between JCA and keystore HMAC names."Alex Klyubin2015-04-092-0/+11
| |\ \ | | |/ | |/|
| | * Add missing mapping between JCA and keystore HMAC names.Alex Klyubin2015-04-092-0/+11
* | | am bbf3cc57: am fd168151: am e26347bb: Merge "Hide KeyStoreParameter.Builder....Alex Klyubin2015-04-091-1/+2
|\ \ \ | |/ /
| * | Hide KeyStoreParameter.Builder.setRandomizedEncryptionRequired.Alex Klyubin2015-04-091-1/+2
| |/
* | resolved conflicts for merge of b9a9d46c to masterAlex Klyubin2015-04-096-12/+249
|\ \ | |/
| * Merge "Require IND-CPA by default for new AndroidKeyStore keys."Alex Klyubin2015-04-096-12/+247
| |\
| | * Require IND-CPA by default for new AndroidKeyStore keys.Alex Klyubin2015-04-086-12/+247
* | | am 2d81cb68: am 2cb1e1dc: am 1da3d7fc: Merge "Add more digests to AndroidKeyS...Alex Klyubin2015-04-094-23/+190
|\ \ \ | |/ /
| * | Add more digests to AndroidKeyStore API.Alex Klyubin2015-04-084-23/+190
| |/
* | am da66cab3: am f1a1160c: am c0d6b7cb: Merge "Fix typo"Alex Klyubin2015-04-081-1/+1
|\ \ | |/
| * Fix typoAlex Klyubin2015-04-081-1/+1
* | am 9be1016b: am c48e8cf0: am edd0e6c0: Merge "Refuse to reuse IV in encryptio...Alex Klyubin2015-04-081-14/+44
|\ \ | |/
| * Merge "Refuse to reuse IV in encryption mode in AndroidKeyStore."Alex Klyubin2015-04-081-14/+44
| |\
| | * Refuse to reuse IV in encryption mode in AndroidKeyStore.Alex Klyubin2015-04-081-14/+44
* | | am 8ad875f5: am 0649c832: am 3283d2d2: Merge "Add BlockMode.GCM constant to A...Alex Klyubin2015-04-081-1/+12
|\ \ \ | |/ /
| * | Add BlockMode.GCM constant to AndroidKeyStore API.Alex Klyubin2015-04-071-1/+12
| |/
* | resolved conflicts for merge of 06adabdb to masterAlex Klyubin2015-04-078-700/+471
|\ \ | |/
| * Make the new AndroidKeyStore API conformant.Alex Klyubin2015-04-078-698/+470
* | am ba88b692: am e2e5b88e: am 64b0062a: Merge "Load fewer classes when Android...Alex Klyubin2015-04-031-15/+23
|\ \ | |/
| * Load fewer classes when AndroidKeyStore provider is installed.Alex Klyubin2015-04-031-15/+23
* | resolved conflicts for merge of b068f162 to masterAlex Klyubin2015-04-037-54/+78
|\ \ | |/
| * Merge "Rename KeymasterException to KeyStoreException."Alex Klyubin2015-04-037-51/+75
| |\
| | * Rename KeymasterException to KeyStoreException.Alex Klyubin2015-04-027-51/+75
* | | am c869ac1b: am ec029e55: am b292e49b: Merge "Obtain SPI without using Reflec...Alex Klyubin2015-04-031-14/+7
|\ \ \ | |/ /
| * | Obtain SPI without using Reflection.Alex Klyubin2015-04-031-14/+7
| |/
* | Add fingerprint-specific API to KeyPairGeneratorSpec.Alex Klyubin2015-04-021-3/+39
* | am 58031d5e: am 378df98e: am 3cc9e5d6: Merge "Improve the AndroidKeyStore-bac...Alex Klyubin2015-04-022-10/+18
|\ \ | |/
| * Merge "Improve the AndroidKeyStore-backed HMAC state machine."Alex Klyubin2015-04-022-10/+18
| |\
| | * Improve the AndroidKeyStore-backed HMAC state machine.Alex Klyubin2015-04-012-10/+18
* | | resolved conflicts for merge of e7e705d4 to masterAlex Klyubin2015-04-023-17/+458
|\ \ \ | |/ /
| * | Merge "Expose new key use constraints in KeyPairGeneratorSpec."Alex Klyubin2015-04-023-17/+458
| |\ \
| | * | Expose new key use constraints in KeyPairGeneratorSpec.Alex Klyubin2015-04-023-17/+458
| | |/