1. a0a781e Reorder some tests in ssl-opt.sh by Manuel Pégourié-Gonnard · 12 months ago
  2. e1cc926 Allow optional authentication of the server in 1.3 by Manuel Pégourié-Gonnard · 12 months ago
  3. 4d4c0c7 Add comments about 1.3 server sending no cert by Manuel Pégourié-Gonnard · 12 months ago
  4. 85b864e Rm translation code for unused flag by Manuel Pégourié-Gonnard · 12 months ago
  5. 8a14aaa Simplify certificate curve check for 1.2 by Manuel Pégourié-Gonnard · 12 months ago
  6. 4938b69 Make mbedtls_ssl_check_cert_usage() work for 1.3 by Manuel Pégourié-Gonnard · 12 months ago
  7. 96a0c5c Clean up mbedtls_ssl_check_cert_usage() by Manuel Pégourié-Gonnard · 12 months ago
  8. 4192bba Test cert alert REVOKED -> CERT_REVOKED by Manuel Pégourié-Gonnard · 1 year ago
  9. d6e2069 Test cert alert NOT_TRUSTED -> UNKNOWN_CA by Manuel Pégourié-Gonnard · 1 year ago
  10. a3cf1a5 Fix ordering of a test case in ssl-opt.sh by Manuel Pégourié-Gonnard · 1 year ago
  11. 060e284 Add test forcing TLS 1.2 for clearer coverage by Manuel Pégourié-Gonnard · 1 year ago
  12. b0b71dc Edit ChangeLog entry by Elena Uziunaite · 12 months ago
  13. 777e3e7 Update ChangeLog by Elena Uziunaite · 12 months ago
  14. 04db1fb Add test cases for extKeyUsage by Elena Uziunaite · 12 months ago
  15. e74c840 Rationalize extKeyUsage tests by Elena Uziunaite · 12 months ago
  16. cdd5b07 Use P_CLI when O_CLI's status is not reliable by Manuel Pégourié-Gonnard · 12 months ago
  17. 52c0f5a Rationalize keyUsage testing, round 2 by Manuel Pégourié-Gonnard · 12 months ago
  18. 013d079 Always print detailed cert errors in test programs by Manuel Pégourié-Gonnard · 12 months ago
  19. ef41d8c Fix 1.3 failure to update flags for (ext)KeyUsage by Manuel Pégourié-Gonnard · 12 months ago
  20. 36d1b4a Rationalize ssl-opt tests for keyUsage by Manuel Pégourié-Gonnard · 12 months ago
  21. ee1715c Test cert alert KEY_USAGE -> UNSUPPORTED_CERT by Manuel Pégourié-Gonnard · 1 year ago
  22. 1e6ed52 Merge pull request #1261 from mpg/merge-3.6 by Manuel Pégourié-Gonnard · 12 months ago
  23. e217673 Merge remote-tracking branch 'public/mbedtls-3.6' into merge-3.6 by Manuel Pégourié-Gonnard · 12 months ago
  24. 4306a69 Merge pull request #9437 from tom-daubney-arm/bp_3-6_standardise_proj_detection by Tom Cosgrove · 12 months ago
  25. a542420 Call in_mbedtls_repo by Thomas Daubney · 12 months ago
  26. 7ee1a4e Merge pull request #9235 from gilles-peskine-arm/psa_generate_key_custom-3.6 by Gilles Peskine · 12 months ago
  27. 5f0b64a Move some proj detection code inside pre_check_environment by Thomas Daubney · 12 months ago
  28. 14b87f6 Match spacing in pointer types in documentation with the code style by Gilles Peskine · 1 year ago
  29. 4a85ff3 Rename one more deprecated identifier by Gilles Peskine · 1 year, 1 month ago
  30. 0d619b2 Documentation improvements by Gilles Peskine · 1 year, 1 month ago
  31. 52504f8 Rename internal function psa_key_production_parameters_are_default by Gilles Peskine · 1 year, 2 months ago
  32. 472c10f key_custom: update analyze_outcomes.py by Gilles Peskine · 1 year, 2 months ago
  33. f5db72b Test cpp_dummy_build in pedantic mode by Gilles Peskine · 1 year, 2 months ago
  34. d865c42 Changelog entry for the move from key_ext to key_custom functions by Gilles Peskine · 1 year, 2 months ago
  35. 14134e7 Remove some tests of psa_generate_key_ext by Gilles Peskine · 1 year, 2 months ago
  36. e65cca2 Document the key_ext functions as deprecated by Gilles Peskine · 1 year, 2 months ago
  37. 603b5b8 Documentation: point to key_custom instead of key_ext by Gilles Peskine · 1 year, 2 months ago
  38. a8e39f2 Update PSA wrappers by Gilles Peskine · 1 year, 2 months ago
  39. f36d785 Implement psa_generate_key_custom by Gilles Peskine · 1 year, 2 months ago
  40. 095cf69 Merge pull request #9444 from minosgalanakis/all-sh-separate-components_36bp by Manuel Pégourié-Gonnard · 12 months ago
  41. bd6b98f all.sh/components: Removed components.sh by Minos Galanakis · 1 year ago
  42. bb42737 all.sh/components: Moved build_aes_via_padlock to platform component. by Minos Galanakis · 1 year ago
  43. 5f6d2e3 all.sh/components: Moved driver components to configuration crypto. by Minos Galanakis · 1 year ago
  44. 0c0c3e1 all.sh/components: Moved more components to configuration crypto. by Minos Galanakis · 1 year ago
  45. 4ca7b14 all.sh/components: Fixed a typo in configuration-tls. by Minos Galanakis · 1 year ago
  46. 85347d1 all.sh/components: Moved more components to configuration tls. by Minos Galanakis · 1 year ago
  47. 4a2a351 Extract sanitizer components into a separate file. by Minos Galanakis · 1 year ago
  48. f0cd95b Extract platform components into a separate file. by Minos Galanakis · 1 year ago
  49. 93a8c08 Extract configuration components into a separate file. by Minos Galanakis · 1 year ago
  50. 27968c1 Extract configuration-x509 components into a separate file. by Minos Galanakis · 1 year ago
  51. 5b4386c Extract configuration-platform components into a separate file. by Minos Galanakis · 1 year ago
  52. 3ece57e Extract configuration-crypto-components into a separate file. by Minos Galanakis · 1 year ago
  53. b49e884 Merge pull request #9309 from gilles-peskine-arm/psa-keystore-design-doc-3.6 by Gilles Peskine · 1 year ago
  54. b298d1f Extract compliance-components into a separate file. by Minos Galanakis · 1 year ago
  55. 3bd6c30 Extract compiler-components into a separate file. by Minos Galanakis · 1 year ago
  56. 2148e5c Extract build-components into a separate file. by Minos Galanakis · 1 year ago
  57. e431739 Extract basic-components into a separate file. by Minos Galanakis · 1 year ago
  58. f7d1cb0 Separate all.sh from components. by Minos Galanakis · 1 year ago
  59. 52992e5 Merge pull request #9395 from sezrab/mbedtls_test_ssl_message_queue_pop_info-3.6 by Bence Szépkúti · 1 year ago
  60. f1f086e Applied consistent style. by Minos Galanakis · 1 year ago
  61. 7771119 Created placeholder component files. by Minos Galanakis · 1 year ago
  62. d289fa1 Merge pull request #9432 from gabor-mezei-arm/9158_bp36_update_framework by Ronald Cron · 1 year ago
  63. fef3cc3 Update framework by Gabor Mezei · 1 year ago
  64. 2f55640 Add functions to detect project by Thomas Daubney · 1 year ago
  65. ecb3936 Introduce project_name.txt by Thomas Daubney · 1 year, 8 months ago
  66. e55bc34 Merge pull request #1257 from gilles-peskine-arm/psa-drbg-no-hmac-document-3.6 by Gilles Peskine · 1 year ago
  67. fd01bec Miscellaneous clarifications by Gilles Peskine · 1 year ago
  68. f13fdf8 Expand on performance by Gilles Peskine · 1 year ago
  69. 1a0107b Discuss why we have so many variants by Gilles Peskine · 1 year ago
  70. 7fb5007 Merge pull request #1259 from gilles-peskine-arm/ecdsa-conversion-overflow-3.6 by Manuel Pégourié-Gonnard · 1 year ago
  71. dbd726b Link to issue about freeing empty slices by Gilles Peskine · 1 year ago
  72. ac6b610 Improve and fix explanation of next_free by Gilles Peskine · 1 year ago
  73. 7d8abab Update macro name about the static key store by Gilles Peskine · 1 year ago
  74. 47f3fcd Typos and minor clarifications by Gilles Peskine · 1 year ago
  75. 79d1cad Improve description of who is affected by Gilles Peskine · 1 year, 1 month ago
  76. 6907e6c More diversified sizes in tests by Gilles Peskine · 1 year, 1 month ago
  77. 4269ee6 Fix stack buffer overflow in ECDSA signature format conversions by Gilles Peskine · 1 year, 1 month ago
  78. 5d66039 Force MBEDTLS_PSA_HMAC_DRBG_MD_TYPE based on CTR_DRBG by Gilles Peskine · 1 year, 1 month ago
  79. 3f21ca7 Document that MBEDTLS_PSA_HMAC_DRBG_MD_TYPE does not force HMAC by Gilles Peskine · 1 year, 1 month ago
  80. b38e960 Merge pull request #9419 from ronald-cron-arm/move-crypto-test-suites-3.6 by Ronald Cron · 1 year ago
  81. 1640bd3 Update auto-generated psa_test_wrappers. by Ronald Cron · 1 year ago
  82. e5bbb2f Update the framework submodule to the merge of PR38 by Ronald Cron · 1 year ago
  83. 62b0976 Update framework as in PR 9394 by Ronald Cron · 1 year ago
  84. 467775e programs: fuzz: Fix comment by Ronald Cron · 1 year, 1 month ago
  85. c025f31 tests: CMake: Align/fix config test suite generation by Ronald Cron · 1 year, 1 month ago
  86. 977766c CMake: Include CMakePrintHelpers by Ronald Cron · 1 year, 1 month ago
  87. 33218d2 Merge pull request #9329 from sezrab/replace_MBEDTLS_MD_CAN_MD5_with_PSA_WANT-3.6 by Gilles Peskine · 1 year, 1 month ago
  88. 7d3451d Merge pull request #9388 from eleuzi01/backport-9285 by Gilles Peskine · 1 year, 1 month ago
  89. ab26f5c Merge pull request #9386 from eleuzi01/backport-9287 by Paul Elliott · 1 year, 1 month ago
  90. 6025501 Add TLS: password protected... to ignored_tests list by Sam Berry · 1 year, 1 month ago
  91. e272044 Reverted requires_cipher_enabled AES by Sam Berry · 1 year, 1 month ago
  92. e7e5c7e Changed some tests to use requires_cipher_enabled by Sam Berry · 1 year, 2 months ago
  93. 06b91be Added support for MD5 in `requires_hash_alg` by Sam Berry · 1 year, 2 months ago
  94. 71a0e8c Merge pull request #9398 from davidhorstmann-arm/upgrade-python-dependencies-3.6 by Gilles Peskine · 1 year, 1 month ago
  95. 4e7ca64 Upgrade python dependencies in requirements file by David Horstmann · 1 year, 1 month ago
  96. 89a48ce Merge pull request #9392 from valeriosetti/backport-fix-psa_key_derivation_verify_bytes by Gilles Peskine · 1 year, 1 month ago gh-readonly-queue/mbedtls-3.6/pr-9392-71ff969ca255d29180644d6b84fc94d3728daee8
  97. 1fb69a9 tests/ssl_helpers: Check that message queue is popped by Tomás González · 1 year, 6 months ago
  98. d30cc09 psa: fix parameters' names of psa_key_derivation_verify_bytes() by Valerio Setti · 1 year, 1 month ago
  99. 848bccf Fix some typo for include folder by Wenxing Hou · 1 year, 2 months ago
  100. 83da5ab Fix typo in platform_util.c by Michael Grand (TrustnGo) · 1 year, 2 months ago