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
*
Track changes to the keystore binder API
Chad Brubaker
2015-06-01
4
-18
/
+11
*
No need to specify key size when importing.
Alex Klyubin
2015-06-01
1
-3
/
+0
*
Cleanup Binder token resetting.
Alex Klyubin
2015-05-29
2
-4
/
+3
*
Merge "Refactor Android Keystore CipherSpi base class." into mnc-dev
Alex Klyubin
2015-05-29
6
-690
/
+840
|
\
|
*
Refactor Android Keystore CipherSpi base class.
Alex Klyubin
2015-05-29
6
-690
/
+840
*
|
Merge "Add algorithm aliases for Android Keystore HMACs." into mnc-dev
Alex Klyubin
2015-05-29
1
-0
/
+19
|
\
\
|
*
|
Add algorithm aliases for Android Keystore HMACs.
Alex Klyubin
2015-05-29
1
-0
/
+19
|
|
/
*
|
Merge "Fix typo in Javadocs of KeyGenParameterSpec." into mnc-dev
Alex Klyubin
2015-05-27
1
-2
/
+2
|
\
\
|
*
|
Fix typo in Javadocs of KeyGenParameterSpec.
Alex Klyubin
2015-05-26
1
-2
/
+2
|
|
/
*
|
Remove KeyStoreParameter.getContext().
Alex Klyubin
2015-05-26
1
-18
/
+0
|
/
*
Cleanup Keystore API
Chad Brubaker
2015-05-19
1
-44
/
+41
*
Merge "Use consistent name for KeyPairGeneratorSpi." into mnc-dev
Alex Klyubin
2015-05-19
2
-9
/
+10
|
\
|
*
Use consistent name for KeyPairGeneratorSpi.
Alex Klyubin
2015-05-19
2
-9
/
+10
*
|
Switch from getSpi to getCurrentSpi.
Alex Klyubin
2015-05-18
1
-4
/
+7
|
/
*
Fix testAuthNeeded test
Chad Brubaker
2015-05-15
1
-1
/
+2
*
Remove "encrypt at rest" flag from new AndroidKeyStore API.
Alex Klyubin
2015-05-15
5
-116
/
+14
*
Merge "Move Android Keystore impl to android.security.keystore." into mnc-dev
Alex Klyubin
2015-05-14
24
-100
/
+152
|
\
|
*
Move Android Keystore impl to android.security.keystore.
Alex Klyubin
2015-05-13
24
-100
/
+152
*
|
Replace String host:port/url args with Uri arg
Robin Lee
2015-05-14
1
-23
/
+12
|
/
*
New AndroidKeyStore API in android.security.keystore.
Alex Klyubin
2015-05-13
22
-1484
/
+1616
*
Merge "Ensure key algorithm name of HMAC keys is preserved." into mnc-dev
Alex Klyubin
2015-05-13
1
-0
/
+15
|
\
|
*
Ensure key algorithm name of HMAC keys is preserved.
Alex Klyubin
2015-05-13
1
-0
/
+15
*
|
Add keystore onUserAdded/Removed methods
Chad Brubaker
2015-05-13
1
-0
/
+38
|
/
*
Flatten KeyStoreKeyProperties constants.
Alex Klyubin
2015-05-12
11
-445
/
+375
*
Merge "Link to magic constants used by AndroidKeyStore API." into mnc-dev
Alex Klyubin
2015-05-12
4
-45
/
+128
|
\
|
*
Link to magic constants used by AndroidKeyStore API.
Alex Klyubin
2015-05-11
4
-45
/
+128
*
|
Move PointFormat constants into parent class.
Alex Klyubin
2015-05-12
1
-31
/
+23
*
|
Merge "Hide @IntDef and @StringDef annotations from AnroidKeyStore API." into...
Alex Klyubin
2015-05-12
2
-0
/
+24
|
\
\
|
|
/
|
/
|
|
*
Hide @IntDef and @StringDef annotations from AnroidKeyStore API.
Alex Klyubin
2015-05-12
2
-0
/
+24
*
|
Merge "Add missing value for EcIesParameterSpec.PointFormatEnum." into mnc-dev
Alex Klyubin
2015-05-11
1
-1
/
+5
|
\
\
|
*
|
Add missing value for EcIesParameterSpec.PointFormatEnum.
Alex Klyubin
2015-05-11
1
-1
/
+5
|
|
/
*
|
Add NonNull and Nullable annotations to AndroidKeyStore API.
Alex Klyubin
2015-05-11
8
-44
/
+175
|
/
*
Fix KeyStoreTest now that begin requires parameters.
Alex Klyubin
2015-05-11
1
-2
/
+12
*
Document when encrypted AndroidKeyStore keys are wiped.
Alex Klyubin
2015-05-08
5
-18
/
+40
*
Merge "More Javadocs for AndroidKeyStore public classes." into mnc-dev
Alex Klyubin
2015-05-08
4
-58
/
+251
|
\
|
*
More Javadocs for AndroidKeyStore public classes.
Alex Klyubin
2015-05-08
4
-58
/
+251
*
|
Merge "Cleanup keystore password changing and unlocking" into mnc-dev
Chad Brubaker
2015-05-08
4
-58
/
+114
|
\
\
|
|
/
|
/
|
|
*
Cleanup keystore password changing and unlocking
Chad Brubaker
2015-05-08
4
-58
/
+114
*
|
Replace "TEE" with "secure hardware".
Alex Klyubin
2015-05-08
3
-20
/
+23
*
|
Merge "Document that new APIs for asymmetric crypto have no effect." into mnc...
Alex Klyubin
2015-05-07
2
-0
/
+48
|
\
\
|
*
|
Document that new APIs for asymmetric crypto have no effect.
Alex Klyubin
2015-05-07
2
-0
/
+48
*
|
|
Check parameters in KeyGenerator.init.
Alex Klyubin
2015-05-07
1
-68
/
+124
*
|
|
Merge "Use ProviderException in AndroidKeyStore." into mnc-dev
Alex Klyubin
2015-05-07
3
-15
/
+19
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Use ProviderException in AndroidKeyStore.
Alex Klyubin
2015-05-06
3
-15
/
+19
|
|
/
*
|
Merge "Always mix in additional entropy into keymaster." into mnc-dev
Alex Klyubin
2015-05-07
3
-10
/
+34
|
\
\
|
*
|
Always mix in additional entropy into keymaster.
Alex Klyubin
2015-05-06
3
-10
/
+34
|
|
/
*
|
Merge "Adjust the Javadoc for user authentication timeout." into mnc-dev
Alex Klyubin
2015-05-07
4
-16
/
+20
|
\
\
|
*
|
Adjust the Javadoc for user authentication timeout.
Alex Klyubin
2015-05-07
4
-16
/
+20
|
|
/
*
|
Define String constants for AndroidKeyStore crypto.
Alex Klyubin
2015-05-06
13
-397
/
+644
|
/
*
Keystore uses 0 for invalid operation handles.
Alex Klyubin
2015-05-06
4
-13
/
+19
[next]