1. 9442f58 Add min_sdk_version to libkeystore_attestation by Rafael Perez Torres · 6 months ago
  2. 624e2ef Merge "Make library 'libkeystore_attestation' available to /vendor" into main by István Nádor · 6 months ago
  3. 9b32a9a Make library 'libkeystore_attestation' available to /vendor by Chan Wang · 7 months ago
  4. b01a20a When using a GSI (Generic System Image) on a device with a Keymaster by Rajesh Nyamagoud · 7 months ago
  5. 249d7c3 Update code for Rust 1.83 by Chris Wailes · 8 months ago
  6. e5f9da1 Support parsing attestations in tests by David Drysdale · 9 months ago
  7. 8378c4d Handling `UNIMPLEMENTED` error code from deleteKey API in Keystore VTS Tests. by Rajesh Nyamagoud · 9 months ago
  8. d6ceaf1 Merge "Keystore and KeyMint version bump" into main by Karuna Wadhera · 10 months ago
  9. 542212b Keystore and KeyMint version bump by Karuna Wadhera · 10 months ago
  10. 33b7a62 Add and use run_as::run_as_child_app helper by David Drysdale · 11 months ago
  11. 26b2d53 Add and use run_as::run_as_app helper by David Drysdale · 11 months ago
  12. dcfacb9 Add and use run_as::run_as_root helper by David Drysdale · 11 months ago
  13. 9f0007e Cope better with errors in child processes by David Drysdale · 11 months ago
  14. 89e87d5 Test failure arms for auth-bound keys by David Drysdale · 11 months ago
  15. fcae6fd Verify Tag::VENDOR_PATCHLEVEL key parameter if the underlying device by Rajesh Nyamagoud · 12 months ago
  16. 00fa9bd Update Android for Rust 1.81.0 by Chris Wailes · 1 year ago
  17. c63a83d Avoid checking VENDOR_PATCHLEVEL in generated key characteristics if by Rajesh Nyamagoud · 1 year ago
  18. 76311aa Use static libraries for multilib VTS by Rajesh Nyamagoud · 1 year ago
  19. 94f2503 Tests updated to handle RKP-ONLY property on GSI builds. by Rajesh Nyamagoud · 1 year, 1 month ago
  20. ea0fbda Merge "Changes to strictly validate multiple `KeyPurpose` parameters with KeyMint-V2 onward and to skip real key attestation using emulated curve-25519 key on device with KeyMint V1 or Keymaster." into main by Treehugger Robot · 1 year, 2 months ago
  21. c67143d Changes to strictly validate multiple `KeyPurpose` parameters by Rajesh Nyamagoud · 1 year, 2 months ago
  22. 15e3c69 Merge "Don't check for MGF_DIGEST tag on keys" into main by David Drysdale · 1 year, 2 months ago
  23. 8315359 Don't check for MGF_DIGEST tag on keys by David Drysdale · 1 year, 2 months ago
  24. 1923636 Ignore INVALID tags in generated key characteristics. by Rajesh Nyamagoud · 1 year, 2 months ago
  25. 7909224 Cope with mixed KeyMint/Keymaster-4.x devices by David Drysdale · 1 year, 3 months ago
  26. f7ed95a Add test for unlocked-device-required key by David Drysdale · 1 year, 4 months ago
  27. 4263207 Upgrade nix to 0.28.0 by Frederick Mayle · 1 year, 5 months ago
  28. 7620921 Fixes for the issues found while running Keystore2 client tests on a by Rajesh Nyamagoud · 1 year, 7 months ago
  29. 481b5d6 Format Android.bp files with bpfmt by Luca Stefani · 1 year, 8 months ago
  30. ac3c2cd Add new error for system errors that are retryable by Shaquille Johnson · 1 year, 8 months ago
  31. 4347357 Created libkeystore-engine as cc-library instead of cc-test-library to by Rajesh Nyamagoud · 1 year, 8 months ago
  32. e5557ff Test added to generate a key with specifying cerificate subject and by Rajesh Nyamagoud · 2 years, 3 months ago
  33. b1c8e83 Adding tests to verify Device-Unique-Attestation. by Rajesh Nyamagoud · 2 years, 3 months ago
  34. d215da8 Add getLastAuthTime() to IKeystoreAuthorization by James Willcox · 1 year, 11 months ago
  35. 290dd73 Adding tests using APPLICATION_DATA and APPLICATION_ID. by Rajesh Nyamagoud · 2 years, 3 months ago
  36. 17a9261 The `INCLUDE_UNIQUE_ID` parameter is not strictly expected to be in key authorizations. by Rajesh Nyamagoud · 1 year, 11 months ago
  37. f408c28 Adding tests to check unique id attestation. by Rajesh Nyamagoud · 2 years, 3 months ago
  38. 5f6db2f Changes are made in keystore-client-tests to verify CREATION_DATETIME, by Rajesh Nyamagoud · 2 years, 3 months ago
  39. f436a93 Adding tests using `MAX_USES_PER_BOOT`, `EARLY_BOOT_ONLY`, `BOOTLOADER_ONLY` and `USAGE_COUNT_LIMIT` by Rajesh Nyamagoud · 2 years, 4 months ago
  40. 75dfa0c Adding tests using tags ACTIVE_DATETIME, ORIGINATION_EXPIRE_DATETIME, by Rajesh Nyamagoud · 2 years, 4 months ago
  41. 19fe29a Removed dependency on `libkeymint_vts_test_utils`. by Rajesh Nyamagoud · 1 year, 11 months ago
  42. 42276da Updated to use shared library instead of static library. by Rajesh Nyamagoud · 2 years ago
  43. 10f02e7 Re-structured keystore test-utils module. by Rajesh Nyamagoud · 2 years, 1 month ago
  44. 9c38948 Merge "Add, standardise or temporarily opt out of safety comments for keystore2." into main by Treehugger Robot · 2 years, 1 month ago
  45. a47698a Add, standardise or temporarily opt out of safety comments for keystore2. by Andrew Walbran · 2 years, 2 months ago
  46. d0213ef Verify key characteristics of generated/imported keys. by Rajesh Nyamagoud · 2 years, 4 months ago
  47. a42dee6 Added tests to attest keys with attestation id. by Rajesh Nyamagoud · 3 years, 5 months ago
  48. 96947c9 Merge "Adding tests to verify `EVP_PKEY_from_keystore2` API [Keystore2-engine]." by Treehugger Robot · 2 years, 3 months ago
  49. 28abde6 Adding tests to verify `EVP_PKEY_from_keystore2` API [Keystore2-engine]. by Rajesh Nyamagoud · 2 years, 5 months ago
  50. 6a82349 Adding tests to verify `getNumberOfEntries` and `listEntriesBatched`. by Rajesh Nyamagoud · 2 years, 5 months ago
  51. af05056 Adding key agreement [AGREE_KEY] tests. by Rajesh Nyamagoud · 2 years, 10 months ago
  52. 38f2ca3 Make keystore2 unit tests less brittle by David Drysdale · 2 years, 8 months ago
  53. c946cc4 Tests to verify importWrappedKey functionality. by Rajesh Nyamagoud · 3 years, 5 months ago
  54. b8402b6 Tests to verify importKey with Asymmetric and symmetric keys. by Rajesh Nyamagoud · 3 years, 5 months ago
  55. 4d48337 Added tests using attest keys for signing RSA and EC keys. by Rajesh Nyamagoud · 3 years, 7 months ago
  56. c7d064d Changes made in keystore2_client_tests to avoid test timeout issues. by Rajesh Nyamagoud · 3 years, 1 month ago
  57. 4c6193c Added HMAC key generation tests. by Rajesh Nyamagoud · 3 years, 7 months ago
  58. c3523ba Added tests using 3DES algorithm. by Rajesh Nyamagoud · 3 years, 1 month ago
  59. 4740993 Adding tests using AES algorithm. by Rajesh Nyamagoud · 3 years, 8 months ago
  60. 11912ea Adding generate key tests using RSA algorithm. by Rajesh Nyamagoud · 3 years, 9 months ago
  61. a776645 Adding generateKey tests with EC key algorithm. by Rajesh Nyamagoud · 3 years, 9 months ago
  62. dc6fb23 Adding tests to Create forced operation with different contexts. by Rajesh Nyamagoud · 3 years, 9 months ago
  63. fa7c0f1 Adding forced operation tests by Rajesh Nyamagoud · 3 years, 9 months ago
  64. b881d51 Adding test to create BACKEND_BUSY error by Rajesh Nyamagoud · 3 years, 9 months ago
  65. 901386c Create authorizations and key_generations test modules - by Rajesh Nyamagoud · 3 years, 6 months ago
  66. 04945eb Keystore2 Tests: Revisit run_as function. by Janis Danisevskis · 3 years, 9 months ago
  67. 1edfbea Remove custom test_config. by Joel Galenson · 3 years, 11 months ago
  68. a578d39 Keystore 2.0: Add run_as to keystore2_test_utils by Janis Danisevskis · 4 years ago
  69. 2a8330a Keystore 2.0: Move test utils to separate library. by Janis Danisevskis · 4 years, 8 months ago