- 480f71f Defer static keystore to 3.6.3 by David Horstmann · 10 months ago mbedtls-3.6.2-ci-testing
- 182936e Update BRANCHES.md by David Horstmann · 10 months ago
- e93d091 Add generated files by David Horstmann · 10 months ago
- 26abff1 Finalise ChangeLog by David Horstmann · 10 months ago
- dba0796 Bump version to 3.6.2 by David Horstmann · 10 months ago
- 624bcf1 Assemble ChangeLog by David Horstmann · 10 months ago
- 1a0fe5b Add ChangeLog entry for buffer overflow fix by David Horstmann · 10 months ago
- 3188178 pkwrite: fix buffer overrun by Valerio Setti · 10 months ago
- 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
- 4c8ca72 Move some ChangeLog entries to a different section by David Horstmann · 11 months ago
- fedf9a2 Add CVE IDs to security ChangeLog by David Horstmann · 11 months ago
- 18f3beb Update BRANCHES.md by David Horstmann · 11 months ago
- 0d11176 Add generated files by David Horstmann · 11 months ago
- ea44fa7 Finalise ChangeLog by David Horstmann · 11 months ago
- 1d2dcfc Bump version to 3.6.1 by David Horstmann · 11 months ago
- 9cf929d Assemble ChangeLog by David Horstmann · 11 months ago
- 636367f Don't clean test_keys.h and test_certs.h by David Horstmann · 11 months ago
- 204c4b4 Fix typos in make clean target for Windows by David Horstmann · 11 months ago
- 9f10979 Merge branch 'mbedtls-3.6-restricted' into mbedtls-3.6.1rc0-pr by David Horstmann · 11 months ago
- 72064b2 Merge pull request #9507 from ronald-cron-arm/disable-new-session-tickets by Gilles Peskine · 11 months ago
- c46edd4 Fix/Improve documentation by Ronald Cron · 11 months ago
- 9f44c88 Rename some "new_session_tickets" symbols by Ronald Cron · 11 months ago
- c9884b0 Fix change log by Ronald Cron · 11 months ago
- 48a9f56 Improve documentation by Ronald Cron · 11 months ago
- ba45a44 Move session tickets getter functions to ssl_misc.h by Ronald Cron · 11 months ago
- 31b40b3 Add change logs by Ronald Cron · 11 months ago
- 97dc583 Improve debug logs by Ronald Cron · 11 months ago
- fc76718 Move MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET doc by Ronald Cron · 11 months ago
- d67f801 Do not add a new field in the SSL config by Ronald Cron · 11 months ago
- 57ad182 ssl_client2: Fix new_session_tickets option parsing by Ronald Cron · 11 months ago
- e55659d Document NewSessionTicket handling being disabled by default by Ronald Cron · 11 months ago
- 9df0563 Improve MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET documentation by Ronald Cron · 11 months ago
- 0e5d4fd Document MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET. by Ronald Cron · 11 months ago
- 23303a4 Enable TLS 1.3 ticket handling in resumption tests by Ronald Cron · 11 months ago
- b675b2b TLS 1.3: Ignore tickets if disabled at runtime by Ronald Cron · 11 months ago
- bedddd7 Add mbedtls_ssl_conf_enable_new_session_tickets() API by Ronald Cron · 11 months ago
- 7defa41 Merge pull request #9501 from gilles-peskine-arm/tls13-psa-init-auto-3.6 by Gilles Peskine · 11 months ago
- 8b8228c Merge pull request #1282 from gilles-peskine-arm/merge-3.6-restricted-20240823 by Manuel Pégourié-Gonnard · 11 months ago
- 57dbd69 TLS 1.3 server: move crypto_init after protocol negotiation by Gilles Peskine · 11 months ago
- aa6ef7d Changelog entry for psa_crypto_init potentially being called from TLS by Gilles Peskine · 11 months ago
- 92e803e Clarify "negotiating" by Gilles Peskine · 11 months ago
- 5047627 Error translation and init are needed in PSK-only builds as well by Gilles Peskine · 11 months ago
- 069bccd Call psa_crypto_init in the library when required for TLS 1.3 by Gilles Peskine · 11 months ago
- cd4da16 Don't call psa_crypto_init in test programs when not required for TLS 1.3 by Gilles Peskine · 11 months ago
- 5950301 Don't call psa_crypto_init in unit tests when not required for TLS 1.3 by Gilles Peskine · 11 months ago
- 590bdcb Call psa_crypto_init in the library when required for TLS 1.3: doc by Gilles Peskine · 11 months ago
- 4002e6f Merge remote-tracking branch 'mbedtls-3.6' into mbedtls-3.6-restricted by Gilles Peskine · 11 months ago
- 86a4c25 Merge pull request #9499 from waleed-elmelegy-arm/fix-legacy-compression-issue-3.6 by Gilles Peskine · 11 months ago
- df0ef8a Merge pull request #9281 from mpg/rsapub by Gilles Peskine · 11 months ago
- 8ac9caf Fix the capitalisation in the changelog entry by Waleed Elmelegy · 11 months ago
- d930a3e Reduce the wording in changelog entry by Waleed Elmelegy · 11 months ago
- 5183e1a Improve the changelog entry for fixing legacy compression issue by Waleed Elmelegy · 11 months ago
- f669fef Add chanelog entry for fixing legacy comprssion methods issue by Waleed Elmelegy · 11 months ago
- 1297309 Remove redundant legacy compression test by Waleed Elmelegy · 1 year, 1 month ago
- 38c8757 Improve legacy compression regression testing by Waleed Elmelegy · 1 year, 1 month ago
- 790f3b1 Add regression testing to handling Legacy_compression_methods by Waleed Elmelegy · 1 year, 1 month ago
- a1c4f4c Improve comments explaining legacy_methods_compression handling by Waleed Elmelegy · 1 year, 1 month ago
- 3918598 Correct a small typo in ssl_tls13_parse_client_hello() by Waleed Elmelegy · 1 year, 1 month ago
- 566ed54 Improve handling of legacy_compression_methods in ssl_tls13_parse_client_hello() by Waleed Elmelegy · 1 year, 1 month ago
- 41e0cdf Fix issue in handling legacy_compression_methods in ssl_tls13_parse_client_hello() by Waleed Elmelegy · 1 year, 2 months ago
- 4c857c4 Fix Changelog formatting by Janos Follath · 11 months ago
- d8d5353 Merge pull request #1279 from gilles-peskine-arm/memory_allocation_cleanup_psa_crypto_rsa-changelog-3.6 by David Horstmann · 11 months ago
- 5f31697 Add header for mbedtls_mpi_exp_mod_unsafe() by Janos Follath · 11 months ago
- 5d16334 Improve ChangeLog by Janos Follath · 11 months ago
- 273d07b Merge pull request #9240 from gilles-peskine-arm/psa-keystore-dynamic-3.6 by Manuel Pégourié-Gonnard · 12 months ago
- 82976f3 Make mbedtls_mpi_exp_mod_unsafe internal by Janos Follath · 12 months ago
- 6c20869 Add changelog by Janos Follath · 12 months ago
- d2cb074 Tiny fix in ChangeLog pt 2 by Elena Uziunaite · 12 months ago
- c3ed44c Tiny fix in ChangeLog by Elena Uziunaite · 12 months ago
- 58da249 Changelog entry for the RSA memory leak by Gilles Peskine · 12 months ago
- 7be977a Merge pull request #9486 from sergio-nsk/sergio-nsk/3.6/lean_and_mean/1 by minosgalanakis · 12 months ago
- 11cac75 Simplify and explain the overflow check for maximum slice length by Gilles Peskine · 12 months ago
- 6298d73 Merge pull request #1265 from mpg/refactor-tls123-verif by Manuel Pégourié-Gonnard · 12 months ago
- 7e551a2 Merge pull request #1263 from mpg/fix-tls13-optional-ku by Manuel Pégourié-Gonnard · 12 months ago
- 9183ba1 Add overflow check for maximum key slot length by David Horstmann · 12 months ago
- 4312491 Tweak macro check to allow 3 extra key slices by David Horstmann · 12 months ago
- a8e13d7 Fix incorrect comments on slice numbering by David Horstmann · 12 months ago
- f4f3e92 Add a ChangeLog entry by Manuel Pégourié-Gonnard · 12 months ago
- c32a4a2 Fix guards around function now used by 1.3 as well by Manuel Pégourié-Gonnard · 12 months ago
- 565da76 Fix typos in comments by Manuel Pégourié-Gonnard · 12 months ago
- ff28e4c Fix two dependency declarations in ssl-opt by Manuel Pégourié-Gonnard · 12 months ago
- f2aa65f Improve some comments by Manuel Pégourié-Gonnard · 12 months ago
- ce60330 Merge 1.2 and 1.3 certificate verification by Manuel Pégourié-Gonnard · 12 months ago
- d37054c Minor refactoring of generic SSL certificate verif by Manuel Pégourié-Gonnard · 12 months ago
- dee6ffa Add support for context f_vrfy callback in 1.3 by Manuel Pégourié-Gonnard · 12 months ago
- e910ac8 Improve a variable's name by Manuel Pégourié-Gonnard · 12 months ago
- 523a7e4 Restrict the scope of a few variables by Manuel Pégourié-Gonnard · 12 months ago
- 8d5da8f ssl-opt.sh: Test trusted certificate callback in TLS 1.3 by Ronald Cron · 1 year, 4 months ago
- cb7f632 tls13: Add support for trusted certificate callback by Ronald Cron · 1 year, 4 months ago
- 84442a3 ssl-opt.sh: Fix test case titles by Ronald Cron · 1 year, 4 months ago
- 2b98a4e Allow no authentication of the server in 1.3 by Manuel Pégourié-Gonnard · 12 months ago
- a0a781e Reorder some tests in ssl-opt.sh by Manuel Pégourié-Gonnard · 12 months ago
- e1cc926 Allow optional authentication of the server in 1.3 by Manuel Pégourié-Gonnard · 12 months ago
- 4d4c0c7 Add comments about 1.3 server sending no cert by Manuel Pégourié-Gonnard · 12 months ago
- 85b864e Rm translation code for unused flag by Manuel Pégourié-Gonnard · 12 months ago
- 8a14aaa Simplify certificate curve check for 1.2 by Manuel Pégourié-Gonnard · 12 months ago
- 4938b69 Make mbedtls_ssl_check_cert_usage() work for 1.3 by Manuel Pégourié-Gonnard · 12 months ago
- 96a0c5c Clean up mbedtls_ssl_check_cert_usage() by Manuel Pégourié-Gonnard · 12 months ago
- 4192bba Test cert alert REVOKED -> CERT_REVOKED by Manuel Pégourié-Gonnard · 12 months ago
- d6e2069 Test cert alert NOT_TRUSTED -> UNKNOWN_CA by Manuel Pégourié-Gonnard · 12 months ago