index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
keystore
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Add Keymaster KM_ORIGIN_UNKNOWN constant."
Alex Klyubin
2015-04-16
1
-1
/
+11
|
\
|
*
Add Keymaster KM_ORIGIN_UNKNOWN constant.
Alex Klyubin
2015-04-14
1
-1
/
+11
*
|
Remove IV auto-generation workaround.
Alex Klyubin
2015-04-15
1
-12
/
+6
*
|
Unbreak obtaining symmetric keys from AndroidKeyStore.
Alex Klyubin
2015-04-14
1
-5
/
+10
*
|
Merge "No need to specify EC curve name in EcIesParameterSpec."
Alex Klyubin
2015-04-14
1
-25
/
+2
|
\
\
|
*
|
No need to specify EC curve name in EcIesParameterSpec.
Alex Klyubin
2015-04-13
1
-25
/
+2
|
|
/
*
|
Make specifying self-signed cert parameters optional.
Alex Klyubin
2015-04-14
2
-40
/
+64
|
/
*
Merge "Use JCA names for block modes, paddings, and digests."
Alex Klyubin
2015-04-13
15
-1446
/
+1089
|
\
|
*
Use JCA names for block modes, paddings, and digests.
Alex Klyubin
2015-04-13
15
-1446
/
+1089
*
|
Merge "Add EcIesParameterSpec to enable ECIES crypto."
Alex Klyubin
2015-04-11
1
-0
/
+287
|
\
\
|
*
|
Add EcIesParameterSpec to enable ECIES crypto.
Alex Klyubin
2015-04-10
1
-0
/
+287
*
|
|
Merge "Fix testSaw_ungrantedUid_Bluetooth"
Chad Brubaker
2015-04-10
1
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix testSaw_ungrantedUid_Bluetooth
Chad Brubaker
2015-04-10
1
-2
/
+2
|
|
/
*
|
Track more changes to keymaster_defs.h
Alex Klyubin
2015-04-10
1
-9
/
+5
|
/
*
Track recent keymaster_defs.h changes.
Alex Klyubin
2015-04-09
1
-2
/
+2
*
Split key origin into TEE/not and generated/imported.
Alex Klyubin
2015-04-09
3
-15
/
+29
*
Fix minor issues in new Javadocs of AndroidKeyStore.
Alex Klyubin
2015-04-09
3
-21
/
+14
*
Merge "Add asymmetric crypto constants for AndroidKeyStore API."
Alex Klyubin
2015-04-09
1
-5
/
+98
|
\
|
*
Add asymmetric crypto constants for AndroidKeyStore API.
Alex Klyubin
2015-04-09
1
-5
/
+98
*
|
Merge "Add missing mapping between JCA and keystore HMAC names."
Alex Klyubin
2015-04-09
2
-0
/
+11
|
\
\
|
|
/
|
/
|
|
*
Add missing mapping between JCA and keystore HMAC names.
Alex Klyubin
2015-04-09
2
-0
/
+11
*
|
Hide KeyStoreParameter.Builder.setRandomizedEncryptionRequired.
Alex Klyubin
2015-04-09
1
-1
/
+2
|
/
*
Merge "Require IND-CPA by default for new AndroidKeyStore keys."
Alex Klyubin
2015-04-09
6
-12
/
+247
|
\
|
*
Require IND-CPA by default for new AndroidKeyStore keys.
Alex Klyubin
2015-04-08
6
-12
/
+247
*
|
Add more digests to AndroidKeyStore API.
Alex Klyubin
2015-04-08
4
-23
/
+190
|
/
*
Fix typo
Alex Klyubin
2015-04-08
1
-1
/
+1
*
Merge "Refuse to reuse IV in encryption mode in AndroidKeyStore."
Alex Klyubin
2015-04-08
1
-14
/
+44
|
\
|
*
Refuse to reuse IV in encryption mode in AndroidKeyStore.
Alex Klyubin
2015-04-08
1
-14
/
+44
*
|
Add BlockMode.GCM constant to AndroidKeyStore API.
Alex Klyubin
2015-04-07
1
-1
/
+12
|
/
*
Make the new AndroidKeyStore API conformant.
Alex Klyubin
2015-04-07
8
-698
/
+470
*
Load fewer classes when AndroidKeyStore provider is installed.
Alex Klyubin
2015-04-03
1
-15
/
+23
*
Merge "Rename KeymasterException to KeyStoreException."
Alex Klyubin
2015-04-03
7
-51
/
+75
|
\
|
*
Rename KeymasterException to KeyStoreException.
Alex Klyubin
2015-04-02
7
-51
/
+75
*
|
Merge "Mark all test keys as no auth required"
Chad Brubaker
2015-04-03
1
-0
/
+32
|
\
\
|
*
|
Mark all test keys as no auth required
Chad Brubaker
2015-04-02
1
-0
/
+32
*
|
|
Obtain SPI without using Reflection.
Alex Klyubin
2015-04-03
1
-14
/
+7
|
|
/
|
/
|
*
|
Merge "Improve the AndroidKeyStore-backed HMAC state machine."
Alex Klyubin
2015-04-02
2
-10
/
+18
|
\
\
|
*
|
Improve the AndroidKeyStore-backed HMAC state machine.
Alex Klyubin
2015-04-01
2
-10
/
+18
*
|
|
Merge "Expose new key use constraints in KeyPairGeneratorSpec."
Alex Klyubin
2015-04-02
3
-17
/
+458
|
\
\
\
|
*
|
|
Expose new key use constraints in KeyPairGeneratorSpec.
Alex Klyubin
2015-04-02
3
-17
/
+458
|
|
/
/
*
|
|
Add exception types for AndroidKeyStore key validity issues.
Alex Klyubin
2015-04-01
4
-0
/
+115
|
/
/
*
|
Use Keymaster-friendly validity dates.
Alex Klyubin
2015-04-01
3
-27
/
+41
*
|
Merge "Hook in user authenticators and their exceptions."
Alex Klyubin
2015-04-01
9
-30
/
+159
|
\
\
|
*
|
Hook in user authenticators and their exceptions.
Alex Klyubin
2015-03-31
9
-30
/
+159
*
|
|
A way to obtain KeyStore operation handle from crypto primitives.
Alex Klyubin
2015-03-31
4
-3
/
+103
|
/
/
*
|
Add license banner to recently added AndroidKeyStore files.
Alex Klyubin
2015-03-31
14
-0
/
+224
*
|
Add SecretKeyFactory backed by AndroidKeyStore.
Alex Klyubin
2015-03-31
6
-1
/
+445
|
/
*
Add unauthenticated AES ciphers backed by AndroidKeyStore.
Alex Klyubin
2015-03-31
7
-111
/
+758
*
Merge "Add HmacSHA256 backed by AndroidKeyStore."
Alex Klyubin
2015-03-30
9
-4
/
+472
|
\
|
*
Add HmacSHA256 backed by AndroidKeyStore.
Alex Klyubin
2015-03-30
9
-4
/
+472
[next]