1. bfdffc3 Change "full" to affect boolean settings rather than use sections by Gilles Peskine · 11 months ago
  2. 0ff1d98 Pass the setting's value to adapters by Gilles Peskine · 11 months ago
  3. f0d2eb5 Merge pull request #9603 from gilles-peskine-arm/test-ref-configs-go-away-3.6 by Gilles Peskine · 10 months ago
  4. d8c7eae Merge pull request #9596 from gilles-peskine-arm/make_generated_files-document_CC-3.6 by Paul Elliott · 11 months ago
  5. 8116312 Merge pull request #9601 from gilles-peskine-arm/use_psa_crypto-key_id_encodes_owner-compatible-config-3.6 by Tom Cosgrove · 11 months ago gh-readonly-queue/mbedtls-3.6/pr-9601-cbacb065f32b592cdb93c84e08e5fc3c2a279fb7
  6. cbacb06 Merge pull request #9511 from gabor-mezei-arm/9325_bp36_move_config.py_to_framework by Ronald Cron · 11 months ago
  7. 5a2bcf6 Remove PSA macros usage from adapters by Gabor Mezei · 11 months ago
  8. fde24b8 Remove test-ref-configs.pl, which no longer does anything by Gilles Peskine · 11 months ago
  9. ced0edc Move config-tfm.h testing to separate all.sh component by Gilles Peskine · 11 months ago
  10. dbd0f42 Move config-symmetric-only.h testing to separate all.sh components by Gilles Peskine · 11 months ago
  11. e62925f Move config-thread.h testing to separate all.sh components by Gilles Peskine · 11 months ago
  12. e9cd6a7 Move config-suite-b.h testing to separate all.sh components by Gilles Peskine · 11 months ago
  13. 9929237 Move config-ccm-psk-dtls1_2.h testing to separate all.sh components by Gilles Peskine · 11 months ago
  14. f3d5019 Move config-ccm-psk-tls1_2.h testing to separate all.sh components by Gilles Peskine · 11 months ago
  15. 4d347aa Move config-no-entropy.h testing to separate all.sh component by Gilles Peskine · 11 months ago
  16. b35ed45 make: support "make ssl-opt" to just build what ssl-opt.sh needs by Gilles Peskine · 11 months ago
  17. 7215b1e CMake: support "make ssl-opt" to just build what ssl-opt.sh needs by Gilles Peskine · 11 months ago
  18. bb47c73 CMake: support "make programs" by Gilles Peskine · 11 months ago
  19. 0417675 Merge pull request #9568 from eleuzi01/issue-9473 by David Horstmann · 11 months ago
  20. 3415dc8 Fix obsolete comment about MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER by Gilles Peskine · 11 months ago
  21. bf1c8f9 Update framework by Gabor Mezei · 11 months ago
  22. 76f147d Remove unused `CombinedConfig` class by Gabor Mezei · 11 months ago
  23. 6f90e79 Update old class names by Gabor Mezei · 11 months ago
  24. 1a0bd77 Use MbedTLSConfig for config handling to keep campatibility by Gabor Mezei · 11 months ago
  25. 8b54f0e Apply the parameter change by Gabor Mezei · 11 months ago
  26. d72c9f9 Fix documentation by Gabor Mezei · 11 months ago
  27. 2285ed8 Update member variable names by Gabor Mezei · 11 months ago
  28. 3ae480b Fix documentation by Gabor Mezei · 11 months ago
  29. 634103c Update `config.py` to use `config_common.py` from the framework by Gabor Mezei · 11 months ago
  30. 83af883 Document the C compiler requirement by Gilles Peskine · 1 year, 3 months ago
  31. 605bc16 Make the file a bit more readable by Gilles Peskine · 1 year, 3 months ago
  32. 6a229f9 Remove some dependencies by Elena Uziunaite · 11 months ago
  33. db0ed75 Add PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_IMPORT by Elena Uziunaite · 11 months ago
  34. 47a9b3d Replace MBEDTLS_PK_CAN_ECDSA_SOME with MBEDTLS_PK_CAN_ECDSA_SIGN by Elena Uziunaite · 11 months ago
  35. fbab4f8 Add missing ALG_SHA_1 by Elena Uziunaite · 11 months ago
  36. 26fc039 Merge pull request #9498 from minosgalanakis/bugfix/return_early_in_ccm_star_bp36 by Gilles Peskine · 11 months ago gh-readonly-queue/mbedtls-3.6/pr-9498-78b1362b4228b21aaa63156fba4e3348f538d96c
  37. 78b1362 Merge pull request #9546 from gilles-peskine-arm/ssl-opt-psk-detection-3.6 by Gilles Peskine · 11 months ago
  38. cfbaffd requires_certificate_authentication: prioritize TLS 1.3 by Gilles Peskine · 11 months ago
  39. d57212e Documentation improvements by Gilles Peskine · 11 months ago
  40. 19c60d2 Fix detection of TLS 1.2 PSK-ephemeral key exchange modes by Gilles Peskine · 11 months ago
  41. 5838a64 Improve some comments by Gilles Peskine · 11 months ago
  42. 4c1347c Remove unused auth_mode parameter on a PSK test case by Gilles Peskine · 11 months ago
  43. 07e24e9 Fix weirdly quoted invocations of requires_any_configs_enabled by Gilles Peskine · 11 months ago
  44. d98b363 Also activate PSK-only mode when PSK-ephemeral key exchanges are available by Gilles Peskine · 11 months ago
  45. 0a9f9d6 Unify the two requires-key-exchange-with-certificate function by Gilles Peskine · 11 months ago
  46. bbdc1a3 Detect PSK-only mode in TLS 1.3 as well by Gilles Peskine · 11 months ago
  47. 5c766dc Fix PSK-only mode doing less than it should by Gilles Peskine · 11 months ago
  48. 6eff90f Detect more cases where certificates are required by Gilles Peskine · 11 months ago
  49. 9cd5848 ssl-opt: Fix GnuTLS PSK injection by Gilles Peskine · 11 months ago
  50. 0bc5729 Use CONFIGS_ENABLED instead of repeatedly calling query_compile_time_config by Gilles Peskine · 11 months ago
  51. ed8cc46 Fix "Renegotiation: openssl server, client-initiated" with OpenSSL 3 by Gilles Peskine · 11 months ago
  52. 4012b5d Merge pull request #9553 from ronald-cron-arm/project-and-branches-detection-3.6 by Ronald Cron · 11 months ago gh-readonly-queue/mbedtls-3.6/pr-9553-d3d586bf5f5dfe1f93bdfa2d719d54542a58eccd
  53. d3d586b Merge pull request #9174 from billatarm/3.6-add-pc-test by Paul Elliott · 11 months ago
  54. 3cc48e4 tests: add a test for pkg-config files by Bill Roberts · 1 year, 4 months ago
  55. ceaee10 Update framework to the merge of #45 by Ronald Cron · 11 months ago
  56. 3091687 Update framework by Ronald Cron · 11 months ago
  57. 8cd0dfa Merge pull request #9537 from mpg/tickets13-followup by Manuel Pégourié-Gonnard · 11 months ago
  58. f59d7b9 Merge pull request #9493 from yanesca/rsapub_additional_tests by Manuel Pégourié-Gonnard · 11 months ago
  59. aa80f53 Use libary default in ssl_client2 for new_session_tickets by Manuel Pégourié-Gonnard · 11 months ago
  60. d210bf7 Merge pull request #9338 from sezrab/analyze_driver_vs_reference_header_correction-3.6 by Gilles Peskine · 11 months ago
  61. 1116de3 Add guard on internal 1.2-only function by Manuel Pégourié-Gonnard · 11 months ago
  62. 15fa9ce Misc improvements to comments by Manuel Pégourié-Gonnard · 11 months ago
  63. 33a2918 Merge pull request #9390 from eleuzi01/backport-9327 by Manuel Pégourié-Gonnard · 11 months ago
  64. 6496d56 Make error line consistent with the header by Elena Uziunaite · 11 months ago
  65. 6cda2ca Merge pull request #9509 from eleuzi01/backport-9508 by Manuel Pégourié-Gonnard · 11 months ago gh-readonly-queue/mbedtls-3.6/pr-9509-aae8011eb0579cd84bdd2979fee55d407658a5a9
  66. 9ec6d45 Fix code style (for real this time, hopefully) by Manuel Pégourié-Gonnard · 11 months ago
  67. 4bc15d8 Fix guards on #include by Manuel Pégourié-Gonnard · 11 months ago
  68. 126cfed Fix code style by Manuel Pégourié-Gonnard · 11 months ago
  69. 0a75adc Prepare codepath tests for early termination by Janos Follath · 12 months ago
  70. e9cc10d Fix incorrect test result by Janos Follath · 12 months ago
  71. 96cfd7a Move bignum code path testing out of the library by Janos Follath · 12 months ago
  72. 2f8ad59 Explain the choice of the value of MBEDTLS_MPI_IS_PUBLIC by Janos Follath · 12 months ago
  73. e86607c Initial local variables to secure default by Janos Follath · 12 months ago
  74. 42f72b3 Introduce MBEDTLS_MPI_IS_TEST by Janos Follath · 12 months ago
  75. 55be79b Add tests for optionally safe code paths in RSA by Janos Follath · 12 months ago
  76. 5fc20fc Add tests for optionally safe code paths in bignum by Janos Follath · 12 months ago
  77. aae8011 Merge pull request #1288 from Mbed-TLS/mbedtls-3.6.1_mergeback by David Horstmann · 11 months ago
  78. fbc34ee Revert "Add generated files" by David Horstmann · 11 months ago
  79. 71c569d Merge pull request #1286 from Mbed-TLS/mbedtls-3.6.1rc0-pr by David Horstmann · 11 months ago mbedtls-3.6.2rc mbedtls-3.6.1 v3.6.1
  80. 4c8ca72 Move some ChangeLog entries to a different section by David Horstmann · 11 months ago
  81. fedf9a2 Add CVE IDs to security ChangeLog by David Horstmann · 11 months ago
  82. 18f3beb Update BRANCHES.md by David Horstmann · 11 months ago
  83. 0d11176 Add generated files by David Horstmann · 11 months ago
  84. ea44fa7 Finalise ChangeLog by David Horstmann · 11 months ago
  85. 1d2dcfc Bump version to 3.6.1 by David Horstmann · 11 months ago
  86. 9cf929d Assemble ChangeLog by David Horstmann · 11 months ago
  87. 636367f Don't clean test_keys.h and test_certs.h by David Horstmann · 11 months ago
  88. 204c4b4 Fix typos in make clean target for Windows by David Horstmann · 11 months ago
  89. 9f10979 Merge branch 'mbedtls-3.6-restricted' into mbedtls-3.6.1rc0-pr by David Horstmann · 11 months ago
  90. 72064b2 Merge pull request #9507 from ronald-cron-arm/disable-new-session-tickets by Gilles Peskine · 11 months ago
  91. c46edd4 Fix/Improve documentation by Ronald Cron · 11 months ago
  92. 9f44c88 Rename some "new_session_tickets" symbols by Ronald Cron · 11 months ago
  93. c9884b0 Fix change log by Ronald Cron · 11 months ago
  94. 48a9f56 Improve documentation by Ronald Cron · 11 months ago
  95. ba45a44 Move session tickets getter functions to ssl_misc.h by Ronald Cron · 11 months ago
  96. 31b40b3 Add change logs by Ronald Cron · 11 months ago
  97. 97dc583 Improve debug logs by Ronald Cron · 11 months ago
  98. fc76718 Move MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET doc by Ronald Cron · 11 months ago
  99. d67f801 Do not add a new field in the SSL config by Ronald Cron · 11 months ago
  100. 57ad182 ssl_client2: Fix new_session_tickets option parsing by Ronald Cron · 11 months ago