Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
32239acf5c7f26268cf2569c35c78b8caf173fe7
/
keystore
7a882b5
Fix testAuthNeeded test
by Chad Brubaker
· 10 years ago
96481c3
Remove "encrypt at rest" flag from new AndroidKeyStore API.
by Alex Klyubin
· 9 years ago
a1fb2cf
Merge "Move Android Keystore impl to android.security.keystore." into mnc-dev
by Alex Klyubin
· 9 years ago
39087b1
Replace String host:port/url args with Uri arg
by Robin Lee
· 10 years ago
dcdaf87
Move Android Keystore impl to android.security.keystore.
by Alex Klyubin
· 9 years ago
3f8d4d8
New AndroidKeyStore API in android.security.keystore.
by Alex Klyubin
· 9 years ago
b334555
Merge "Ensure key algorithm name of HMAC keys is preserved." into mnc-dev
by Alex Klyubin
· 9 years ago
cbdd377
Ensure key algorithm name of HMAC keys is preserved.
by Alex Klyubin
· 9 years ago
83ce095
Add keystore onUserAdded/Removed methods
by Chad Brubaker
· 9 years ago
622fd93
Flatten KeyStoreKeyProperties constants.
by Alex Klyubin
· 9 years ago
03064e2
Merge "Link to magic constants used by AndroidKeyStore API." into mnc-dev
by Alex Klyubin
· 9 years ago
1af2550
Move PointFormat constants into parent class.
by Alex Klyubin
· 9 years ago
56b96da
Merge "Hide @IntDef and @StringDef annotations from AnroidKeyStore API." into mnc-dev
by Alex Klyubin
· 9 years ago
dddd6f7
Hide @IntDef and @StringDef annotations from AnroidKeyStore API.
by Alex Klyubin
· 9 years ago
e3049dc
Link to magic constants used by AndroidKeyStore API.
by Alex Klyubin
· 9 years ago
4dc5414
Merge "Add missing value for EcIesParameterSpec.PointFormatEnum." into mnc-dev
by Alex Klyubin
· 9 years ago
322e2c3
Add missing value for EcIesParameterSpec.PointFormatEnum.
by Alex Klyubin
· 9 years ago
54bb159
Add NonNull and Nullable annotations to AndroidKeyStore API.
by Alex Klyubin
· 9 years ago
2921024
Fix KeyStoreTest now that begin requires parameters.
by Alex Klyubin
· 9 years ago
5418393
Document when encrypted AndroidKeyStore keys are wiped.
by Alex Klyubin
· 9 years ago
e239f78
Merge "More Javadocs for AndroidKeyStore public classes." into mnc-dev
by Alex Klyubin
· 9 years ago
f8a96d1
Merge "Cleanup keystore password changing and unlocking" into mnc-dev
by Chad Brubaker
· 9 years ago
a91a850
Cleanup keystore password changing and unlocking
by Chad Brubaker
· 10 years ago
eedda45
More Javadocs for AndroidKeyStore public classes.
by Alex Klyubin
· 9 years ago
eae1da7
Replace "TEE" with "secure hardware".
by Alex Klyubin
· 9 years ago
a4ead5b
Merge "Document that new APIs for asymmetric crypto have no effect." into mnc-dev
by Alex Klyubin
· 10 years ago
a6e551c
Check parameters in KeyGenerator.init.
by Alex Klyubin
· 10 years ago
14bc1c5
Merge "Use ProviderException in AndroidKeyStore." into mnc-dev
by Alex Klyubin
· 10 years ago
ca84b19
Document that new APIs for asymmetric crypto have no effect.
by Alex Klyubin
· 10 years ago
38dc154
Merge "Always mix in additional entropy into keymaster." into mnc-dev
by Alex Klyubin
· 10 years ago
f555887
Merge "Adjust the Javadoc for user authentication timeout." into mnc-dev
by Alex Klyubin
· 10 years ago
27dd1a2
Adjust the Javadoc for user authentication timeout.
by Alex Klyubin
· 10 years ago
4d5443f
Define String constants for AndroidKeyStore crypto.
by Alex Klyubin
· 10 years ago
658cd66
Use ProviderException in AndroidKeyStore.
by Alex Klyubin
· 10 years ago
83a86c5
Always mix in additional entropy into keymaster.
by Alex Klyubin
· 10 years ago
9cfc428
Keystore uses 0 for invalid operation handles.
by Alex Klyubin
· 10 years ago
6358b88
Handle KM_ERROR_CALLER_NONCE_PROHIBITED.
by Alex Klyubin
· 10 years ago
033dc46
Merge "Switch from FingerprintService to FingerprintManager." into mnc-dev
by Alex Klyubin
· 10 years ago
3cd8ec3
Merge "Cleanup logic for per-op auth keys." into mnc-dev
by Alex Klyubin
· 10 years ago
2d7a85c
Switch from FingerprintService to FingerprintManager.
by Alex Klyubin
· 10 years ago
e476267
Merge "Fix the build" into mnc-dev
by Svetoslav
· 10 years ago
2dac95d
Fix the build
by Svetoslav
· 10 years ago
7ea5090
Track Keymaster changes.
by Alex Klyubin
· 10 years ago
8c82b45
Cleanup logic for per-op auth keys.
by Alex Klyubin
· 10 years ago
403ac2d
Merge "AndroidKeyStore keys should not be handled by Bouncy Castle." into mnc-dev
by Alex Klyubin
· 10 years ago
459ef1e
Surface KeyPermanentlyInvalidatedException for per-op auth keys.
by Alex Klyubin
· 10 years ago
058de02
Enable per-use user authenticated keys to be used.
by Alex Klyubin
· 10 years ago
4812563
AndroidKeyStore keys should not be handled by Bouncy Castle.
by Alex Klyubin
· 10 years ago
708fc940
Add KeyPermanentlyInvalidatedException.
by Alex Klyubin
· 10 years ago
721474b
Merge "Add OP_AUTH_NEEDED KeyStore result code" into mnc-dev
by Chad Brubaker
· 10 years ago
1eda77a
Align AndroidKeyStore API with user auth API.
by Alex Klyubin
· 10 years ago
560d653
Add OP_AUTH_NEEDED KeyStore result code
by Chad Brubaker
· 10 years ago
22335a9
am 6c1af7ea: am 8652bce1: am c71f2648: Merge "frameworks/base: switch to using NativeConstants."
by Kenny Root
· 10 years ago
c71f264
Merge "frameworks/base: switch to using NativeConstants."
by Kenny Root
· 10 years ago
40485f5
resolved conflicts for merge of f9c14b7d to master
by Alex Klyubin
· 10 years ago
9716b08
am edf5454a: am 3167fb4b: am 71223ebe: Merge "Reset AndroidKeyStore Mac and Cipher state when init fails."
by Alex Klyubin
· 10 years ago
ad9ba10
No runtime exceptions during normal use of AndroidKeyStore crypto.
by Alex Klyubin
· 10 years ago
6c4a842
Reset AndroidKeyStore Mac and Cipher state when init fails.
by Alex Klyubin
· 10 years ago
6bf52c4
frameworks/base: switch to using NativeConstants.
by Adam Langley
· 10 years ago
ed6b2eb
Merge "Set Secure User ID from app level."
by Alex Klyubin
· 10 years ago
ed7a2185
Unhide KeyStoreKeyProperties.Origin.UNKNOWN.
by Alex Klyubin
· 10 years ago
10a9f17
Set Secure User ID from app level.
by Alex Klyubin
· 10 years ago
aa0d7f6
am b1aa7d0b: am 51884f0e: am 499126c4: Merge "Add Keymaster KM_ORIGIN_UNKNOWN constant."
by Alex Klyubin
· 10 years ago
499126c
Merge "Add Keymaster KM_ORIGIN_UNKNOWN constant."
by Alex Klyubin
· 10 years ago
3abd2b7
am 22b5d9b9: am 28a9089f: am 216d18b9: Merge "Remove IV auto-generation workaround."
by Alex Klyubin
· 10 years ago
a0d2ddd
Remove IV auto-generation workaround.
by Alex Klyubin
· 10 years ago
250dd26
am 763100e6: am 1cb119d3: am 71ba4e46: Merge "Unbreak obtaining symmetric keys from AndroidKeyStore."
by Shawn Willden
· 10 years ago
5eacd77
Unbreak obtaining symmetric keys from AndroidKeyStore.
by Alex Klyubin
· 10 years ago
338e746
resolved conflicts for merge of 1d5a2592 to master
by Alex Klyubin
· 10 years ago
8e5fbc7
am fa2bd4fe: am 888f5cb7: am ecfda064: Merge "Make specifying self-signed cert parameters optional."
by Alex Klyubin
· 10 years ago
d693690
Merge "No need to specify EC curve name in EcIesParameterSpec."
by Alex Klyubin
· 10 years ago
67d21ae
Make specifying self-signed cert parameters optional.
by Alex Klyubin
· 10 years ago
45d2783
Add Keymaster KM_ORIGIN_UNKNOWN constant.
by Alex Klyubin
· 10 years ago
9b3e005
Unhide the new AndroidKeyStore API.
by Alex Klyubin
· 10 years ago
fbf1472
resolved conflicts for merge of a978a3d6 to master
by Alex Klyubin
· 10 years ago
33454dd
No need to specify EC curve name in EcIesParameterSpec.
by Alex Klyubin
· 10 years ago
d1af38a
Merge "Use JCA names for block modes, paddings, and digests."
by Alex Klyubin
· 10 years ago
5927c9f
Use JCA names for block modes, paddings, and digests.
by Alex Klyubin
· 10 years ago
0e67d0a
am 651dbfde: am ad48c4c9: am c1c6528d: Merge "Add EcIesParameterSpec to enable ECIES crypto."
by Alex Klyubin
· 10 years ago
c1c6528
Merge "Add EcIesParameterSpec to enable ECIES crypto."
by Alex Klyubin
· 10 years ago
03c13e4
am 93976df8: am 3a9779b6: am 386c4e9e: Merge "Fix testSaw_ungrantedUid_Bluetooth"
by Chad Brubaker
· 10 years ago
0ee9376
Add EcIesParameterSpec to enable ECIES crypto.
by Alex Klyubin
· 10 years ago
386c4e9
Merge "Fix testSaw_ungrantedUid_Bluetooth"
by Chad Brubaker
· 10 years ago
6a5af8c
Fix testSaw_ungrantedUid_Bluetooth
by Chad Brubaker
· 10 years ago
75f6f31
am d31d4771: am c5f9683c: am a270264c: Merge "Track more changes to keymaster_defs.h"
by Alex Klyubin
· 10 years ago
55f7c27
Track more changes to keymaster_defs.h
by Alex Klyubin
· 10 years ago
8d33804
am 037dfb94: am 5f8c17b9: am ba2836e6: Merge "Track recent keymaster_defs.h changes."
by Alex Klyubin
· 10 years ago
2c5eaa0
am 04a99c7b: am 82cba6aa: am c6eb6288: Merge "Split key origin into TEE/not and generated/imported."
by Alex Klyubin
· 10 years ago
862e6c7
Track recent keymaster_defs.h changes.
by Alex Klyubin
· 10 years ago
b503c52
Split key origin into TEE/not and generated/imported.
by Alex Klyubin
· 10 years ago
43de2a9
am 4acc3392: am 8676a88e: am 97d2d7c4: Merge "Fix minor issues in new Javadocs of AndroidKeyStore."
by Alex Klyubin
· 10 years ago
7882a7f
Fix minor issues in new Javadocs of AndroidKeyStore.
by Alex Klyubin
· 10 years ago
981913b
am 098833c5: am ec01623b: am aeae0f38: Merge "Add asymmetric crypto constants for AndroidKeyStore API."
by Alex Klyubin
· 10 years ago
2707747
am c6112eb7: am 21c4e465: am 8c58ba87: Merge "Add missing mapping between JCA and keystore HMAC names."
by Alex Klyubin
· 10 years ago
aeae0f3
Merge "Add asymmetric crypto constants for AndroidKeyStore API."
by Alex Klyubin
· 10 years ago
8c58ba8
Merge "Add missing mapping between JCA and keystore HMAC names."
by Alex Klyubin
· 10 years ago
ccfea50
Add asymmetric crypto constants for AndroidKeyStore API.
by Alex Klyubin
· 10 years ago
52f57de
am bbf3cc57: am fd168151: am e26347bb: Merge "Hide KeyStoreParameter.Builder.setRandomizedEncryptionRequired."
by Alex Klyubin
· 10 years ago
5324702
Add missing mapping between JCA and keystore HMAC names.
by Alex Klyubin
· 10 years ago
b30cc6c
resolved conflicts for merge of b9a9d46c to master
by Alex Klyubin
· 10 years ago
Next »