- b0d9aae psa: move PSA_WANT checks to check_crypto_config by Valerio Setti · 2 years, 2 months ago
- 602ee2e config_psa: remove support for PSA_WANT_KEY_TYPE_DH_KEY_PAIR_DERIVE by Valerio Setti · 2 years, 2 months ago
- 8bb5763 library: replace deprecated symbols with temporary _LEGACY ones by Valerio Setti · 2 years, 2 months ago
- 8d6e98c psa: add support for legacy symbols by Valerio Setti · 2 years, 2 months ago
- a7d454c Remove unnecessary check by Jerry Yu · 2 years, 4 months ago
- ed5998c Merge pull request #7422 from valeriosetti/remove-psa-have-full-symbols by Manuel Pégourié-Gonnard · 2 years, 3 months ago
- 48fba6f Fix so that PSA_WANT_ALG_DETERMINISTIC_ECDSA implies PSA_HAVE_FULL_ECDSA. by Stephan Koch · 2 years, 4 months ago
- 6b006c1 remove KEY_TYPE_ECC_PUBLIC_KEY unnecessary requirement by Valerio Setti · 2 years, 4 months ago
- fd122f4 ecp: introduce new ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
- 969e206 remove PSA_HAVE_FULL_JPAKE symbol by Valerio Setti · 2 years, 4 months ago
- 6f66664 remove PSA_HAVE_FULL_ECDSA symbol by Valerio Setti · 2 years, 4 months ago
- 48859cc remove PSA_HAVE_FULL_ECDH symbol by Valerio Setti · 2 years, 4 months ago
- 86d5d4b Merge pull request #7103 from valeriosetti/issue6622 by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- b8f5ba8 Merge pull request #6891 from yuhaoth/pr/add-milliseconds-platform-function by Dave Rodgman · 2 years, 4 months ago
- 59b61da Fix dependency check for TLS 1.3 ECDH by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- ee9fa46 check_config: add helper symbol for SECP256R1 by Valerio Setti · 2 years, 4 months ago
- 1a6d96f test: use full config as test starting point and solve issues by Valerio Setti · 2 years, 4 months ago
- d01a3bc Merge tag 'v3.4.0' into mbedtls-3.4.0_mergeback by Paul Elliott · 2 years, 4 months ago
- 70a1b6d Fix typos by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- a31ddb9 Fix and simplify TLS hash dependency declarations by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- bb21c5a Use helper macros for hashes in check_config.h by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- 5cd4b64 Use MD-light in entropy.c by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- 4059aba accelerated ecdh: re-enable TLS 1.3 key exchanges and fix guards in check_config by Valerio Setti · 2 years, 5 months ago
- d3f0b9e ecdhe: fix guards for accelerated ECDHE key exchanges by Valerio Setti · 2 years, 5 months ago
- f1eb5e2 Merge branch 'development-restricted' into mbedtls-3.4.0rc0-pr by Paul Elliott · 2 years, 4 months ago
- 49e67f8 PKCS5: always use MD by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- fb8d90a RSA: always use MD light by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- be97afe PKCS12: always use MD light by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- 41bc8b6 ECJPAKE: always use MD light by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- 534d64d MD no longer depends on a built-in hash by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- d3b6e92 Merge pull request #997 from gilles-peskine-arm/aesni-intrinsics by Dave Rodgman · 2 years, 4 months ago
- 5d1f29e ssl_tls: fix guards for accelerated ECDH by Valerio Setti · 2 years, 5 months ago
- 4ebe2a7 Merge pull request #7300 from valeriosetti/issue7281 by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- 0e2b06a Merge pull request #7083 from KloolK/record-size-limit/parsing by Dave Rodgman · 2 years, 4 months ago
- dd6021c Remove the dependency of MBEDTLS_AESNI_C on MBEDTLS_HAVE_ASM by Gilles Peskine · 2 years, 5 months ago
- 82b484e ecjpake: fix guards for driver only builds by Valerio Setti · 2 years, 5 months ago
- b599562 Merge pull request #7240 from tom-cosgrove-arm/fix-issue-7234 by Dave Rodgman · 2 years, 5 months ago
- 151f642 Add parsing for Record Size Limit extension in TLS 1.3 by Jan Bruckner · 2 years, 6 months ago
- 439dbc5 Fix dependency for TLS 1.3 as well by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- 45bcb6a Fix dependencies of 1.2 ECDSA key exchanges by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- 94e8412 Don't check prerequisites for MBEDTLS_AESCE_C if we won't use it by Tom Cosgrove · 2 years, 5 months ago
- 1470ce3 fix typos by Valerio Setti · 2 years, 5 months ago
- 30c4618 Add new PSA_HAS_FULL_ECDSA macro for easily signal that PSA has full ECDSA support by Valerio Setti · 2 years, 5 months ago
- 05b80a4 Merge pull request #6201 from gilles-peskine-arm/tls13_only-renegotiation by Dave Rodgman · 2 years, 5 months ago
- 6def41b Merge pull request #6932 from yuhaoth/pr/fix-arm64-host-build-and-illegal_instrucion-fail by Gilles Peskine · 2 years, 5 months ago
- 7d3186d Disable MBEDTLS_SSL_RENEGOTIATION in tls13-only configuration by Gilles Peskine · 3 years ago
- 1ae2b2f Improve code style by Jerry Yu · 2 years, 5 months ago
- 35f2b26 move cpu modifier flags check to source file by Jerry Yu · 2 years, 6 months ago
- b3b85dd Disable macro conflict check by Jerry Yu · 2 years, 6 months ago
- 2fddfd7 Add AESCE confige options by Jerry Yu · 2 years, 7 months ago
- 3825749 Add milliseconds time function by Jerry Yu · 2 years, 8 months ago
- eba0ab5 Add million seconds time type. by Jerry Yu · 2 years, 8 months ago
- 3368724 Merge pull request #6870 from valeriosetti/issue6831 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- 8e45cdd fix wrong dependency for X509_TRUSTED_CERTIFICATE_CALLBACK by Valerio Setti · 2 years, 7 months ago
- a4bb0fa check_config: add missing dependencies for the build without BIGNUM by Valerio Setti · 2 years, 7 months ago
- 7a389dd Merge pull request #6784 from valeriosetti/issue6702 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- d1dd41f Merge pull request #6723 from mpg/restartable-vs-use-psa by Gilles Peskine · 2 years, 8 months ago
- a3f9959 sha: make SHA-224 independent from SHA-256 by Valerio Setti · 2 years, 8 months ago
- 43363f5 sha: make SHA-384 independent from SHA-512 by Valerio Setti · 2 years, 8 months ago
- 2b70a3f Merge pull request #6558 from lpy4105/6416-psa_macros_name_typo by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- ad45c4d Document that ECP_RESTARTABLE depends on ECP_C by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- 1a100b6 Merge pull request #6705 from davidhorstmann-arm/code-style-script-non-corrected by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- fbba0e9 Merge pull request #6537 from yuhaoth/pr/tls13-refactor-early-data-configuration-interface by Ronald Cron · 2 years, 8 months ago
- 1b84781 Disable code style correction in check_config.h by David Horstmann · 2 years, 9 months ago
- ad27b80 Declare ECP_RESTARTABLE and USE_PSA compatible by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- 12c46bd fix various issues by Jerry Yu · 2 years, 8 months ago
- 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
- 16f6853 Add max_early_data_size config option by Jerry Yu · 2 years, 9 months ago
- ffc330f Merge pull request #6264 from hannestschofenig/rfc9146_2 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- b2e6615 Added deprecated warning in check_config.h by Hannes Tschofenig · 2 years, 8 months ago
- 88e5566 Changed order of conditions in check_config.h by Hannes Tschofenig · 2 years, 8 months ago
- 3bb0e43 fix review comment by Pengyu Lv · 2 years, 8 months ago
- a17d038 Merge branch 'development' into pr3431 by Bence Szépkúti · 2 years, 8 months ago
- 2cd5ce0 Fix various issues cause rebase to latest code by Xiaokang Qian · 2 years, 9 months ago
- d384b64 Merge branch 'development' into rfc9146_2 by Dave Rodgman · 2 years, 9 months ago
- 402bb1e Update documents and check by Xiaokang Qian · 2 years, 9 months ago
- fe3483f Update early data doument and config dependencies by Xiaokang Qian · 2 years, 9 months ago
- 0977716 Update early data document and prerequisites check by Xiaokang Qian · 2 years, 9 months ago
- 50e5616 Fix typo in check_config.h by Dave Rodgman · 2 years, 9 months ago
- f58172f Merge remote-tracking branch 'origin/development' into pr3431 by Dave Rodgman · 2 years, 9 months ago
- 89e82e1 pkcs7: Add dependecy on MBEDTLS_MD_C by Nick Child · 2 years, 9 months ago
- 95a0730 Change prerequisites of MBEDTLS_SSL_EARLY_DATA and add related check by Xiaokang Qian · 2 years, 9 months ago
- d8d2ea5 Add TLS 1.3 key exchange mode config options by Ronald Cron · 2 years, 10 months ago
- 07b70d9 Correct typo in LMS config check by Raef Coles · 2 years, 10 months ago
- 1b43a74 Clean up LMS and LMOTS feature dependencies by Raef Coles · 2 years, 10 months ago
- 5127e85 Update LMS and LMOTS dependency macros by Raef Coles · 2 years, 10 months ago
- ab4f874 Add MBEDTLS_LMS_PRIVATE define by Raef Coles · 2 years, 11 months ago
- c8f9604 Use PSA hashing for LMS and LMOTS by Raef Coles · 3 years ago
- 7dce69a Make LMOTS a private api by Raef Coles · 3 years ago
- 8ff6df5 Add LMS implementation by Raef Coles · 4 years ago
- 0fe6631 Merge pull request #6291 from gilles-peskine-arm/platform.h-unconditional-3.2 by Gilles Peskine · 2 years, 10 months ago
- d61a4d3 Fix missing guard and double-space by Przemek Stekiel · 2 years, 10 months ago
- 52a428b Fix MBEDTLS_SSL_TICKET_C, MBEDTLS_SSL_SESSION_TICKETS dependencies by Przemek Stekiel · 2 years, 10 months ago
- 0957e7b Rmove MBEDTLS_NIST_KW_C dependency from MBEDTLS_SSL_TICKET_C by Przemek Stekiel · 2 years, 10 months ago
- 460192e Fix and sync configuration file and configuration verifiation by Przemek Stekiel · 2 years, 10 months ago
- ce5b68c Revert "Fix guards for mbedtls_ssl_ticket_write() and mbedtls_ssl_ticket_parse() functions" by Przemek Stekiel · 2 years, 10 months ago
- e31ba83 Use basic symbols instead MBEDTLS_CIPHER_MODE_AEAD in check config by Przemek Stekiel · 2 years, 10 months ago
- d582a01 Make MBEDTLS_SSL_CONTEXT_SERIALIZATION dependent on AEAD by Przemek Stekiel · 2 years, 10 months ago
- a82290b Fix guards for mbedtls_ssl_ticket_write() and mbedtls_ssl_ticket_parse() functions by Przemek Stekiel · 2 years, 10 months ago
- b4e28aa Fix two typos by Manuel Pégourié-Gonnard · 2 years, 10 months ago