1. 07e5739 Replace zero by PSA_ALG_NONE in key derivation testing by Waleed Elmelegy · 5 months ago
  2. b6ed6f7 Simplify testing psa_key_derivation_input_*() bad state by Waleed Elmelegy · 5 months ago
  3. 72b391f Fix psa_key_derivation_input_integer() not detecting bad state by Waleed Elmelegy · 5 months ago
  4. cd40fa1 Merge pull request #9838 from waleed-elmelegy-arm/mbedtls-3.6 by Paul Elliott · 8 months ago
  5. f12b5e9 Remove Invalid import/export key test by Waleed Elmelegy · 8 months ago
  6. 68d6c79 Fix export public-key opaque key test paramters by Waleed Elmelegy · 8 months ago
  7. fbc8687 Fix copypasta by Gilles Peskine · 8 months ago
  8. 8a8aa59 PSA interruptible sign/verify: detect unsupported mechanism in start by Gilles Peskine · 9 months ago
  9. 8729b10 Fix edge case with half-supported ECDSA (manual test cases) by Gilles Peskine · 1 year, 4 months ago
  10. 85bc82c Add some missing test case dependencies by Gilles Peskine · 1 year, 4 months ago
  11. 0c4cacc test_suite_psa_crypto.data: fix some depends_on by Valerio Setti · 10 months ago
  12. 0c4a74b test_suite_psa_crypto: use finer grained checks on the key slot buffer size by Valerio Setti · 10 months ago
  13. 38efe85 psa_crypto_helpers: add MBEDTLS_TEST_ prefix to newly created symbols by Valerio Setti · 10 months ago
  14. ba98d5b test: properly select MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE value by Valerio Setti · 12 months ago
  15. 291532f test: extend component_test_crypto_with_static_key_slots by Valerio Setti · 12 months ago
  16. efce605 test: add new component to test core library without calloc/free by Valerio Setti · 1 year, 1 month ago
  17. 168d24a test: add new component to test MBEDTLS_PSA_STATIC_KEY_SLOTS by Valerio Setti · 1 year, 2 months ago
  18. f778416 Remove test case involving SECP224K1 in PSA by Gilles Peskine · 11 months ago
  19. 14134e7 Remove some tests of psa_generate_key_ext by Gilles Peskine · 1 year, 2 months ago
  20. f36d785 Implement psa_generate_key_custom by Gilles Peskine · 1 year, 2 months ago
  21. b47c3b3 psa_cipher_decrypt CCM*: fix rejection of messages shorter than 3 bytes by Gilles Peskine · 1 year, 1 month ago
  22. b70f0fd Merge branch 'development' into 'development-restricted' by Minos Galanakis · 1 year, 5 months ago
  23. f111f35 Add test cases for concurrently_use_same_persistent_key by Ryan Everett · 1 year, 5 months ago
  24. 93fa4e1 Merge branch 'development' into buffer-sharing-merge by David Horstmann · 1 year, 5 months ago
  25. 2066d04 Add test cases for concurrently_generate_keys by Ryan · 1 year, 5 months ago
  26. 4c32b69 Ignore domain parameters in RSA key generation by Gilles Peskine · 1 year, 6 months ago
  27. 0f63028 Merge pull request #8815 from gilles-peskine-arm/psa_generate_key_ext-prototype by Gilles Peskine · 1 year, 5 months ago
  28. 23605d1 More renaming: method -> production parameters by Gilles Peskine · 1 year, 6 months ago
  29. 092ce51 Rename "key generation method" to "key production parameters" by Gilles Peskine · 1 year, 6 months ago
  30. 63072b1 Only test custom-e RSA key generation when built in by Gilles Peskine · 1 year, 6 months ago
  31. c81393b generate/derive key ext: pass method_data_length rather than method_length by Gilles Peskine · 1 year, 6 months ago
  32. 7a18f96 psa_generate_key_ext: RSA: support custom public exponent by Gilles Peskine · 1 year, 6 months ago
  33. f0765fa Implement psa_generate_key_ext, psa_key_derivation_output_key_ext by Gilles Peskine · 1 year, 6 months ago
  34. 3a4f204 test_suite_psa_crypto: fix some test descriptions by Valerio Setti · 1 year, 6 months ago
  35. 9de84bd rsa: reject buffers with data outside main SEQUENCE when parsing keys by Valerio Setti · 1 year, 6 months ago
  36. 7bf1e98 Merge pull request #8740 from valeriosetti/issue8647 by Manuel Pégourié-Gonnard · 1 year, 6 months ago gh-readonly-queue/development/pr-8740-c8de36220298f67254c253d274826d77f1022c34
  37. 1d7bc1e Merge pull request #8717 from valeriosetti/issue8030 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  38. f45589b Merge pull request #8198 from silabs-Kusumit/kdf_incorrect_initial_capacity by Gilles Peskine · 1 year, 6 months ago
  39. 30a61f2 Add testcase to fail multipart cipher tests by David Horstmann · 1 year, 6 months ago
  40. 724a2ab test_suite_psa_crypto: fix typo in description by Valerio Setti · 1 year, 6 months ago
  41. b054e44 test_suite_psa_crypto: remove tests for importing an RSA key in PEM format by Valerio Setti · 1 year, 7 months ago
  42. 34c6e8a Merge pull request #8700 from valeriosetti/issue8461 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  43. 48a847a tests: add guards for DH groups by Valerio Setti · 1 year, 7 months ago
  44. f202c29 test_suite_psa_crypto: test asymmetric encryption/decryption also with opaque keys by Valerio Setti · 1 year, 7 months ago
  45. 153586a change values to ULL by Kusumit Ghoderao · 1 year, 7 months ago
  46. a7c55d5 fix depends on condition by Kusumit Ghoderao · 1 year, 7 months ago
  47. 179f33a add test cases with different hash algs by Kusumit Ghoderao · 1 year, 7 months ago
  48. 7d4db63 add depends on for capacity tests and fix code style by Kusumit Ghoderao · 1 year, 8 months ago
  49. f4351c1 correct test data by Kusumit Ghoderao · 1 year, 8 months ago
  50. 83455eb disable pbkdf2_hmac set max capacity test by Kusumit Ghoderao · 1 year, 8 months ago
  51. d3ae165 Add tests for derive_full for hkdf_extract, hkdf_expand and ecjpake_to_pms by Kusumit Ghoderao · 1 year, 8 months ago
  52. 1da06da Add tests for derive_set_capacity for pbkdf and ecjpake_to_pms by Kusumit Ghoderao · 1 year, 8 months ago
  53. 604e1cb Change error status for invalid HKDF alg by Kusumit Ghoderao · 1 year, 8 months ago
  54. 4aa6b36 add tests for derive_full and derive_set_capacity by Kusumit Ghoderao · 1 year, 11 months ago
  55. ac73952 test_suite_psa_crypto: improve failing tests for EC conversion functions by Valerio Setti · 1 year, 7 months ago
  56. 4ba0c61 test_suite_psa_crypto: add test case for ECP conversion with null values by Valerio Setti · 1 year, 7 months ago
  57. ad81967 test_suite_psa_crypto: explicitly check return values of conversion functions by Valerio Setti · 1 year, 7 months ago
  58. bf999cb test_suite_psa_crypto: add test functions and cases for ECC conversion functions by Valerio Setti · 1 year, 7 months ago
  59. 673868b psa_crypto_ecp: add helper for checking EC parameters by Valerio Setti · 1 year, 8 months ago
  60. 9e976f3 Conditionally check the attribute of generated RSA key by Pengyu Lv · 1 year, 8 months ago
  61. 690ee81 Merge remote-tracking branch 'origin/development' into support_cipher_encrypt_only by Yanray Wang · 1 year, 9 months ago
  62. af302b9 Rm unjustified PK_C dependencies in PSA tests by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  63. 433150e Rm redundant ECC dependencies in psa_crypto tests by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  64. 59a8b41 Fix incorrect RSA dependencies in psa_crypto tests by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  65. 0d9a361 Rm unneeded dep on PK_PARSE_C in psa crypto tests by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  66. 4995e0c cipher.c: return error for ECB-decrypt under BLOCK_CIPHER_NO_DECRYPT by Yanray Wang · 1 year, 9 months ago
  67. eefd269 test_suite_psa_crypto: add dependency for decrypt test cases by Yanray Wang · 1 year, 9 months ago
  68. 3b15590 test_suite_psa_crypto: replace builtin dependencies with PSA_WANT by Valerio Setti · 1 year, 10 months ago
  69. bbf86af test_suite_psa_crypto: fix curve dependency in test by Valerio Setti · 1 year, 11 months ago
  70. ae3cda9 Merge pull request #8092 from silabs-Kusumit/PBKDF2_output_key by Gilles Peskine · 1 year, 11 months ago
  71. 94d3190 Set input cost as 1 for psa_key_exercise test by Kusumit Ghoderao · 1 year, 11 months ago
  72. ead1766 Fix PBKDF2 with empty salt segment on platforms where malloc(0)=NULL by Gilles Peskine · 2 years ago
  73. 8eb5589 Add tests in derive_key for pbkdf2 by Kusumit Ghoderao · 2 years ago
  74. 1dd5965 Add tests in derive_key_type for pbkdf2 by Kusumit Ghoderao · 2 years ago
  75. 1fe806a Add tests in derive_key_export for pbkdf2 by Kusumit Ghoderao · 2 years ago
  76. e8f6a0d Add tests for derive_key_exercise for pbkdf2 by Kusumit Ghoderao · 2 years ago
  77. 294be94 Merge pull request #7818 from silabs-Kusumit/PBKDF2_cmac_implementation by Gilles Peskine · 2 years ago gh-readonly-queue/development/pr-7818-a4c01dd6e9264c40c33a1b9fcd3309b0cad0595f
  78. 6c104b9 Modify derive output test cases and add actual output by Kusumit Ghoderao · 2 years ago
  79. 6f80ac4 Merge pull request #7864 from waleed-elmelegy-arm/enforce-min-RSA-key-size by Dave Rodgman · 2 years ago
  80. d4e7fe0 Change tests to work on different MBEDTLS_RSA_GEN_KEY_MIN_BITS configs by Waleed Elmelegy · 2 years ago
  81. 6eff0b2 Remove test vector by Kusumit Ghoderao · 2 years ago
  82. be55b7e Add test cases for 16 byte and empty password by Kusumit Ghoderao · 2 years ago
  83. d7bdbbe Improve naming of mimimum RSA key size generation configurations by Waleed Elmelegy · 2 years, 1 month ago
  84. 3d158f0 Adapt tests to work on all possible minimum RSA key sizes by Waleed Elmelegy · 2 years, 1 month ago
  85. 76336c3 Enforce minimum key size when generating RSA key size by Waleed Elmelegy · 2 years, 1 month ago
  86. a55f042 psa: replace DH_KEY_PAIR_LEGACY with new symbols by Valerio Setti · 2 years, 1 month ago
  87. 19fec54 test: remove GENPRIME dependency when RSA_KEY_PAIR_GENERATE by Valerio Setti · 2 years ago
  88. acab57b test: replace RSA_KEY_PAIR_LEGACY with proper symbols by Valerio Setti · 2 years, 1 month ago
  89. 9967f11 Merge pull request #7810 from valeriosetti/issue7771 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  90. 7333ed3 Add max iterations test case for cmac by Kusumit Ghoderao · 2 years, 1 month ago
  91. d801838 Add test case for zero input cost by Kusumit Ghoderao · 2 years, 1 month ago
  92. 6713206 Add test cases for key and plain inputs by Kusumit Ghoderao · 2 years, 1 month ago
  93. 9d4c74f Add test cases for output validation of pbkdf2 cmac by Kusumit Ghoderao · 2 years, 2 months ago
  94. 1d3fca2 Add test cases for input validation of pbkdf2 cmac by Kusumit Ghoderao · 2 years, 2 months ago
  95. 27c501a lib/test: replace BASIC_IMPORT_EXPORT internal symbol with BASIC,IMPORT,EXPORT by Valerio Setti · 2 years, 1 month ago
  96. 2a63460 psa: fix guards for EC key derivation by Valerio Setti · 2 years, 2 months ago
  97. 6a9d0ee library/test: replace LEGACY symbol with BASIC_IMPORT_EXPORT by Valerio Setti · 2 years, 2 months ago
  98. f099770 test: replace ECC_KEY_PAIR_LEGACY with GENERATE by Valerio Setti · 2 years, 2 months ago
  99. c2a4fb7 test: replace ECC_KEY_PAIR_LEGACY with DERIVE by Valerio Setti · 2 years, 2 months ago
  100. cbfe333 add test case for zero input cost by Kusumit Ghoderao · 2 years, 1 month ago