summaryrefslogtreecommitdiffstats
path: root/keystore
Commit message (Expand)AuthorAgeFilesLines
...
* 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-1015-202/+675
* 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-086-45/+45
|\
| * Remove deprecated android.security.KeyStore methods.Alex Klyubin2015-06-086-45/+45
* | 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
* | Merge "Expose RSA and ECDSA Signature from Android Keystore Provider." into m...Alex Klyubin2015-06-047-3/+866
|\ \
| * | Expose RSA and ECDSA Signature from Android Keystore Provider.Alex Klyubin2015-06-047-3/+866
| |/
* | Merge "Streamline Android Keystore delete entry operation." into mnc-devAlex Klyubin2015-06-041-5/+4
|\ \
| * | Streamline Android Keystore delete entry operation.Alex Klyubin2015-06-041-5/+4
| |/
* | Merge "Reliably delete keys if key generation fails." into mnc-devAlex Klyubin2015-06-042-57/+73
|\ \
| * | Reliably delete keys if key generation fails.Alex Klyubin2015-06-042-57/+73
| |/
* | Merge "Add optional additional entropy to finish" into mnc-devChad Brubaker2015-06-041-2/+7
|\ \ | |/ |/|
| * Add optional additional entropy to finishChad Brubaker2015-06-041-2/+7
* | Expose RSA Cipher from Android Keystore Provider.Alex Klyubin2015-06-0310-16/+724
|/
* Merge "Remove KM_TAG_CHUNK_LENGTH and add KM_TAG_AEAD_TAG" into mnc-devAlex Klyubin2015-06-031-2/+2
|\
| * Remove KM_TAG_CHUNK_LENGTH and add KM_TAG_AEAD_TAGAlex Klyubin2015-06-021-2/+2
* | Track changes to the keystore binder APIChad Brubaker2015-06-014-18/+11
* | No need to specify key size when importing.Alex Klyubin2015-06-011-3/+0
|/
* Cleanup Binder token resetting.Alex Klyubin2015-05-292-4/+3
* Merge "Refactor Android Keystore CipherSpi base class." into mnc-devAlex Klyubin2015-05-296-690/+840
|\
| * Refactor Android Keystore CipherSpi base class.Alex Klyubin2015-05-296-690/+840
* | Merge "Add algorithm aliases for Android Keystore HMACs." into mnc-devAlex Klyubin2015-05-291-0/+19
|\ \
| * | Add algorithm aliases for Android Keystore HMACs.Alex Klyubin2015-05-291-0/+19
| |/
* | Merge "Fix typo in Javadocs of KeyGenParameterSpec." into mnc-devAlex Klyubin2015-05-271-2/+2
|\ \
| * | Fix typo in Javadocs of KeyGenParameterSpec.Alex Klyubin2015-05-261-2/+2
| |/
* | Remove KeyStoreParameter.getContext().Alex Klyubin2015-05-261-18/+0
|/
* Cleanup Keystore APIChad Brubaker2015-05-191-44/+41
* Merge "Use consistent name for KeyPairGeneratorSpi." into mnc-devAlex Klyubin2015-05-192-9/+10
|\
| * Use consistent name for KeyPairGeneratorSpi.Alex Klyubin2015-05-192-9/+10
* | Switch from getSpi to getCurrentSpi.Alex Klyubin2015-05-181-4/+7
|/
* Fix testAuthNeeded testChad Brubaker2015-05-151-1/+2
* Remove "encrypt at rest" flag from new AndroidKeyStore API.Alex Klyubin2015-05-155-116/+14
* Merge "Move Android Keystore impl to android.security.keystore." into mnc-devAlex Klyubin2015-05-1424-100/+152
|\
| * Move Android Keystore impl to android.security.keystore.Alex Klyubin2015-05-1324-100/+152
* | Replace String host:port/url args with Uri argRobin Lee2015-05-141-23/+12
|/
* New AndroidKeyStore API in android.security.keystore.Alex Klyubin2015-05-1322-1484/+1616