- d1dd41f Merge pull request #6723 from mpg/restartable-vs-use-psa by Gilles Peskine · 2 years, 8 months ago
- b2812cc Clarify documentation of ECP_RESTARTABLE 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
- 5786646 Fix missing dependency declaration in test by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- 55a188b Clarify the "restart vs use PSA" situation in TLS 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
- 92011ee Merge pull request #6717 from tom-cosgrove-arm/fix-typos-2212 by Dave Rodgman · 2 years, 8 months ago
- ad27b80 Declare ECP_RESTARTABLE and USE_PSA compatible by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- 2b7ad64 Document all effects of MBEDTLS_ECP_RESTARTABLE by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- 12c46bd fix various issues by Jerry Yu · 2 years, 8 months ago
- dbcbf44 Update include/mbedtls/mbedtls_config.h by Dave Rodgman · 2 years, 8 months ago
- 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
- 6ebaf7a Whitespace fix by Dave Rodgman · 2 years, 8 months ago
- bc5f03d Disable PKCS7 by default; improve docs by Dave Rodgman · 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
- 6e85673 Merge pull request #3431 from naynajain/development-pkcs7 by Bence Szépkúti · 2 years, 8 months ago
- e2c46e0 Reference to RFC 9146 added by Hannes Tschofenig · 2 years, 8 months ago
- 91f88db Merge pull request #6639 from mpg/doc-driver-only-limitation by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- ae79fb2 Merge branch 'development' into pr3431 by Bence Szépkúti · 2 years, 8 months ago
- fecc6b2 Minor tune-up to ChangeLog & documentation by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- a17d038 Merge branch 'development' into pr3431 by Bence Szépkúti · 2 years, 8 months ago
- 18a3856 Document another limitation of driver-only hashes by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- c2e110f tls13: Disable MBEDTLS_SSL_EARLY_DATA by default by Ronald Cron · 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
- 29ee43c Update document base on comments by Xiaokang Qian · 2 years, 9 months ago
- 0977716 Update early data document and prerequisites check by Xiaokang Qian · 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
- 77e15e8 Merge pull request #6460 from xkqian/tls13_add_early_data_preparatory by Ronald Cron · 2 years, 9 months ago
- 3e0ea98 Merge pull request #6451 from mpg/fix-can-exercise by Manuel Pégourié-Gonnard · 2 years, 9 months ago
- 4ef4c89 Fix CI failure in build_info.h by Xiaokang Qian · 2 years, 9 months ago
- 65fc0de Improve the prerequisites for early data by Xiaokang Qian · 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
- 600804b Remove useless early data related macros for the time being by Xiaokang Qian · 2 years, 9 months ago
- 54413b1 Add early data support preparatory work 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
- 98b91d4 RSA PKCS#1 v1.5 no longer depends on MD by Manuel Pégourié-Gonnard · 2 years, 9 months ago
- f33da19 Merge pull request #6413 from daverodgman/update_docs_links by Dave Rodgman · 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
- 7dce69a Make LMOTS a private api by Raef Coles · 3 years ago
- 8ff6df5 Add LMS implementation by Raef Coles · 4 years ago
- b319684 Additional updates to docs links by Dave Rodgman · 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
- 2c282c9 Merge pull request #6180 from yuhaoth/pr/add-tls13-multiple-session-tickets by Paul Elliott · 2 years, 10 months ago
- f3bdf9d fix various issues by Jerry Yu · 2 years, 10 months ago
- d433cd7 Merge pull request #6283 from mpg/driver-only-hashes-wrap-up by Manuel Pégourié-Gonnard · 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
- 1ad7ace Add conf new session tickets by Jerry Yu · 3 years ago
- be0224a Merge pull request #6167 from yuhaoth/pr/finalize-tls13-session-tickets by Ronald Cron · 2 years, 10 months ago
- 72687b7 Clarify dependencies in mbedtls_config.h by Manuel Pégourié-Gonnard · 2 years, 11 months ago
- 6cf85a4 update document abourt maximum ticket_age_tolerance by Jerry Yu · 2 years, 11 months ago
- fd6cca4 CID update to RFC 9146 by Hannes Tschofenig · 3 years, 10 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
- 89eb95a Add ticket age tolerance config option by Jerry Yu · 3 years ago
- bf22a25 Merge pull request #6208 from AndrzejKurek/tls-tests-no-md-structured by Manuel Pégourié-Gonnard · 2 years, 11 months ago
- 645ff5b Merge pull request #6095 from gabor-mezei-arm/6016_add_new_modulus_and_residue_structures by Janos Follath · 3 years ago
- e02da81 Update TLS1.2 dependencies description in mbedtls_config.h by Andrzej Kurek · 3 years ago
- 0ce9393 Merge pull request #6219 from KloolK/development by Dave Rodgman · 3 years ago
- e5018c9 Merge pull request #6195 from superna9999/6149-driver-only-hashes-ec-j-pake by Gilles Peskine · 3 years ago
- 9ff6f8c Fix minor typos by Jan Bruckner · 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
- d41f627 Order the file names by Gabor Mezei · 3 years ago
- 077ba84 PKCS#1 v2.1 now builds with PSA if no MD_C by Manuel Pégourié-Gonnard · 3 years ago
- d1baedb Bignum: extract bignum_mod.h functions by Janos Follath · 3 years ago
- 0ded631 Bignum: extract bignum_mod_raw.h functions by Janos Follath · 3 years ago
- 3ca0775 Bignum: extract bignum_core.h functions by Janos Follath · 3 years ago
- 0c65557 Build the new bignum_new.c file by Gabor Mezei · 3 years ago
- 27036c9 Merge pull request #6142 from tom-cosgrove-arm/fix-comments-in-docs-and-comments by Dave Rodgman · 3 years ago
- f6b8c32 Merge pull request #6065 from mpg/explore2 by Manuel Pégourié-Gonnard · 3 years ago
- ce7f18c Fix a/an typos in doxygen and other comments by Tom Cosgrove · 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
- af2c0c8 fix various comment/format issues by Jerry Yu · 3 years, 1 month ago
- 0038c5f Add ticket nonce setting by Jerry Yu · 3 years, 1 month ago
- 1f7f717 Document existing dependency of MD_C by Manuel Pégourié-Gonnard · 3 years ago
- ce7d76e Merge remote-tracking branch 'mbedtls-restricted/development-restricted' into mbedtls-3.2.0rc0-pr by Ronald Cron · 3 years, 1 month ago
- 3e83098 Clarify the TLS 1.3 situation by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- ff43ff6 Remove stability waiver from USE_PSA by Manuel Pégourié-Gonnard · 3 years, 3 months 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
- 4b87387 Backward compatibility: the key store with drivers by Gilles Peskine · 3 years, 1 month ago
- 98473c4 Officially deprecate MBEDTLS_PSA_CRYPTO_SE_C by Gilles Peskine · 3 years, 1 month ago
- 9b3278b Doc: the SHA256/SHA512 options also cover SHA224/SHA384 by Gilles Peskine · 3 years, 2 months ago
- 1e21144 Fix spelling and typographical errors found by cspell by Tom Cosgrove · 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