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
*
Don't offer crypto ops for public keys of trusted cert entries.
Alex Klyubin
2015-06-25
1
-8
/
+51
*
Support RSA encrypt using private key and PKCS#1 paddding.
Alex Klyubin
2015-06-25
2
-18
/
+66
*
Make NONEwithECDSA truncate input when necessary.
Alex Klyubin
2015-06-24
8
-44
/
+147
*
Keymaster INT, LONG and DATE tag values are unsigned.
Alex Klyubin
2015-06-23
14
-145
/
+156
*
Merge "Keymaster key validity dates are optional." into mnc-dev
Alex Klyubin
2015-06-23
4
-50
/
+21
|
\
|
*
Keymaster key validity dates are optional.
Alex Klyubin
2015-06-23
4
-50
/
+21
*
|
Merge "Don't fail if self-signed certificate can't be signed." into mnc-dev
Alex Klyubin
2015-06-23
2
-4
/
+14
|
\
\
|
*
|
Don't fail if self-signed certificate can't be signed.
Alex Klyubin
2015-06-23
2
-4
/
+14
|
|
/
*
|
Fix typo in Android Keystore KeyFactory exception message.
Alex Klyubin
2015-06-23
1
-1
/
+1
|
/
*
Merge "Adjust minimum size of PKCS#1 RSA padding overhead." into mnc-dev
Alex Klyubin
2015-06-22
1
-7
/
+8
|
\
|
*
Adjust minimum size of PKCS#1 RSA padding overhead.
Alex Klyubin
2015-06-22
1
-7
/
+8
*
|
Document that RSA OAEP requires digest authorization.
Alex Klyubin
2015-06-22
2
-9
/
+11
|
/
*
Merge "Fix a bug in Android Keystore updateAAD." into mnc-dev
Alex Klyubin
2015-06-19
1
-1
/
+1
|
\
|
*
Fix a bug in Android Keystore updateAAD.
Alex Klyubin
2015-06-19
1
-1
/
+1
*
|
Support more KeySpecs in Android Keystore KeyFactory.
Alex Klyubin
2015-06-18
1
-22
/
+76
|
/
*
Use consistent cases for aliases in AndroidKeystoreBCWorkaround.
Narayan Kamath
2015-06-18
1
-25
/
+25
*
Remove unnecessary PKCS#1 authorization on legacy keys.
Alex Klyubin
2015-06-17
2
-6
/
+4
*
Merge "Prefer GCM to CBC or CTR in documentation." into mnc-dev
Alex Klyubin
2015-06-17
3
-23
/
+23
|
\
|
*
Prefer GCM to CBC or CTR in documentation.
Alex Klyubin
2015-06-17
3
-23
/
+23
*
|
Merge "Improve documentation for keys requiring user auth." into mnc-dev
Alex Klyubin
2015-06-17
4
-52
/
+173
|
\
\
|
|
/
|
/
|
|
*
Improve documentation for keys requiring user auth.
Alex Klyubin
2015-06-17
4
-52
/
+173
*
|
Merge "Expose AES GCM backed by Android Keystore." into mnc-dev
Alex Klyubin
2015-06-17
7
-11
/
+617
|
\
\
|
*
|
Expose AES GCM backed by Android Keystore.
Alex Klyubin
2015-06-17
7
-11
/
+617
|
|
/
*
|
Drop support for P-192 EC keys.
Alex Klyubin
2015-06-17
1
-10
/
+9
|
/
*
Harden KeyInfo.
Alex Klyubin
2015-06-16
1
-6
/
+8
*
Harden and clean up KeyProtection.
Alex Klyubin
2015-06-16
2
-17
/
+17
*
Harden and clean up KeyGenParameterSpec.
Alex Klyubin
2015-06-16
2
-34
/
+73
*
Merge "Fix Android Keystore key gen for keys requiring user auth." into mnc-dev
Alex Klyubin
2015-06-15
1
-1
/
+5
|
\
|
*
Fix Android Keystore key gen for keys requiring user auth.
Alex Klyubin
2015-06-15
1
-1
/
+5
*
|
Merge "Remove EcIesParameterSpec until it's needed." into mnc-dev
Alex Klyubin
2015-06-15
1
-272
/
+0
|
\
\
|
*
|
Remove EcIesParameterSpec until it's needed.
Alex Klyubin
2015-06-15
1
-272
/
+0
|
|
/
*
|
Document when self-signed certs have invalid signature.
Alex Klyubin
2015-06-12
2
-1
/
+9
|
/
*
Merge "Fix Android Keystore KeyPairGenerator for RSA PSS keys." into mnc-dev
Alex Klyubin
2015-06-12
1
-0
/
+30
|
\
|
*
Fix Android Keystore KeyPairGenerator for RSA PSS keys.
Alex Klyubin
2015-06-12
1
-0
/
+30
*
|
Merge "Update Javadocs to reflect meaning of digest and padding NONE." into m...
Alex Klyubin
2015-06-12
5
-38
/
+42
|
\
\
|
*
|
Update Javadocs to reflect meaning of digest and padding NONE.
Alex Klyubin
2015-06-11
5
-38
/
+42
|
|
/
*
|
Obtain entropy later in crypto operations, when possible.
Alex Klyubin
2015-06-12
9
-40
/
+86
|
/
*
Merge "Update Javadocs: all new features supported for asymmetric crypto." in...
Alex Klyubin
2015-06-12
2
-50
/
+0
|
\
|
*
Update Javadocs: all new features supported for asymmetric crypto.
Alex Klyubin
2015-06-11
2
-50
/
+0
*
|
Do not require USE_FINGERPRINT for getAuthenticatorId.
Alex Klyubin
2015-06-11
2
-20
/
+9
|
/
*
Android Keystore keys are no longer backed by Conscrypt.
Alex Klyubin
2015-06-10
15
-202
/
+675
*
Merge "Switch Android Keystore key gen and import to new KeyStore API." into ...
Alex Klyubin
2015-06-09
8
-354
/
+913
|
\
|
*
Switch Android Keystore key gen and import to new KeyStore API.
Alex Klyubin
2015-06-09
8
-354
/
+913
*
|
Support for Android Keystore Cipher.wrap and unwrap.
Alex Klyubin
2015-06-09
2
-7
/
+150
|
/
*
Deprecate KeyChain.isBoundKeyAlgorithm.
Alex Klyubin
2015-06-08
2
-1
/
+16
*
Merge "Remove deprecated android.security.KeyStore methods." into mnc-dev
Alex Klyubin
2015-06-08
6
-45
/
+45
|
\
|
*
Remove deprecated android.security.KeyStore methods.
Alex Klyubin
2015-06-08
6
-45
/
+45
*
|
Merge "RSA encrypt with private key in Android Keystore." into mnc-dev
Alex Klyubin
2015-06-08
2
-12
/
+85
|
\
\
|
|
/
|
/
|
|
*
RSA encrypt with private key in Android Keystore.
Alex Klyubin
2015-06-04
2
-12
/
+85
*
|
Merge "Export KeyFactory backed by Android Keystore." into mnc-dev
Alex Klyubin
2015-06-04
3
-17
/
+133
|
\
\
|
|
/
|
/
|
[next]