summaryrefslogtreecommitdiff
path: root/keystore/tests
AgeCommit message (Expand)Author
2024-10-21Clean up keystore owners Seth Moore
2024-09-11Make java_sdk_library dependencies explicit Jihoon Kang
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
2021-02-16[LSC] Add LOCAL_LICENSE_KINDS to frameworks/base Bob Badour
2020-03-12Merge "Remove Irina from OWNERS" am: d78a3539d0 am: 0366471ef2 Automerger Merge Worker
2020-01-14Add KeyGenParameterSpec.setCriticalToDeviceEncryption Rubin Xu
2019-11-26Remove Irina from OWNERS Eran Messeri
2019-03-26Convert Android.mk file to Android.bp Sasha Smundak
2019-03-02Migrate remainder of frameworks/base to androidx.test Brett Chabot
2019-01-31Add owners for KeyChain code Eran Messeri
2018-06-28Correctly preserve key generation parameters Eran Messeri
2018-02-28frameworks/base: Set LOCAL_SDK_VERSION where possible. Anton Hansson
2017-12-14DevicePolicyManager: Support attestation for generated keys. Eran Messeri
2017-12-08Stop statically including legacy-android-test Paul Duffin
2017-12-07DevicePolicyManager: Add key generation functionality. Eran Messeri
2017-05-01Delete obsolete and unused KeyStoreTests Kenny Root
2017-01-19Prepare for removal of legacy-test from default targets Paul Duffin
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