summaryrefslogtreecommitdiff
path: root/keystore/java
AgeCommit message (Expand)Author
2015-08-11Add more examples of generating/importing keys to Javadocs. Alex Klyubin
2015-07-30Merge "Raw RSA Cipher relies on keymaster for padding and range checks." into... Shawn Willden
2015-07-28Keymaster digest/padding NONE no longer means ANY. Alex Klyubin
2015-07-22Raw RSA Cipher relies on keymaster for padding and range checks. Alex Klyubin
2015-07-22Merge "Add KM_MIN_MAC_LENGTH tag to HMAC and AES-GCM keys." into mnc-dev Alex Klyubin
2015-07-21Merge "KM module may consume less input than provided by finish time." into m... Alex Klyubin
2015-07-16Add KM_MIN_MAC_LENGTH tag to HMAC and AES-GCM keys. Alex Klyubin
2015-07-16KM module may consume less input than provided by finish time. Alex Klyubin
2015-07-16HMAC keys are authorized for exactly one digest. Alex Klyubin
2015-07-13Fix Android Keystore key factories to obey JCA contract. Alex Klyubin
2015-07-08Merge "Reject AlgorithmParameters of wrong type." into mnc-dev Alex Klyubin
2015-07-07Reject AlgorithmParameters of wrong type. Alex Klyubin
2015-07-07Merge "Support loading AES keys with authorized digests." into mnc-dev Alex Klyubin
2015-07-06Support loading AES keys with authorized digests. Alex Klyubin
2015-07-06Avoid IllegalStateException when generating/importing keys. Alex Klyubin
2015-07-03Merge "KeyChain: annotate with @WorkerThread" into mnc-dev Robin Lee
2015-06-30KeyChain: annotate with @WorkerThread Robin Lee
2015-06-29Enforce IND-CPA requirement when generating asymmetric keys. Alex Klyubin
2015-06-25Don't offer crypto ops for public keys of trusted cert entries. Alex Klyubin
2015-06-25Support RSA encrypt using private key and PKCS#1 paddding. Alex Klyubin
2015-06-24Make NONEwithECDSA truncate input when necessary. Alex Klyubin
2015-06-23Keymaster INT, LONG and DATE tag values are unsigned. Alex Klyubin
2015-06-23Merge "Keymaster key validity dates are optional." into mnc-dev Alex Klyubin
2015-06-23Keymaster key validity dates are optional. Alex Klyubin
2015-06-23Merge "Don't fail if self-signed certificate can't be signed." into mnc-dev Alex Klyubin
2015-06-23Don't fail if self-signed certificate can't be signed. Alex Klyubin
2015-06-23Fix typo in Android Keystore KeyFactory exception message. Alex Klyubin
2015-06-22Merge "Adjust minimum size of PKCS#1 RSA padding overhead." into mnc-dev Alex Klyubin
2015-06-22Document that RSA OAEP requires digest authorization. Alex Klyubin
2015-06-22Adjust minimum size of PKCS#1 RSA padding overhead. Alex Klyubin
2015-06-19Merge "Fix a bug in Android Keystore updateAAD." into mnc-dev Alex Klyubin
2015-06-19Fix a bug in Android Keystore updateAAD. Alex Klyubin
2015-06-18Support more KeySpecs in Android Keystore KeyFactory. Alex Klyubin
2015-06-18Use consistent cases for aliases in AndroidKeystoreBCWorkaround. Narayan Kamath
2015-06-17Remove unnecessary PKCS#1 authorization on legacy keys. Alex Klyubin
2015-06-17Merge "Prefer GCM to CBC or CTR in documentation." into mnc-dev Alex Klyubin
2015-06-17Merge "Improve documentation for keys requiring user auth." into mnc-dev Alex Klyubin
2015-06-17Prefer GCM to CBC or CTR in documentation. Alex Klyubin
2015-06-17Improve documentation for keys requiring user auth. Alex Klyubin
2015-06-17Merge "Expose AES GCM backed by Android Keystore." into mnc-dev Alex Klyubin
2015-06-17Drop support for P-192 EC keys. Alex Klyubin
2015-06-17Expose AES GCM backed by Android Keystore. Alex Klyubin
2015-06-16Harden KeyInfo. Alex Klyubin
2015-06-16Harden and clean up KeyProtection. Alex Klyubin
2015-06-16Harden and clean up KeyGenParameterSpec. Alex Klyubin
2015-06-15Merge "Fix Android Keystore key gen for keys requiring user auth." into mnc-dev Alex Klyubin
2015-06-15Fix Android Keystore key gen for keys requiring user auth. Alex Klyubin
2015-06-15Merge "Remove EcIesParameterSpec until it's needed." into mnc-dev Alex Klyubin
2015-06-15Remove EcIesParameterSpec until it's needed. Alex Klyubin
2015-06-12Document when self-signed certs have invalid signature. Alex Klyubin