summaryrefslogtreecommitdiffstats
path: root/keystore/java
Commit message (Expand)AuthorAgeFilesLines
* Support RSA encrypt using private key and PKCS#1 paddding.Alex Klyubin2015-06-252-18/+66
* Make NONEwithECDSA truncate input when necessary.Alex Klyubin2015-06-248-44/+147
* Keymaster INT, LONG and DATE tag values are unsigned.Alex Klyubin2015-06-2313-87/+101
* Merge "Keymaster key validity dates are optional." into mnc-devAlex Klyubin2015-06-234-50/+21
|\
| * Keymaster key validity dates are optional.Alex Klyubin2015-06-234-50/+21
* | Merge "Don't fail if self-signed certificate can't be signed." into mnc-devAlex Klyubin2015-06-232-4/+14
|\ \
| * | Don't fail if self-signed certificate can't be signed.Alex Klyubin2015-06-232-4/+14
| |/
* | Fix typo in Android Keystore KeyFactory exception message.Alex Klyubin2015-06-231-1/+1
|/
* Merge "Adjust minimum size of PKCS#1 RSA padding overhead." into mnc-devAlex Klyubin2015-06-221-7/+8
|\
| * Adjust minimum size of PKCS#1 RSA padding overhead.Alex Klyubin2015-06-221-7/+8
* | Document that RSA OAEP requires digest authorization.Alex Klyubin2015-06-222-9/+11
|/
* Merge "Fix a bug in Android Keystore updateAAD." into mnc-devAlex Klyubin2015-06-191-1/+1
|\
| * Fix a bug in Android Keystore updateAAD.Alex Klyubin2015-06-191-1/+1
* | Support more KeySpecs in Android Keystore KeyFactory.Alex Klyubin2015-06-181-22/+76
|/
* Use consistent cases for aliases in AndroidKeystoreBCWorkaround.Narayan Kamath2015-06-181-25/+25
* Remove unnecessary PKCS#1 authorization on legacy keys.Alex Klyubin2015-06-172-6/+4
* Merge "Prefer GCM to CBC or CTR in documentation." into mnc-devAlex Klyubin2015-06-173-23/+23
|\
| * Prefer GCM to CBC or CTR in documentation.Alex Klyubin2015-06-173-23/+23
* | Merge "Improve documentation for keys requiring user auth." into mnc-devAlex Klyubin2015-06-174-52/+173
|\ \ | |/ |/|
| * Improve documentation for keys requiring user auth.Alex Klyubin2015-06-174-52/+173
* | Merge "Expose AES GCM backed by Android Keystore." into mnc-devAlex Klyubin2015-06-177-11/+617
|\ \
| * | Expose AES GCM backed by Android Keystore.Alex Klyubin2015-06-177-11/+617
| |/
* | Drop support for P-192 EC keys.Alex Klyubin2015-06-171-10/+9
|/
* Harden KeyInfo.Alex Klyubin2015-06-161-6/+8
* Harden and clean up KeyProtection.Alex Klyubin2015-06-162-17/+17
* Harden and clean up KeyGenParameterSpec.Alex Klyubin2015-06-162-34/+73
* Merge "Fix Android Keystore key gen for keys requiring user auth." into mnc-devAlex Klyubin2015-06-151-1/+5
|\
| * Fix Android Keystore key gen for keys requiring user auth.Alex Klyubin2015-06-151-1/+5
* | Merge "Remove EcIesParameterSpec until it's needed." into mnc-devAlex Klyubin2015-06-151-272/+0
|\ \
| * | Remove EcIesParameterSpec until it's needed.Alex Klyubin2015-06-151-272/+0
| |/
* | Document when self-signed certs have invalid signature.Alex Klyubin2015-06-122-1/+9
|/
* Merge "Fix Android Keystore KeyPairGenerator for RSA PSS keys." into mnc-devAlex Klyubin2015-06-121-0/+30
|\
| * Fix Android Keystore KeyPairGenerator for RSA PSS keys.Alex Klyubin2015-06-121-0/+30
* | Merge "Update Javadocs to reflect meaning of digest and padding NONE." into m...Alex Klyubin2015-06-125-38/+42
|\ \
| * | Update Javadocs to reflect meaning of digest and padding NONE.Alex Klyubin2015-06-115-38/+42
| |/
* | Obtain entropy later in crypto operations, when possible.Alex Klyubin2015-06-129-40/+86
|/
* Merge "Update Javadocs: all new features supported for asymmetric crypto." in...Alex Klyubin2015-06-122-50/+0
|\
| * Update Javadocs: all new features supported for asymmetric crypto.Alex Klyubin2015-06-112-50/+0
* | Do not require USE_FINGERPRINT for getAuthenticatorId.Alex Klyubin2015-06-112-20/+9
|/
* Android Keystore keys are no longer backed by Conscrypt.Alex Klyubin2015-06-1012-146/+603
* Merge "Switch Android Keystore key gen and import to new KeyStore API." into ...Alex Klyubin2015-06-098-354/+913
|\
| * Switch Android Keystore key gen and import to new KeyStore API.Alex Klyubin2015-06-098-354/+913
* | Support for Android Keystore Cipher.wrap and unwrap.Alex Klyubin2015-06-092-7/+150
|/
* Deprecate KeyChain.isBoundKeyAlgorithm.Alex Klyubin2015-06-082-1/+16
* Merge "Remove deprecated android.security.KeyStore methods." into mnc-devAlex Klyubin2015-06-083-29/+18
|\
| * Remove deprecated android.security.KeyStore methods.Alex Klyubin2015-06-083-29/+18
* | Merge "RSA encrypt with private key in Android Keystore." into mnc-devAlex Klyubin2015-06-082-12/+85
|\ \ | |/ |/|
| * RSA encrypt with private key in Android Keystore.Alex Klyubin2015-06-042-12/+85
* | Merge "Export KeyFactory backed by Android Keystore." into mnc-devAlex Klyubin2015-06-043-17/+133
|\ \ | |/ |/|
| * Export KeyFactory backed by Android Keystore.Alex Klyubin2015-06-043-17/+133