- 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
- 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 · 12 months ago
- cd4da16 Don't call psa_crypto_init in test programs when not required for TLS 1.3 by Gilles Peskine · 12 months ago
- 5950301 Don't call psa_crypto_init in unit tests when not required for TLS 1.3 by Gilles Peskine · 12 months ago
- 590bdcb Call psa_crypto_init in the library when required for TLS 1.3: doc by Gilles Peskine · 12 months ago
- 86a4c25 Merge pull request #9499 from waleed-elmelegy-arm/fix-legacy-compression-issue-3.6 by Gilles Peskine · 12 months ago
- df0ef8a Merge pull request #9281 from mpg/rsapub by Gilles Peskine · 12 months ago
- 8ac9caf Fix the capitalisation in the changelog entry by Waleed Elmelegy · 12 months ago
- d930a3e Reduce the wording in changelog entry by Waleed Elmelegy · 12 months ago
- 5183e1a Improve the changelog entry for fixing legacy compression issue by Waleed Elmelegy · 12 months ago
- f669fef Add chanelog entry for fixing legacy comprssion methods issue by Waleed Elmelegy · 12 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, 2 months 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 · 12 months ago
- 5f31697 Add header for mbedtls_mpi_exp_mod_unsafe() by Janos Follath · 12 months ago
- 5d16334 Improve ChangeLog by Janos Follath · 12 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
- 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
- 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
- 878af12 Fix memory corruption in exp_mod tests by Janos Follath · 12 months ago
- afb2079 Clean up initialization in _core_exp_mod() by Janos Follath · 12 months ago
- 8786dd7 Disable optionally safe test hook in threading builds by Janos Follath · 12 months ago
- a112691 Fix optionally safe hooks declarations by Janos Follath · 12 months ago
- 9d72df8 Optimise public RSA operations by Janos Follath · 12 months ago
- 2c62441 Fix mpi_core_exp_mod documentation by Janos Follath · 12 months ago
- 28cdd11 Merge pull request #9479 from gilles-peskine-arm/psa-keystore-static-release-update-3.6 by Tom Cosgrove · 12 months ago
- 68c0e3d Fix Mbed-TLS build when WIN32_LEAN_AND_MEAN macro is defined globally by Sergey Markelov · 12 months ago
- 39c2272 The fully static key store will miss the 3.6.1 release by Gilles Peskine · 12 months ago
- fc1b6f5 Mention the option name for the dynamic key store by Gilles Peskine · 12 months ago
- 70658db Merge pull request #9463 from sezrab/psa_util_in_builds_without_psa-3.6 by Manuel Pégourié-Gonnard · 12 months ago
- e196c1a Merge pull request #9475 from gilles-peskine-arm/framework-update-20240813-3.6 by Manuel Pégourié-Gonnard · 12 months ago
- 7342656 Add tests for optionally unsafe code paths by Janos Follath · 12 months ago
- 4d9981a Update framework to the head of the main branch by Gilles Peskine · 12 months ago
- e0842aa Add tests for optionally safe codepaths by Janos Follath · 12 months ago
- 020b9ab Use actual exponent size for window calculation by Janos Follath · 12 months ago
- a5fc8f3 Move _public parameters next to their target by Janos Follath · 12 months ago
- 0c292b2 Make MBEDTLS_MPI_IS_PUBLIC thumb friendly by Janos Follath · 12 months ago
- 90b4271 Move MBEDTLS_MPI_IS_* macros to bignum_core.h by Janos Follath · 12 months ago
- bb3f295 Move mixed security code to small local functions by Janos Follath · 12 months ago
- 38ff70e Make _optionally_safe functions internal by Janos Follath · 12 months ago
- e084964 Improve documentation of MBEDTLS_MPI_IS_PUBLIC by Janos Follath · 12 months ago
- 5435850 Merge pull request #9457 from gilles-peskine-arm/announce-4.0-removals-202408 by Janos Follath · 12 months ago
- 7f9470a Merge pull request #9451 from minosgalanakis/fix-v3.6-issues-9186-and-9188-bp by Gilles Peskine · 12 months ago
- 47bf23f PSA PAKE wasn't in 2.28 by Gilles Peskine · 12 months ago
- ce629a6 entropy.h is also going away by Gilles Peskine · 12 months ago
- ee73321 Mention interfaces replaced by PSA drivers by Gilles Peskine · 12 months ago
- 3001e27 Update the submodule to the head of PR in the framework repository by Michael Schuster · 1 year ago
- 6474d90 Changelog entry by Sam Berry · 12 months ago
- 81a438b Remove MBEDTLS_PSA_UTIL_HAVE_ECDSA so that functions are only enabled when PSA enabled by Sam Berry · 1 year, 1 month ago
- 1dfb6b5 Clarify some internal documentation by Gilles Peskine · 12 months ago
- ac43de0 Make integer downsizing explicit by Gilles Peskine · 1 year, 2 months ago
- 628ad38 Changelog entry for MBEDTLS_PSA_KEY_STORE_DYNAMIC by Gilles Peskine · 1 year, 2 months ago
- 9dc903a Add test components with the PSA static key store by Gilles Peskine · 1 year, 2 months ago
- 3bc9d2b Dynamic key store: make full-key-store tests work effectively by Gilles Peskine · 1 year, 2 months ago
- a81282c Microoptimizations when MBEDTLS_PSA_KEY_STORE_DYNAMIC is disabled by Gilles Peskine · 1 year, 2 months ago
- e8199f5 Dynamic key store: implementation by Gilles Peskine · 1 year, 2 months ago
- 47ad2f7 psa_key_slot_t: different fields in free vs occupied slots by Gilles Peskine · 1 year, 2 months ago
- b5891cc Dynamic key store: disable full-key-store tests by Gilles Peskine · 1 year, 1 month ago
- 5064af6 Dynamic key store: preparatory refactoring by Gilles Peskine · 1 year, 2 months ago
- 2bfd749 Dynamic key store: new compilation option by Gilles Peskine · 1 year, 2 months ago
- 3b41e1d Merge pull request #9403 from gilles-peskine-arm/psa-keystore-dynamic-prep-3.6 by Gilles Peskine · 12 months ago
- aaa9672 Improve documentation in some tests by Gilles Peskine · 12 months ago
- a11687e Revised presentation of cipher suites by Gilles Peskine · 12 months ago
- 6df289a More relevant characterisation of PSA being from before 3.0 by Gilles Peskine · 12 months ago
- 086bc91 Improve mechanism grouping by Gilles Peskine · 12 months ago
- 5e64de0 Fix missing bits in crypto mechanisms by Gilles Peskine · 12 months ago
- aada0c8 Mention the PSA transition guide by Gilles Peskine · 12 months ago
- 1b240c7 Announce the main removals planned for 4.0 by Gilles Peskine · 12 months ago
- a9083b7 PSA_DONE: account for MBEDTLS_TEST_PSA_INTERNAL_KEYS by Gilles Peskine · 12 months ago
- 5eca402 Fix inverted assertion message by Gilles Peskine · 12 months ago