summaryrefslogtreecommitdiff
path: root/keystore/tests/src
AgeCommit message (Expand)Author
2023-09-22MGF1 Digest: Add separate setter Eran Messeri
2023-03-20Batch fetching of key descriptors from Keystore Eran Messeri
2022-05-10Keystore: Support Ed25519 keys Eran Messeri
2022-02-08Keystore: Surface service error message Eran Messeri
2021-10-07Test for contract between AndroidKeyStoreKey hash and equals. Janis Danisevskis
2021-05-12Fixed KeyGenParameterSpecTest Janis Danisevskis
2021-05-12Keystore 2.0 SPI: Fix NPE in getUniqueAliases. Janis Danisevskis
2020-01-14Add KeyGenParameterSpec.setCriticalToDeviceEncryption Rubin Xu
2019-03-02Migrate remainder of frameworks/base to androidx.test Brett Chabot
2018-06-28Correctly preserve key generation parameters Eran Messeri
2017-12-14DevicePolicyManager: Support attestation for generated keys. Eran Messeri
2017-12-07DevicePolicyManager: Add key generation functionality. Eran Messeri
2017-05-01Delete obsolete and unused KeyStoreTests Kenny Root
2015-09-10Support cross-UID access from AndroidKeyStore. Alex Klyubin
2015-06-23Keymaster INT, LONG and DATE tag values are unsigned. Alex Klyubin
2015-06-10Android Keystore keys are no longer backed by Conscrypt. Alex Klyubin
2015-06-08Remove deprecated android.security.KeyStore methods. Alex Klyubin
2015-06-03Merge "Remove KM_TAG_CHUNK_LENGTH and add KM_TAG_AEAD_TAG" into mnc-dev Alex Klyubin
2015-06-02Remove KM_TAG_CHUNK_LENGTH and add KM_TAG_AEAD_TAG Alex Klyubin
2015-06-01Track changes to the keystore binder API Chad Brubaker
2015-05-15Fix testAuthNeeded test Chad Brubaker
2015-05-13Move Android Keystore impl to android.security.keystore. Alex Klyubin
2015-05-13New AndroidKeyStore API in android.security.keystore. Alex Klyubin
2015-05-11Fix KeyStoreTest now that begin requires parameters. Alex Klyubin
2015-05-08Cleanup keystore password changing and unlocking Chad Brubaker
2015-04-24frameworks/base: switch to using NativeConstants. Adam Langley
2015-04-14Make specifying self-signed cert parameters optional. Alex Klyubin
2015-04-10Merge "Fix testSaw_ungrantedUid_Bluetooth" Chad Brubaker
2015-04-10Fix testSaw_ungrantedUid_Bluetooth Chad Brubaker
2015-04-10Track more changes to keymaster_defs.h Alex Klyubin
2015-04-02Mark all test keys as no auth required Chad Brubaker
2015-03-27Allow entropy to be provided to some operations Chad Brubaker
2015-03-27Merge "Symmetric key import for AndroidKeyStore." Alex Klyubin
2015-03-26Symmetric key import for AndroidKeyStore. Alex Klyubin
2015-03-22Use correct tag type for RSA exponent Chad Brubaker
2015-03-21Make application/client id an object Chad Brubaker
2015-03-20Specify public exponent for RSA Chad Brubaker
2015-03-06Add initial Keymaster 1.0 tests Chad Brubaker
2015-01-14Remove DSA support from Android KeyStore and KeyChain. Alex Klyubin
2014-09-14Correct test data size in keystore signing and verification tests. Shawn Willden
2013-08-30Add support for DSA and ECDSA key types Kenny Root
2013-06-28resolved conflicts for merge of fca0f92e to stage-aosp-master Elliott Hughes
2013-06-28Switch frameworks/base over from @hidden Charsets to public StandardCharsets. Elliott Hughes
2013-04-29resolved conflicts for merge of 1f6e789b to jb-mr2-dev-plus-aosp Kenny Root
2013-04-29Track change to JSSE provider Kenny Root
2013-04-18Rename API AndroidKey* -> Key* Kenny Root
2013-04-15AndroidKeyStore: Add encrypted flag Kenny Root
2013-04-12Remove old KeyStore call sites Kenny Root
2013-04-12AndroidKeyStore: Add encrypted flag Kenny Root
2013-03-28AndroidKeyStore: add Builder for param spec Kenny Root