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