1. 07e24e9 Fix weirdly quoted invocations of requires_any_configs_enabled by Gilles Peskine · 11 months ago
  2. d98b363 Also activate PSK-only mode when PSK-ephemeral key exchanges are available by Gilles Peskine · 11 months ago
  3. 0a9f9d6 Unify the two requires-key-exchange-with-certificate function by Gilles Peskine · 11 months ago
  4. bbdc1a3 Detect PSK-only mode in TLS 1.3 as well by Gilles Peskine · 11 months ago
  5. 5c766dc Fix PSK-only mode doing less than it should by Gilles Peskine · 11 months ago
  6. 6eff90f Detect more cases where certificates are required by Gilles Peskine · 11 months ago
  7. 9cd5848 ssl-opt: Fix GnuTLS PSK injection by Gilles Peskine · 11 months ago
  8. 0bc5729 Use CONFIGS_ENABLED instead of repeatedly calling query_compile_time_config by Gilles Peskine · 11 months ago
  9. ed8cc46 Fix "Renegotiation: openssl server, client-initiated" with OpenSSL 3 by Gilles Peskine · 11 months ago
  10. d3d586b Merge pull request #9174 from billatarm/3.6-add-pc-test by Paul Elliott · 11 months ago
  11. 3cc48e4 tests: add a test for pkg-config files by Bill Roberts · 1 year, 4 months ago
  12. 8cd0dfa Merge pull request #9537 from mpg/tickets13-followup by Manuel Pégourié-Gonnard · 11 months ago
  13. f59d7b9 Merge pull request #9493 from yanesca/rsapub_additional_tests by Manuel Pégourié-Gonnard · 11 months ago
  14. aa80f53 Use libary default in ssl_client2 for new_session_tickets by Manuel Pégourié-Gonnard · 11 months ago
  15. d210bf7 Merge pull request #9338 from sezrab/analyze_driver_vs_reference_header_correction-3.6 by Gilles Peskine · 11 months ago
  16. 15fa9ce Misc improvements to comments by Manuel Pégourié-Gonnard · 11 months ago
  17. 33a2918 Merge pull request #9390 from eleuzi01/backport-9327 by Manuel Pégourié-Gonnard · 11 months ago
  18. 6496d56 Make error line consistent with the header by Elena Uziunaite · 11 months ago
  19. 9ec6d45 Fix code style (for real this time, hopefully) by Manuel Pégourié-Gonnard · 11 months ago
  20. 0a75adc Prepare codepath tests for early termination by Janos Follath · 12 months ago
  21. e9cc10d Fix incorrect test result by Janos Follath · 12 months ago
  22. 96cfd7a Move bignum code path testing out of the library by Janos Follath · 12 months ago
  23. 55be79b Add tests for optionally safe code paths in RSA by Janos Follath · 12 months ago
  24. 5fc20fc Add tests for optionally safe code paths in bignum by Janos Follath · 12 months ago
  25. fbc34ee Revert "Add generated files" by David Horstmann · 11 months ago
  26. 0d11176 Add generated files by David Horstmann · 11 months ago
  27. 1d2dcfc Bump version to 3.6.1 by David Horstmann · 11 months ago
  28. 636367f Don't clean test_keys.h and test_certs.h by David Horstmann · 11 months ago
  29. 204c4b4 Fix typos in make clean target for Windows by David Horstmann · 11 months ago
  30. 9f10979 Merge branch 'mbedtls-3.6-restricted' into mbedtls-3.6.1rc0-pr by David Horstmann · 11 months ago
  31. 9f44c88 Rename some "new_session_tickets" symbols by Ronald Cron · 11 months ago
  32. 97dc583 Improve debug logs by Ronald Cron · 11 months ago
  33. d67f801 Do not add a new field in the SSL config by Ronald Cron · 11 months ago
  34. 57ad182 ssl_client2: Fix new_session_tickets option parsing by Ronald Cron · 11 months ago
  35. 23303a4 Enable TLS 1.3 ticket handling in resumption tests by Ronald Cron · 11 months ago
  36. 5950301 Don't call psa_crypto_init in unit tests when not required for TLS 1.3 by Gilles Peskine · 12 months ago
  37. 4002e6f Merge remote-tracking branch 'mbedtls-3.6' into mbedtls-3.6-restricted by Gilles Peskine · 12 months ago
  38. 86a4c25 Merge pull request #9499 from waleed-elmelegy-arm/fix-legacy-compression-issue-3.6 by Gilles Peskine · 12 months ago
  39. df0ef8a Merge pull request #9281 from mpg/rsapub by Gilles Peskine · 12 months ago
  40. 1297309 Remove redundant legacy compression test by Waleed Elmelegy · 1 year, 1 month ago
  41. 38c8757 Improve legacy compression regression testing by Waleed Elmelegy · 1 year, 1 month ago
  42. 790f3b1 Add regression testing to handling Legacy_compression_methods by Waleed Elmelegy · 1 year, 1 month ago
  43. 5f31697 Add header for mbedtls_mpi_exp_mod_unsafe() by Janos Follath · 12 months ago
  44. 273d07b Merge pull request #9240 from gilles-peskine-arm/psa-keystore-dynamic-3.6 by Manuel Pégourié-Gonnard · 12 months ago
  45. ff28e4c Fix two dependency declarations in ssl-opt by Manuel Pégourié-Gonnard · 12 months ago
  46. dee6ffa Add support for context f_vrfy callback in 1.3 by Manuel Pégourié-Gonnard · 12 months ago
  47. 8d5da8f ssl-opt.sh: Test trusted certificate callback in TLS 1.3 by Ronald Cron · 1 year, 4 months ago
  48. 84442a3 ssl-opt.sh: Fix test case titles by Ronald Cron · 1 year, 4 months ago
  49. 2b98a4e Allow no authentication of the server in 1.3 by Manuel Pégourié-Gonnard · 12 months ago
  50. a0a781e Reorder some tests in ssl-opt.sh by Manuel Pégourié-Gonnard · 12 months ago
  51. e1cc926 Allow optional authentication of the server in 1.3 by Manuel Pégourié-Gonnard · 12 months ago
  52. 4192bba Test cert alert REVOKED -> CERT_REVOKED by Manuel Pégourié-Gonnard · 1 year ago
  53. d6e2069 Test cert alert NOT_TRUSTED -> UNKNOWN_CA by Manuel Pégourié-Gonnard · 1 year ago
  54. a3cf1a5 Fix ordering of a test case in ssl-opt.sh by Manuel Pégourié-Gonnard · 1 year ago
  55. 060e284 Add test forcing TLS 1.2 for clearer coverage by Manuel Pégourié-Gonnard · 1 year ago
  56. 878af12 Fix memory corruption in exp_mod tests by Janos Follath · 12 months ago
  57. 8786dd7 Disable optionally safe test hook in threading builds by Janos Follath · 12 months ago
  58. 04db1fb Add test cases for extKeyUsage by Elena Uziunaite · 12 months ago
  59. e74c840 Rationalize extKeyUsage tests by Elena Uziunaite · 12 months ago
  60. 7342656 Add tests for optionally unsafe code paths by Janos Follath · 12 months ago
  61. e0842aa Add tests for optionally safe codepaths by Janos Follath · 12 months ago
  62. 7f9470a Merge pull request #9451 from minosgalanakis/fix-v3.6-issues-9186-and-9188-bp by Gilles Peskine · 12 months ago
  63. cdd5b07 Use P_CLI when O_CLI's status is not reliable by Manuel Pégourié-Gonnard · 12 months ago
  64. 9dc903a Add test components with the PSA static key store by Gilles Peskine · 1 year, 2 months ago
  65. 3bc9d2b Dynamic key store: make full-key-store tests work effectively by Gilles Peskine · 1 year, 2 months ago
  66. b5891cc Dynamic key store: disable full-key-store tests by Gilles Peskine · 1 year, 1 month ago
  67. 2bfd749 Dynamic key store: new compilation option by Gilles Peskine · 1 year, 2 months ago
  68. 3b41e1d Merge pull request #9403 from gilles-peskine-arm/psa-keystore-dynamic-prep-3.6 by Gilles Peskine · 12 months ago
  69. aaa9672 Improve documentation in some tests by Gilles Peskine · 12 months ago
  70. 52c0f5a Rationalize keyUsage testing, round 2 by Manuel Pégourié-Gonnard · 12 months ago
  71. 013d079 Always print detailed cert errors in test programs by Manuel Pégourié-Gonnard · 12 months ago
  72. ef41d8c Fix 1.3 failure to update flags for (ext)KeyUsage by Manuel Pégourié-Gonnard · 12 months ago
  73. 36d1b4a Rationalize ssl-opt tests for keyUsage by Manuel Pégourié-Gonnard · 12 months ago
  74. ee1715c Test cert alert KEY_USAGE -> UNSUPPORTED_CERT by Manuel Pégourié-Gonnard · 1 year ago
  75. e217673 Merge remote-tracking branch 'public/mbedtls-3.6' into merge-3.6 by Manuel Pégourié-Gonnard · 12 months ago
  76. a9083b7 PSA_DONE: account for MBEDTLS_TEST_PSA_INTERNAL_KEYS by Gilles Peskine · 12 months ago
  77. 4306a69 Merge pull request #9437 from tom-daubney-arm/bp_3-6_standardise_proj_detection by Tom Cosgrove · 12 months ago
  78. 5f0b64a Move some proj detection code inside pre_check_environment by Thomas Daubney · 12 months ago
  79. bc7bffc Remove test_valgrind_constant_flow_psa_no_asm by Elena Uziunaite · 1 year, 1 month ago
  80. 81d6b6b Remove the hack in library/constant_time_impl.h by Elena Uziunaite · 1 year, 1 month ago
  81. 27c953d Edit component_release_test_valgrind_constant_flow_no_asm by Elena Uziunaite · 1 year, 1 month ago
  82. f0871be Change valgrind constant flow testing to test without asm by Elena Uziunaite · 1 year, 1 month ago
  83. 9af882d Disable asm in component_test_memsan by Elena Uziunaite · 1 year, 1 month ago
  84. cd2ae32 Alter constant-flow memsan testing by Elena Uziunaite · 1 year, 1 month ago
  85. 472c10f key_custom: update analyze_outcomes.py by Gilles Peskine · 1 year, 2 months ago
  86. f5db72b Test cpp_dummy_build in pedantic mode by Gilles Peskine · 1 year, 2 months ago
  87. 14134e7 Remove some tests of psa_generate_key_ext by Gilles Peskine · 1 year, 2 months ago
  88. a8e39f2 Update PSA wrappers by Gilles Peskine · 1 year, 2 months ago
  89. f36d785 Implement psa_generate_key_custom by Gilles Peskine · 1 year, 2 months ago
  90. 9bf1875 Revert commit 33af72df in order to not depend on test code by Michael Schuster · 1 year, 1 month ago
  91. ab4951f Add missing include in tests/src/psa_memory_poisoning_wrappers.c to fix missing-prototype error by Michael Schuster · 1 year, 2 months ago
  92. 6a3573a Fix Uncrustify errors in modified tests/suites to satisfy check_code_style test by Michael Schuster · 1 year, 2 months ago
  93. 275b698 Use correct test case conditionals for helper functions in tests/suites by Michael Schuster · 1 year, 2 months ago
  94. 6d6cae5 Fix tests build with MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS enabled by Michael Schuster · 1 year, 2 months ago
  95. 31b1cb8 Adjust spacing in tests/suites function sources by Michael Schuster · 1 year, 2 months ago
  96. b1e33fb Fix missing-prototype errors in tests/suites by Michael Schuster · 1 year, 2 months ago
  97. 8cc43f2 Fix unused-function error for ecjpake_operation_setup in test_suite_psa_crypto.function by Michael Schuster · 1 year, 2 months ago
  98. 3a4c431 Move print_buf into mbedtls_test_print_buf helper function in sample programs by Michael Schuster · 1 year, 2 months ago
  99. b4d55bb Add missing include in tests/src/asn1_helpers.c by Michael Schuster · 1 year, 2 months ago
  100. 83222b8 Add -Wmissing-prototypes to component_build_no_ssl_srv and component_build_no_ssl_cli in all.sh by Minos Galanakis · 12 months ago