summaryrefslogtreecommitdiffstats
path: root/keystore/java/android/security/keystore/AndroidKeyStoreSpi.java
Commit message (Expand)AuthorAgeFilesLines
* Keymaster digest/padding NONE no longer means ANY.Alex Klyubin2015-07-281-7/+26
* Add KM_MIN_MAC_LENGTH tag to HMAC and AES-GCM keys.Alex Klyubin2015-07-161-0/+5
* HMAC keys are authorized for exactly one digest.Alex Klyubin2015-07-161-36/+30
* Avoid IllegalStateException when generating/importing keys.Alex Klyubin2015-07-061-88/+86
* Don't offer crypto ops for public keys of trusted cert entries.Alex Klyubin2015-06-251-8/+51
* Keymaster INT, LONG and DATE tag values are unsigned.Alex Klyubin2015-06-231-11/+11
* Keymaster key validity dates are optional.Alex Klyubin2015-06-231-20/+11
* Remove unnecessary PKCS#1 authorization on legacy keys.Alex Klyubin2015-06-171-3/+2
* Update Javadocs to reflect meaning of digest and padding NONE.Alex Klyubin2015-06-111-18/+6
* Android Keystore keys are no longer backed by Conscrypt.Alex Klyubin2015-06-101-70/+67
* Switch Android Keystore key gen and import to new KeyStore API.Alex Klyubin2015-06-091-130/+213
* Remove deprecated android.security.KeyStore methods.Alex Klyubin2015-06-081-3/+3
* Streamline Android Keystore delete entry operation.Alex Klyubin2015-06-041-5/+4
* No need to specify key size when importing.Alex Klyubin2015-06-011-3/+0
* Remove "encrypt at rest" flag from new AndroidKeyStore API.Alex Klyubin2015-05-151-4/+5
* Move Android Keystore impl to android.security.keystore.Alex Klyubin2015-05-131-0/+877