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
*
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
*
Handle KM_ERROR_CALLER_NONCE_PROHIBITED.
Alex Klyubin
2015-04-30
1
-0
/
+2
*
Merge "Switch from FingerprintService to FingerprintManager." into mnc-dev
Alex Klyubin
2015-04-30
1
-26
/
+24
|
\
|
*
Switch from FingerprintService to FingerprintManager.
Alex Klyubin
2015-04-30
1
-26
/
+24
*
|
Merge "Cleanup logic for per-op auth keys." into mnc-dev
Alex Klyubin
2015-04-30
5
-65
/
+173
|
\
\
|
|
/
|
/
|
|
*
Cleanup logic for per-op auth keys.
Alex Klyubin
2015-04-30
5
-65
/
+173
*
|
Merge "Fix the build" into mnc-dev
Svetoslav
2015-04-30
1
-2
/
+17
|
\
\
|
*
|
Fix the build
Svetoslav
2015-04-30
1
-2
/
+17
|
|
/
*
|
Track Keymaster changes.
Alex Klyubin
2015-04-30
4
-30
/
+15
|
/
*
Merge "AndroidKeyStore keys should not be handled by Bouncy Castle." into mnc...
Alex Klyubin
2015-04-30
2
-31
/
+113
|
\
|
*
AndroidKeyStore keys should not be handled by Bouncy Castle.
Alex Klyubin
2015-04-29
2
-31
/
+113
[next]