1. da0e32e mbedtls_ssl_set_hostname tests: add tests with CA callback by Gilles Peskine · 6 months ago
  2. 1f6864b Call mbedtls_ssl_set_hostname in the generic endpoint setup in unit tests by Gilles Peskine · 6 months ago
  3. 2c33c75 Require calling mbedtls_ssl_set_hostname() for security by Gilles Peskine · 6 months ago
  4. 7656ad7 Create configuration option to bypass the mbedtls_ssl_set_hostname check by Gilles Peskine · 6 months ago
  5. 0178dc9 Create error code for mbedtls_ssl_set_hostname not called by Gilles Peskine · 6 months ago
  6. 6b88594 Keep track of whether mbedtls_ssl_set_hostname() has been called by Gilles Peskine · 6 months ago
  7. ce00ac4 Update the documentation of ssl->hostname by Gilles Peskine · 6 months ago
  8. e61852e Access ssl->hostname through abstractions by Gilles Peskine · 6 months ago
  9. b3de9da mbedtls_ssl_set_hostname tests: baseline by Gilles Peskine · 6 months ago
  10. 48e4ff9 Automate MBEDTLS_X509_TRUSTED_CERTIFICATE_CALLBACK dependency by Gilles Peskine · 6 months ago
  11. 2a8acc4 Make guards more consistent between X.509-has-certs and SSL-has-certs by Gilles Peskine · 6 months ago
  12. 154269d Fix Doxygen markup by Gilles Peskine · 6 months ago
  13. c811fb7 Merge pull request #9941 from valeriosetti/issue94-3.6 by Ronald Cron · 6 months ago
  14. 411f7dc framework: update reference by Valerio Setti · 6 months ago
  15. aa7bd59 components-compliance.sh: update references to test_psa_compliance.py by Valerio Setti · 6 months ago
  16. d673acf components-configuration.sh: update references to test_psa_constant_names.py by Valerio Setti · 6 months ago
  17. 7297e8d Move files out of Mbed TLS by Valerio Setti · 6 months ago
  18. 2045886 Merge pull request #9937 from valeriosetti/issue9688-backport by Ronald Cron · 6 months ago
  19. 1a0ee06 test_suite_ssl: update description for conf_curve and conf_gruop tests by Valerio Setti · 7 months ago
  20. e94ab3c test_suite_ssl: add ECDHE-RSA case for handshake_fragmentation() by Valerio Setti · 7 months ago
  21. 4f2a74d test_suite_ssl: add new ECDHE-RSA tests by Valerio Setti · 7 months ago
  22. b6fff90 Merge pull request #9907 from mpg/conf-curves-3.6 by Manuel Pégourié-Gonnard · 6 months ago
  23. 79d5ea2 Merge pull request #9495 from minosgalanakis/doc/add_mbedtls_ecp_check_privkey_comment_bp36 by Janos Follath · 6 months ago
  24. 4847765 Update tf-psa-crypto/drivers/builtin/src/ecp.c by minosgalanakis · 12 months ago
  25. ea18c7e Fix incorrect test function by Manuel Pégourié-Gonnard · 7 months ago
  26. 632667e Remove useless dependency from test function by Manuel Pégourié-Gonnard · 7 months ago
  27. 18e4b3f Merge pull request #9857 from gilles-peskine-arm/psa-storage-test-cases-never-supported-negative-3.6 by Gilles Peskine · 7 months ago
  28. a6c1f56 Add ignore list entries for ECDH/FFDH algorithm without key type by Gilles Peskine · 7 months ago
  29. a2a0c39 Remove test coverage exceptions that are no longer needed by Gilles Peskine · 7 months ago
  30. 8e07e27 Update framework by Gilles Peskine · 7 months ago
  31. c1b1aa3 Merge pull request #9903 from Harry-Ramsey/independent-check-files-3.6 by Ronald Cron · 7 months ago
  32. 61a1281 Update framework pointer by Harry Ramsey · 7 months ago
  33. 680d5bb Merge pull request #9890 from gilles-peskine-arm/psa-storage-test-cases-never-supported-negative-preamble-3.6 by David Horstmann · 7 months ago
  34. 19f17e4 Stop recommended deprecated function in migration guide by Manuel Pégourié-Gonnard · 7 months ago
  35. d975184 Merge pull request #9902 from ronald-cron-arm/crypto-config-default-path-3.6 by Ronald Cron · 7 months ago gh-readonly-queue/mbedtls-3.6/pr-9902-6f834e947ff1ae7061ffc44deb2822d5cc207c21
  36. 6f834e9 Merge pull request #9889 from valeriosetti/issue101-3.6 by Ronald Cron · 7 months ago
  37. b248b50 config.py: Simplify crypto config default path setting by Ronald Cron · 7 months ago
  38. 03b42ad framework: update reference by Valerio Setti · 7 months ago
  39. bb71bb5 components-build-system.sh: align component_test_cmake_as_package by Valerio Setti · 7 months ago
  40. 167b329 Move files out of Mbed TLS by Valerio Setti · 7 months ago
  41. b0f5f6a Merge pull request #9864 from valeriosetti/issue86-3.6 by Ronald Cron · 7 months ago
  42. f8aae43 framework: update reference by Valerio Setti · 8 months ago
  43. 3d82c25 scripts: add new min_requirements.py script by Valerio Setti · 8 months ago
  44. daee50c Move files out of Mbed TLS by Valerio Setti · 8 months ago
  45. f8eba54 Merge pull request #9854 from valeriosetti/issue73-3.6 by Ronald Cron · 7 months ago
  46. abf9f1a PSA interruptible sign/verify: detect invalid curve family in start by Gilles Peskine · 8 months ago
  47. b1f39e8 framework: update reference by Valerio Setti · 8 months ago
  48. 87f9885 component-basic-checks: fix paths of files moved to framework by Valerio Setti · 8 months ago
  49. 7892bcc Move files out of Mbed TLS by Valerio Setti · 8 months ago
  50. 9058998 Merge pull request #9796 from gilles-peskine-arm/psa-storage-test-cases-never-supported-positive-3.6 by Gilles Peskine · 7 months ago
  51. 70d83c9 Merge pull request #9826 from valeriosetti/issue69-3.6 by Ronald Cron · 7 months ago
  52. 29a4785 framework: updated reference by Valerio Setti · 7 months ago
  53. b90d124 scripts: fix paths for files moved to framework by Valerio Setti · 8 months ago
  54. 81e0abc Move files out of Mbed TLS by Valerio Setti · 7 months ago
  55. 8e8dabd Merge pull request #9830 from gilles-peskine-arm/9798-backport-3.6 by Janos Follath · 7 months ago
  56. 7ca9c5d Merge pull request #9829 from Harry-Ramsey/tf-psa-crypto-out-of-source-framework-update-3.6 by Manuel Pégourié-Gonnard · 7 months ago
  57. ca72c43 Update framework submodule by Harry Ramsey · 8 months ago
  58. 46ea764 Merge pull request #9823 from gilles-peskine-arm/docs-3.6-backport-9818 by Janos Follath · 7 months ago
  59. b62279d Remove test coverage exceptions that are no longer needed by Gilles Peskine · 7 months ago
  60. bc3f917 crypto_config.h: Don't list mechanisms that are not implemented by Gilles Peskine · 7 months ago
  61. 3b53709 Merge pull request #9834 from Harry-Ramsey/fix-submodule-error-messages-3.6 by Ronald Cron · 8 months ago
  62. e7d9231 Merge remote-tracking branch 'mbedtls-3.6' into psa-storage-test-cases-never-supported-positive-3.6 by Gilles Peskine · 8 months ago
  63. a12e977 Merge pull request #9835 from eleuzi01/issue-39-2-backport by minosgalanakis · 8 months ago
  64. 40a9f52 Update submodule by Elena Uziunaite · 8 months ago
  65. db07ce7 Merge pull request #9801 from eleuzi01/issue-72-backport by minosgalanakis · 8 months ago
  66. 372d3e7 Update submodule with the merge by Elena Uziunaite · 8 months ago
  67. d248adc Update submodule by Elena Uziunaite · 8 months ago
  68. 4d6a2aa Adujst paths by Elena Uziunaite · 8 months ago
  69. 2415779 Move files out of Mbed TLS by Elena Uziunaite · 9 months ago
  70. cee38eb Merge pull request #9837 from eleuzi01/issue-70-backport by Ronald Cron · 8 months ago
  71. fc513fe Update submodule with the merge by Elena Uziunaite · 8 months ago
  72. a3c601e Update submodule by Elena Uziunaite · 8 months ago
  73. 993df66 Adjust paths by Elena Uziunaite · 8 months ago
  74. 711abe3 Move files out of Mbed TLS by Elena Uziunaite · 8 months ago
  75. f1e78f2 Merge pull request #9848 from solardiz/mbedtls-3.6 by Paul Elliott · 8 months ago
  76. cbf5df5 Add change log entry on AES-NI asm block fixes by Solar Designer · 8 months ago
  77. e65428e Specify previously missed XMM register clobbers in AES-NI asm blocks by Solar Designer · 8 months ago
  78. 98910a1 Specify register clobbers in mbedtls_aesni_crypt_ecb() by Solar Designer · 8 months ago
  79. cd40fa1 Merge pull request #9838 from waleed-elmelegy-arm/mbedtls-3.6 by Paul Elliott · 8 months ago
  80. 4497d5f Merge pull request #9832 from ronald-cron-arm/finalize-split-preparation-2_3.6 by Ronald Cron · 8 months ago
  81. 1b2d676 Update framework to the merge of #99 by Ronald Cron · 8 months ago
  82. f8fdea0 Update framework by Gilles Peskine · 9 months ago
  83. edb89ff Create a new Python module used by generate_psa_tests.py by Gilles Peskine · 9 months ago
  84. fcdebbe Fix `make dir/file` not rebuilding existing files by Gilles Peskine · 9 months ago
  85. a770f30 Merge pull request #9782 from gilles-peskine-arm/psa-storage-test-cases-never-supported-preliminaries-3.6 by Janos Follath · 8 months ago
  86. f12b5e9 Remove Invalid import/export key test by Waleed Elmelegy · 8 months ago
  87. 68d6c79 Fix export public-key opaque key test paramters by Waleed Elmelegy · 8 months ago
  88. 66ebd9a make: Add missing dependency by Ronald Cron · 8 months ago
  89. 4eaf54e Move test_keys.h to include/test by Ronald Cron · 8 months ago
  90. f0dedba Fix incorrect submodule error message in CMake by Harry Ramsey · 8 months ago
  91. 0fdb404 Fix incorrect submodule error message in Makefile by Harry Ramsey · 8 months ago
  92. 189bf03 Merge pull request #9789 from eleuzi01/issue-74-backport by Manuel Pégourié-Gonnard · 8 months ago gh-readonly-queue/mbedtls-3.6/pr-9789-2db55a552051521733d07a20b39efad2e5b8622c
  93. 383ae2f Update submodule with the merge by Elena Uziunaite · 8 months ago
  94. aebe857 Added debug print in tls13 ssl_tls13_write_key_share_ext by Nadav Tasher · 9 months ago
  95. 1552e11 Update submodule by Elena Uziunaite · 9 months ago
  96. e26f20e Adapt paths for scripts/quiet by Elena Uziunaite · 9 months ago
  97. 58172ae Adapt paths for output_env.sh by Elena Uziunaite · 9 months ago
  98. 9837ad3 Move files out of Mbed TLS by Elena Uziunaite · 9 months ago
  99. 2db55a5 Merge pull request #9824 from Harry-Ramsey/remove-obsolete-ci-scripts-3.6 by Manuel Pégourié-Gonnard · 8 months ago
  100. 816c7c2 Refactor scripts to use config.py instead of config.pl by Harry Ramsey · 10 months ago