1. 6a229f9 Remove some dependencies by Elena Uziunaite · 11 months ago
  2. db0ed75 Add PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_IMPORT by Elena Uziunaite · 11 months ago
  3. 47a9b3d Replace MBEDTLS_PK_CAN_ECDSA_SOME with MBEDTLS_PK_CAN_ECDSA_SIGN by Elena Uziunaite · 11 months ago
  4. 0a75adc Prepare codepath tests for early termination by Janos Follath · 12 months ago
  5. e9cc10d Fix incorrect test result by Janos Follath · 12 months ago
  6. 96cfd7a Move bignum code path testing out of the library by Janos Follath · 12 months ago
  7. 55be79b Add tests for optionally safe code paths in RSA by Janos Follath · 12 months ago
  8. 5fc20fc Add tests for optionally safe code paths in bignum by Janos Follath · 12 months ago
  9. fbc34ee Revert "Add generated files" by David Horstmann · 11 months ago
  10. 0d11176 Add generated files by David Horstmann · 11 months ago
  11. 1d2dcfc Bump version to 3.6.1 by David Horstmann · 11 months ago
  12. 4002e6f Merge remote-tracking branch 'mbedtls-3.6' into mbedtls-3.6-restricted by Gilles Peskine · 12 months ago
  13. df0ef8a Merge pull request #9281 from mpg/rsapub by Gilles Peskine · 12 months ago
  14. 5f31697 Add header for mbedtls_mpi_exp_mod_unsafe() by Janos Follath · 12 months ago
  15. 273d07b Merge pull request #9240 from gilles-peskine-arm/psa-keystore-dynamic-3.6 by Manuel Pégourié-Gonnard · 12 months ago
  16. 878af12 Fix memory corruption in exp_mod tests by Janos Follath · 12 months ago
  17. 8786dd7 Disable optionally safe test hook in threading builds by Janos Follath · 12 months ago
  18. 7342656 Add tests for optionally unsafe code paths by Janos Follath · 12 months ago
  19. e0842aa Add tests for optionally safe codepaths by Janos Follath · 12 months ago
  20. 7f9470a Merge pull request #9451 from minosgalanakis/fix-v3.6-issues-9186-and-9188-bp by Gilles Peskine · 12 months ago
  21. 3bc9d2b Dynamic key store: make full-key-store tests work effectively by Gilles Peskine · 1 year, 1 month ago
  22. b5891cc Dynamic key store: disable full-key-store tests by Gilles Peskine · 1 year, 1 month ago
  23. 2bfd749 Dynamic key store: new compilation option by Gilles Peskine · 1 year, 2 months ago
  24. 3b41e1d Merge pull request #9403 from gilles-peskine-arm/psa-keystore-dynamic-prep-3.6 by Gilles Peskine · 12 months ago
  25. aaa9672 Improve documentation in some tests by Gilles Peskine · 12 months ago
  26. e217673 Merge remote-tracking branch 'public/mbedtls-3.6' into merge-3.6 by Manuel Pégourié-Gonnard · 12 months ago
  27. 14134e7 Remove some tests of psa_generate_key_ext by Gilles Peskine · 1 year, 2 months ago
  28. f36d785 Implement psa_generate_key_custom by Gilles Peskine · 1 year, 2 months ago
  29. 6a3573a Fix Uncrustify errors in modified tests/suites to satisfy check_code_style test by Michael Schuster · 1 year, 2 months ago
  30. 275b698 Use correct test case conditionals for helper functions in tests/suites by Michael Schuster · 1 year, 2 months ago
  31. 31b1cb8 Adjust spacing in tests/suites function sources by Michael Schuster · 1 year, 2 months ago
  32. b1e33fb Fix missing-prototype errors in tests/suites by Michael Schuster · 1 year, 2 months ago
  33. 8cc43f2 Fix unused-function error for ecjpake_operation_setup in test_suite_psa_crypto.function by Michael Schuster · 1 year, 2 months ago
  34. 6907e6c More diversified sizes in tests by Gilles Peskine · 1 year, 1 month ago
  35. 4269ee6 Fix stack buffer overflow in ECDSA signature format conversions by Gilles Peskine · 1 year, 1 month ago
  36. d66dc64 Keep track of PSA keys used interally by Gilles Peskine · 1 year, 1 month ago
  37. f39b2e0 Fix spurious test case failure with accelerated AES by Gilles Peskine · 1 year, 2 months ago
  38. 8a13d82 Improve full-key-store tests by Gilles Peskine · 1 year, 1 month ago
  39. 0d0f4ad Update invalid key id in a test case by Gilles Peskine · 1 year, 1 month ago
  40. 543909d Add a test for the built-in key range by Gilles Peskine · 1 year, 2 months ago
  41. d72ad73 Prevent mbedtls_psa_register_se_key with volatile keys by Gilles Peskine · 1 year, 2 months ago
  42. 7d0e5d2 Correct redundant framework/../framework paths by David Horstmann · 1 year, 1 month ago
  43. 9c4dd4e Update paths pointing to tests/data_files by David Horstmann · 1 year, 2 months ago
  44. c030418 Merge pull request #9341 from gilles-peskine-arm/psa_cipher_decrypt-ccm_star-iv_length_enforcement-3.6 by Gilles Peskine · 1 year, 1 month ago
  45. acef7b3 Merge pull request #9132 from andre-rosa/check-overflow-when-reading-padding-len-on-aes-128-cbc-decryption-for-mbedtls-3.6 by Gilles Peskine · 1 year, 1 month ago
  46. e2ae1b4 Merge pull request #9301 from gilles-peskine-arm/test_suite_config-booleans-3.6 by Ronald Cron · 1 year, 1 month ago
  47. b47c3b3 psa_cipher_decrypt CCM*: fix rejection of messages shorter than 3 bytes by Gilles Peskine · 1 year, 1 month ago
  48. 1c52e57 New test suite to report configuration options by Gilles Peskine · 1 year, 2 months ago
  49. 3b7cde4 Code style fix by Elena Uziunaite · 1 year, 2 months ago
  50. 4c882db Fix compiler warnings in test_suite_pk.function by Elena Uziunaite · 1 year, 2 months ago
  51. 2cfa6c9 Merge pull request #9208 from davidhorstmann-arm/move-test-generation-files-3.6 by Bence Szépkúti · 1 year, 2 months ago
  52. ea09152 Update file paths for moved files by David Horstmann · 1 year, 2 months ago
  53. 20f4488 fix typo by Turiiya · 1 year, 3 months ago
  54. baf6775 Merge pull request #9160 from ronald-cron-arm/crypto-config-test_ref_configs-3.6 by Ronald Cron · 1 year, 2 months ago
  55. f313902 Fix "maybe-uninitialized" warning with GCC 11.3 by Ronald Cron · 1 year, 3 months ago
  56. 3711734 Add invalid `padding_len` check in `get_pkcs_padding` by Andre Goddard Rosa · 1 year, 3 months ago
  57. 1c56ca4 test_suite_pk: use explicit key bit size instead of RSA_KEY_SIZE by Valerio Setti · 1 year, 3 months ago
  58. 8c2b301 Merge pull request #9050 from gilles-peskine-arm/test-dependencies-20240314-3.6 by Manuel Pégourié-Gonnard · 1 year, 3 months ago
  59. 786dff6 Use large enough keys when testing parsing of non-word-aligned RSA sizes by Gilles Peskine · 1 year, 3 months ago
  60. 09569d1 Fix misspelled dependency: there is no MBEDTLS_PEM_C by Gilles Peskine · 1 year, 3 months ago
  61. e6b6c14 Allow PSA to not support RSA keys with non-byte-aligned sizes by Gilles Peskine · 1 year, 3 months ago
  62. 401d6dc Remove redundant dependency by Gilles Peskine · 1 year, 3 months ago
  63. 5e96584 generate_test_keys: split group_id and key bitsize in the generated structure by Valerio Setti · 1 year, 4 months ago
  64. e537018 test_suite_pk: fix some descriptions in data file by Valerio Setti · 1 year, 4 months ago
  65. 690ab45 test_suite_pk: fix guards for pk_psa_setup() by Valerio Setti · 1 year, 4 months ago
  66. e98c378 test_suite_pk: remove PK_PARSE_C unnecessary dependencies by Valerio Setti · 1 year, 4 months ago
  67. 7903385 test_suite_pk: remove RSA key generation/size dependencies by Valerio Setti · 1 year, 4 months ago
  68. ab4b01b test_suite_pk: enhance pk_psa_setup() to support all key types by Valerio Setti · 1 year, 4 months ago
  69. 7ee12b7 test_suite_pk: use pk_setup() instead of mbedtls_rsa_gen_key() in pk_psa_wrap_sign_ext() by Valerio Setti · 1 year, 4 months ago
  70. 73932e3 test_suite_pk: use predefined RSA keys in pk_setup_for_type() by Valerio Setti · 1 year, 4 months ago
  71. 5a07cff test_suite_pk: rename pk_genkey() and pk_psa_genkey() by Valerio Setti · 1 year, 4 months ago
  72. 83ddd43 test_suite_pk: fix get_predefined_key_data() return value by Valerio Setti · 1 year, 4 months ago
  73. 04ee264 generate_test_keys: generate also look-up table in script by Valerio Setti · 1 year, 4 months ago
  74. 65953e2 generate_test_keys: generate arrays for all keys in asymmetric_key_data.py by Valerio Setti · 1 year, 4 months ago
  75. f38640d generate_test_keys: generate also RSA public key arrays by Valerio Setti · 1 year, 4 months ago
  76. 7affeef generate_test_keys: use keys from asymmetric_key_data.py by Valerio Setti · 1 year, 4 months ago
  77. b9a3f79 test_suite_pk: minor code fixes and comments improvements by Valerio Setti · 1 year, 4 months ago
  78. 09e9872 test_suite_pk: fix guards by Valerio Setti · 1 year, 4 months ago
  79. bdb7ae1 test_suite_pk: add python script to generate predefined keys by Valerio Setti · 1 year, 4 months ago
  80. 88ab0d4 test_suite_pk: simplify pk_psa_genkey() by Valerio Setti · 1 year, 4 months ago
  81. 9658e77 test_suite_pk: simplify pk_genkey() by Valerio Setti · 1 year, 4 months ago
  82. 0b15050 test_suite_pk: fix key_id initialization value by Valerio Setti · 1 year, 4 months ago
  83. cca2d43 test_suite_pk: use look-up table instead of file for the predefined keys by Valerio Setti · 1 year, 4 months ago
  84. 5ec9341 test_suite_pk: remove PSA_WANT_KEY_TYPE_[ECC/RSA]_KEY_PAIR_GENERATE dependencies by Valerio Setti · 1 year, 4 months ago
  85. cdb5a7d test_suite_pk: modify pk_psa_genkey() in order to use predefined keys by Valerio Setti · 1 year, 4 months ago
  86. 8bfa7fd test_suite_pk: use a single helper function to generate PSA keys by Valerio Setti · 1 year, 5 months ago
  87. dfc1915 test_suite_pk: modify pk_genkey() in order to use predefined keys by Valerio Setti · 1 year, 5 months ago
  88. 79d2587 Merge pull request #9009 from mpg/fix-wrong-dep-test-case-3.6 by Gilles Peskine · 1 year, 4 months ago gh-readonly-queue/mbedtls-3.6/pr-9009-f05f7066a12f57c105a6cd3dd6f13f0f947829f6
  89. f02af2d tests: ssl: Fix dependencies of SRV TLS 1.3 session serialization tests by Ronald Cron · 1 year, 4 months ago
  90. 094f553 tests: ssl: Fix dependencies of TLS 1.3 session serialization tests by Ronald Cron · 1 year, 4 months ago
  91. 346b818 tests: ssl: Add hostname checks in session serialization tests by Ronald Cron · 1 year, 4 months ago
  92. 1fb5854 tests: ssl: Remove redundant test by Ronald Cron · 1 year, 4 months ago
  93. 8196369 tests: ssl: Fix session field guards by Ronald Cron · 1 year, 4 months ago
  94. 4ee6ddc Merge pull request #9004 from valeriosetti/issue8903-backport by Bence Szépkúti · 1 year, 4 months ago
  95. 87747c7 Fix closing comment to match opening guard by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  96. 5aa6a64 Fix style of preprocessor expression by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  97. 3bb89dc Fix failures in psa_cryto_driver_wrappers suite by Pengyu Lv · 1 year, 8 months ago
  98. a44cab0 Add missing dependency of fallback test in driver wrappers suite by Pengyu Lv · 1 year, 8 months ago
  99. b13c218 Add missing definition of AT_LEAST_ONE_BUILTIN_KDF by Pengyu Lv · 1 year, 8 months ago
  100. 64b6e4d Fix wrong dependency in psa_crypto_driver_wrappers suite by Pengyu Lv · 1 year, 8 months ago