- 1aa6e8d Restore same PSK length enforcement by Ronald Cron · 2 years, 5 months ago
- 718eb4f Merge pull request #7025 from AndrzejKurek/uri_san by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- 81b0b89 Clarify comments on subjectAltName types by Andrzej Kurek · 2 years, 6 months ago
- c5e2a4f Merge pull request #6937 from valeriosetti/issue6886 by Gilles Peskine · 2 years, 6 months ago
- 50836c4 Fix a comment in x509_crt.h by Andrzej Kurek · 2 years, 6 months ago
- 7a05fab Added the uniformResourceIdentifier subtype for the subjectAltName. by Andrzej Kurek · 2 years, 6 months ago
- d3d8c85 Merge pull request #6997 from valeriosetti/issue6858 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- 178b5bd pk: move MBEDTLS_PK_CAN_ECDSA_SOME macro to pk.h and fix tests by Valerio Setti · 2 years, 6 months ago
- 78f79d3 ecp: add documentation for compressed points limitations by Valerio Setti · 2 years, 6 months ago
- 928593f Merge pull request #7041 from gilles-peskine-arm/pk_ext-pss_options-public by Gilles Peskine · 2 years, 6 months ago
- b009559 Merge pull request #7049 from KloolK/typos by Gilles Peskine · 2 years, 6 months ago
- a22749e Merge pull request #6816 from nick-child-ibm/pkcs7_coverage by Dave Rodgman · 2 years, 6 months ago
- 834e65d Merge pull request #6499 from xkqian/tls13_write_end_of_early_data by Ronald Cron · 2 years, 6 months ago
- ea28a78 Revert new field and check ciphersuite match when resume by exist info_id by Xiaokang Qian · 2 years, 7 months ago
- 33ff868 Fix various errors by Xiaokang Qian · 2 years, 7 months ago
- f10f474 Check server selected cipher suite indicating a Hash associated with the PSK by Xiaokang Qian · 2 years, 7 months ago
- 592021a Add CCS after client hello in case of early data and comp mode by Xiaokang Qian · 2 years, 7 months ago
- 5b41007 Remove useless comments about handshake messages for TLS13 by Xiaokang Qian · 2 years, 7 months ago
- 125afcb Add end-of-early-data write by Xiaokang Qian · 2 years, 9 months ago
- 3dafc6c pkcs7: Drop support for signature in contentInfo of signed data by Nick Child · 2 years, 6 months ago
- 0568dec ecdsa: add comment for ecdsa_context by Valerio Setti · 2 years, 6 months ago
- cf084ae pk: add generic defines for ECDSA capabilities by Valerio Setti · 2 years, 6 months ago
- 1aabe5c Fix typos by Jan Bruckner · 2 years, 6 months ago
- 10ada35 Merge pull request #7022 from daverodgman/3DES-warning by Gilles Peskine · 2 years, 6 months ago
- 0cfb08d Merge pull request #6922 from mprse/csr_v3 by Gilles Peskine · 2 years, 6 months ago
- 34c43a8 Make the fields of mbedtls_pk_rsassa_pss_options public by Gilles Peskine · 2 years, 6 months ago
- fdbfaaf Additional warnings in cipher.h by Dave Rodgman · 2 years, 6 months ago
- 23caf02 Update warnings in cipher.h by Dave Rodgman · 2 years, 6 months ago
- c04515b Improve warnings for DES/3DES by Dave Rodgman · 2 years, 6 months ago
- 77bc726 pkcs7: Fix typo in comment by Nick Child · 2 years, 6 months ago
- ec81709 pkcs7: Ensure all data in asn1 structure is accounted for by Nick Child · 2 years, 8 months ago
- aae6125 Merge pull request #6883 from valeriosetti/issue6843 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- 9b5e1da fixing a typo in comment by Valerio Setti · 2 years, 6 months ago
- 169d9e6 Merge pull request #6802 from gilles-peskine-arm/test_suite_psa_crypto_metadata-20221215 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- af4815c x509: replace/fix name of new function for setting serial by Valerio Setti · 2 years, 6 months ago
- cf6ff0f Move common functions for crt/csr parsing to x509.c by Przemek Stekiel · 2 years, 7 months ago
- 21c3728 Adapt function names by Przemek Stekiel · 2 years, 7 months ago
- cbaf316 mbedtls_x509_csr_info: Add parsing code for v3 csr extensions by Przemek Stekiel · 2 years, 7 months ago
- 2d9e359 Parsing v3 extensions from a CSR by Jens Alfke · 6 years ago
- fa96026 Move definition of asm out of public header by Dave Rodgman · 2 years, 7 months ago
- cb0f2c4 Tidy-up - move asm #define into build_info.h by Dave Rodgman · 2 years, 8 months ago
- bba2630 Add ECJPAKE secret input types to psa/crypto_config.h by Gilles Peskine · 2 years, 8 months ago
- acecf9c make ticket_flags param types consistent by Pengyu Lv · 2 years, 7 months ago
- ee455c0 move ticket_flags debug helpers by Pengyu Lv · 2 years, 7 months ago
- 1894653 remove MBEDTLS_ERR_SSL_TICKET_INVALID_KEX_MODE error by Pengyu Lv · 2 years, 7 months ago
- a1aa31b fix review comments by Pengyu Lv · 2 years, 8 months ago
- 3eb49be move kex mode check in ticket_flags to psks_check_identity_match_ticket by Pengyu Lv · 2 years, 8 months ago
- 5b8dcd2 Add debug helper to print ticket_flags status by Pengyu Lv · 2 years, 9 months ago
- 746def5 x509: renaming of buffer variables in new serial setting function by Valerio Setti · 2 years, 7 months ago
- acf12fb x509: fix endianness and input data format for x509write_crt_set_serial_new by Valerio Setti · 2 years, 7 months ago
- 5d164c4 fix: add missing deprecation guards by Valerio Setti · 2 years, 7 months ago
- da0afcc x509: remove direct dependency from BIGNUM_C by Valerio Setti · 2 years, 7 months ago
- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- 28d4d43 Merge pull request #6863 from valeriosetti/issue6830 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- 3368724 Merge pull request #6870 from valeriosetti/issue6831 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- cd0a565 Merge pull request #6703 from yuhaoth/pr/tls13-misc-from-prototype by Gilles Peskine · 2 years, 7 months ago
- 8e45cdd fix wrong dependency for X509_TRUSTED_CERTIFICATE_CALLBACK by Valerio Setti · 2 years, 7 months ago
- 8841d6b add missing dependency documentation for SSL_ASYNC_PRIVATE 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
- 18c9fed tls: remove dependency from mbedtls_ecp_curve functions 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
- e269750 sha: fix description for starts functions by Valerio Setti · 2 years, 8 months ago
- d55cb5b sha: decline MD defines for various SHA by Valerio Setti · 2 years, 8 months ago
- d10e0a6 sha: fix minor issues/typos by Valerio Setti · 2 years, 8 months ago
- a6e0291 Update documentation by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- e7221a2 test: adjust depends.py to new SHA224/SHA384 changes by Valerio Setti · 2 years, 8 months ago
- d1dd41f Merge pull request #6723 from mpg/restartable-vs-use-psa by Gilles Peskine · 2 years, 8 months ago
- 01f6e61 Merge pull request #986 from Mbed-TLS/merge-back-3.3.0-3 by Dave Rodgman · 2 years, 8 months ago
- c98624a Merge pull request #6680 from valeriosetti/issue6599 by Manuel Pégourié-Gonnard · 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
- 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
- 1a100b6 Merge pull request #6705 from davidhorstmann-arm/code-style-script-non-corrected by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- 2e19981 tls13: guards transform negotiate by Jerry Yu · 2 years, 8 months ago
- 48223bc Bump version to 3.3.0. No changes to .so versions. by Dave Rodgman · 2 years, 8 months ago
- c689ed8 tls: pake: minor adjustments by Valerio Setti · 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
- 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
- 235d1d8 Improve wording by Dave Rodgman · 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
- e98db0b tls: pake: fix description for mbedtls_ssl_set_hs_ecjpake_password_opaque by Valerio Setti · 2 years, 8 months ago
- cc4e007 Add max_early_data_size to mbedtls_ssl_config by Jerry Yu · 2 years, 9 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
- a9a97dc psa_pake: add support for opaque password by Valerio Setti · 2 years, 8 months ago
- bf9b23a Merge pull request #6648 from gilles-peskine-arm/psa-ecb-null-0 by Dave Rodgman · 2 years, 8 months ago
- 6e85673 Merge pull request #3431 from naynajain/development-pkcs7 by Bence Szépkúti · 2 years, 8 months ago
- 6b6b63f Added closing SECTION of doxygen markup by Hannes Tschofenig · 2 years, 9 months ago
- b2e6615 Added deprecated warning in check_config.h by Hannes Tschofenig · 2 years, 9 months ago