- b599562 Merge pull request #7240 from tom-cosgrove-arm/fix-issue-7234 by Dave Rodgman · 2 years, 5 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
- 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
- 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
- 3c16abe Fix dependencies of KEY_EXCHANGE_ECJPAKE by Manuel Pégourié-Gonnard · 2 years, 10 months ago
- ef843f2 MBEDTLS_PLATFORM_VSNPRINTF_ALT requires MBEDTLS_PLATFORM_C by Gilles Peskine · 2 years, 10 months ago
- ce0aa58 check_config.h: make TLS1.3 requirements verification more readable by Przemek Stekiel · 2 years, 11 months ago
- 8a2f2b0 check_config.h: fix TLS 1.3 requirements (add HKDF_EXTRACT/EXPAND) and comments by Przemek Stekiel · 2 years, 11 months ago
- 9408b70 check_config.h: revert HKDF requirements by Przemek Stekiel · 2 years, 11 months ago
- cf9d972 Fix config for MBEDTLS_SSL_PROTO_TLS1_3 by Przemek Stekiel · 2 years, 11 months ago
- fd6cca4 CID update to RFC 9146 by Hannes Tschofenig · 3 years, 10 months ago
- 345a92b Adjust PKCS5 dependencies in check_config by Andrzej Kurek · 2 years, 11 months ago
- 97fc247 Merge pull request #6232 from AndrzejKurek/pkcs12-no-md by Manuel Pégourié-Gonnard · 2 years, 11 months ago
- c9deb18 mbedtls: add support for pkcs7 by Nayna Jain · 4 years, 9 months ago
- 7bd12c5 Remove MD dependency from pkcs12 module by Andrzej Kurek · 3 years ago
- cccb044 Style & formatting fixes by Andrzej Kurek · 3 years ago
- 7e16ce3 Clarify TLS 1.2 dependencies with and without PSA crypto by Andrzej Kurek · 3 years ago
- e5018c9 Merge pull request #6195 from superna9999/6149-driver-only-hashes-ec-j-pake by Gilles Peskine · 3 years ago
- ecaba1c Make use of PSA crypto hash if MBEDTLS_MD_C isn't defined by Neil Armstrong · 3 years ago
- 10836a0 config: Fix requirements for MBEDTLS_X509_USE_C and MBEDTLS_X509_CREATE_C by Przemek Stekiel · 3 years ago
- 278b667 check_config.h: Adjust x509 dependencies (MBEDTLS_MD_C or MBEDTLS_USE_PSA_CRYPTO) by Przemek Stekiel · 3 years ago
- 077ba84 PKCS#1 v2.1 now builds with PSA if no MD_C by Manuel Pégourié-Gonnard · 3 years ago
- f6b8c32 Merge pull request #6065 from mpg/explore2 by Manuel Pégourié-Gonnard · 3 years ago
- 9750f81 Rename MBEDTLS_SSL_TICKET_NONCE_LENGTH by Jerry Yu · 3 years ago
- 08aed4d fix comments and time_t type issues by Jerry Yu · 3 years ago
- 1f7f717 Document existing dependency of MD_C by Manuel Pégourié-Gonnard · 3 years ago
- 46a2954 Build and test RSA PKCS#1v1.5 without MD by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- b86279f Build and test PK without MD by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- ce7d76e Merge remote-tracking branch 'mbedtls-restricted/development-restricted' into mbedtls-3.2.0rc0-pr by Ronald Cron · 3 years, 1 month ago
- 41aa808 Merge pull request #952 from gilles-peskine-arm/stdio_buffering-setbuf by Paul Elliott · 3 years, 1 month ago
- 790ab52 Merge pull request #5962 from gilles-peskine-arm/storage-format-doc-202206 by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 6497b5a Add setbuf platform function by Gilles Peskine · 3 years, 1 month ago
- afb2fe1 Document that MBEDTLS_SSL_KEEP_PEER_CERTIFICATE is required by MBEDTLS_SSL_PROTO_TLS1_3 by Tom Cosgrove · 3 years, 1 month ago
- 98473c4 Officially deprecate MBEDTLS_PSA_CRYPTO_SE_C by Gilles Peskine · 3 years, 1 month ago
- 6dbbf44 Fix typos in documentation and constants with typo finding tool by bootstrap-prime · 3 years, 2 months ago
- a09f835 Fix CIPHER dependencies dependeny and error messages by Przemek Stekiel · 3 years, 3 months ago
- ea805b4 mbedtls_config.h, check_config.h: fix CIPHER dependencies by Przemek Stekiel · 3 years, 3 months ago
- 5c65c57 Fix additional misspellings found by codespell by Andrzej Kurek · 3 years, 4 months ago
- 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
- bc3cfed check_config.h: Add MBEDTLS_MD_C dependency MBEDTLS_PKCS12_C, MBEDTLS_PKCS1_V15, MBEDTLS_PKCS1_V21, MBEDTLS_PK_C by Przemek Stekiel · 3 years, 3 months ago
- 017a199 Update references to old Github organisation by Dave Rodgman · 3 years, 4 months ago
- 87fbfb5 SECLIB-667: Accelerate SHA-512 with A64 crypto extensions by Tom Cosgrove · 3 years, 5 months ago
- 868d38f Merge pull request #5547 from tom-cosgrove-arm/seclib-667-sha256-acceleration-mbedtls-internal by Dave Rodgman · 3 years, 5 months ago
- 0037fcd Merge pull request #4910 from gilles-peskine-arm/check_config-chachapoly-development by Gilles Peskine · 3 years, 5 months ago