- 677c6c4 Merge pull request #4801 from hanno-arm/ssl_session_exported_private by Dave Rodgman · 4 years ago
- b637150 Merge pull request #4730 from TRodziewicz/finish_removing_tls_1.0_and_1.1 by Manuel Pégourié-Gonnard · 4 years ago
- 3b9bea0 Merge pull request #4750 from yutotakano/fix-reserved-identifier-clash by Gilles Peskine · 4 years ago
- 0379942 Explicitly mark mbedtls_ssl_config.respect_cli_pref as private by Hanno Becker · 4 years ago
- 95832d8 Explicitly mark mbedtls_ssl_session.exported as private by Hanno Becker · 4 years ago
- 538a0cb Replace `_RR` with `prec_RR` to prevent reserved identifier clashes by Yuto Takano · 4 years, 1 month ago
- ef6aa5c Support Curve448 via the PSA API by Archana · 4 years, 2 months ago
- 1bc9e93 Manual updates to version information by Dave Rodgman · 4 years, 1 month ago
- dc1a3b2 Merge pull request #4724 from hanno-arm/ssl_hs_parse_error_3_0 by Dave Rodgman · 4 years, 1 month ago
- c628fc9 Correct and clarify the SSL error code documentation by Dave Rodgman · 4 years, 1 month ago
- 03edc86 Fix docs in error.h by Dave Rodgman · 4 years, 1 month ago
- bb05cd0 Remove MBEDTLS_ERR_SSL_NO_CIPHER_CHOSEN by Dave Rodgman · 4 years, 1 month ago
- 53c8689 Introduce new TLS error codes by Dave Rodgman · 4 years, 1 month ago
- 096c411 Remove MBEDTLS_ERR_SSL_NO_USABLE_CIPHERSUITE by Dave Rodgman · 4 years, 1 month ago
- 8682fae Merge pull request #4694 from gilles-peskine-arm/out_size-3.0 by Ronald Cron · 4 years, 1 month ago
- e55a821 Remove explicit link to MBEDTLS_CONFIG_FILE by Bence Szépkúti · 4 years, 1 month ago
- 5e2743f Mention MBEDTLS_CONFIG_FILE in build_info.h docs by Bence Szépkúti · 4 years, 1 month ago
- 9cd7065 No other headers are included by mbedtls_config.h by Bence Szépkúti · 4 years, 1 month ago
- 2abf03c Remove all TLS 1.0 and 1.1 instances and add some compatibility tests by TRodziewicz · 4 years, 1 month ago
- b561bed Make MBEDTLS_ERR_SSL_HANDSHAKE_FAILURE more generic by Hanno Becker · 4 years, 1 month ago
- 90d59dd Remove MBEDTLS_ERR_SSL_BAD_HS_CLIENT_HELLO by Hanno Becker · 4 years, 1 month ago
- c3411d4 Remove MBEDTLS_ERR_SSL_BAD_HS_SERVER_HELLO by Hanno Becker · 4 years, 1 month ago
- 9ed1ba5 Rename MBEDTLS_ERR_SSL_BAD_HS_CERTIFICATE by Hanno Becker · 4 years, 1 month ago
- 5697af0 Remove MBEDTLS_ERR_SSL_BAD_HS_CERTIFICATE_REQUEST by Hanno Becker · 4 years, 1 month ago
- cbc8f6f Remove MBEDTLS_ERR_SSL_BAD_HS_SERVER_KEY_EXCHANGE by Hanno Becker · 4 years, 1 month ago
- a0ca87e Remove MBEDTLS_ERR_SSL_BAD_HS_FINISHED by Hanno Becker · 4 years, 1 month ago
- d200296 Remove MBEDTLS_ERR_SSL_BAD_HS_CHANGE_CIPHER_SPEC by Hanno Becker · 4 years, 1 month ago
- d934a2a Remove MBEDTLS_ERR_SSL_BAD_HS_CERTIFICATE_VERIFY by Hanno Becker · 4 years, 1 month ago
- d3eec78 Remove MBEDTLS_ERR_SSL_BAD_HS_CLIENT_KEY_EXCHANGE_CS by Hanno Becker · 4 years, 1 month ago
- 666b5b4 Remove MBEDTLS_ERR_SSL_BAD_HS_CLIENT_KEY_EXCHANGE by Hanno Becker · 4 years, 1 month ago
- 029cc2f Remove MBEDTLS_ERR_SSL_BAD_HS_SERVER_HELLO_DONE by Hanno Becker · 4 years, 1 month ago
- b24e74b Remove MBEDTLS_ERR_SSL_BAD_HS_CLIENT_KEY_EXCHANGE_RP error code by Hanno Becker · 4 years, 1 month ago
- d01fc5f Introduce MBEDTLS_ERR_SSL_HANDSHAKE_FAILURE error code by Hanno Becker · 4 years, 1 month ago
- 241c197 Remove MBEDTLS_ERR_SSL_BAD_HS_NEW_SESSION_TICKET by Hanno Becker · 4 years, 1 month ago
- bc00044 Rename MBEDTLS_ERR_SSL_BAD_HS_PROTOCOL_VERSION by Hanno Becker · 4 years, 1 month ago
- 93636cc Add MBEDTLS_ERR_SSL_UNRECOGNIZED_NAME by Hanno Becker · 4 years, 1 month ago
- 2fe5f61 Add generic codes for syntactic and semantic message parsing errors by Hanno Becker · 4 years, 1 month ago
- 1b2a883 Correct documentation references to Mbed TLS by Bence Szépkúti · 4 years, 1 month ago
- a1d1f5b Fix typo by Bence Szépkúti · 4 years, 1 month ago
- 5c70c14 Remove def directive for version symbol by Bence Szépkúti · 4 years, 1 month ago
- 1cafe5c Base config compat check on MBETLS_VERSION_NUMBER by Bence Szépkúti · 4 years, 1 month ago
- fc04aa2 Remove MBEDTLS_USER_CONFIG_VERSION handling by Bence Szépkúti · 4 years, 1 month ago
- 2bb7456 Base the config version on MBEDTLS_VERSION_NUMBER by Bence Szépkúti · 4 years, 1 month ago
- b2e23de Make config version symbols optional by Bence Szépkúti · 4 years, 1 month ago
- 04982f7 Move version defines to build_info.h by Bence Szépkúti · 4 years, 1 month ago
- d3da503 Move comment closer to relevant code by Bence Szépkúti · 4 years, 2 months ago
- ba7248a Introduce versioning in the config files by Bence Szépkúti · 4 years, 2 months ago
- bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
- c5c9eb4 Move preprocessor logic to build_info.h by Bence Szépkúti · 4 years, 2 months ago
- c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
- 5ab7303 Introduce a level of indirection in config header by Bence Szépkúti · 4 years, 2 months ago
- f00f152 Add output size parameter to signature functions by Gilles Peskine · 4 years, 1 month ago
- 1fed4b8 Merge pull request #4720 from gilles-peskine-arm/gcm-finish-outlen by Gilles Peskine · 4 years, 1 month ago
- fedd52c Merge pull request #4707 from gilles-peskine-arm/require-matching-hashlen-rsa-implementation by Gilles Peskine · 4 years, 1 month ago
- 5a7be10 Add output_length parameter to mbedtls_gcm_finish by Gilles Peskine · 4 years, 1 month ago
- f06b92d Merge pull request #4567 from mstarzyk-mobica/gcm_ad by Gilles Peskine · 4 years, 1 month ago
- cb17fc3 Merge pull request #4671 from mpg/x509-crt-profile-public by Dave Rodgman · 4 years, 1 month ago
- 44a0ae9 Merge pull request #4710 from mstarzyk-mobica/ccm_taglen by Ronald Cron · 4 years, 1 month ago
- 82c48c9 Adjust tag_len documentation for the mbedtls_ccm_finish(). by Mateusz Starzyk · 4 years, 1 month ago
- c9d86a0 Merge pull request #4665 from yanesca/issue-3990-fix_psa_verify_with_alt by Gilles Peskine · 4 years, 1 month ago
- 98d45b9 Add missing tag_len in ccm api. by Mateusz Starzyk · 4 years, 1 month ago
- e9bc857 Merge pull request #4552 from hanno-arm/mbedtls_3_0_key_export by Gilles Peskine · 4 years, 1 month ago
- 9dbbc29 PK signature function: require exact hash length by Gilles Peskine · 4 years, 1 month ago
- e7885e5 RSA: Require hashlen to match md_alg when applicable by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- 3e7ddb2 Merge pull request #4604 from gilles-peskine-arm/default-hashes-curves-3.0 by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- 508d3a5 Merge pull request #4664 from tom-daubney-arm/rm_truncated_HMAC_ext by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- a805d57 Merge pull request #4588 from TRodziewicz/remove_MD2_MD4_RC4_Blowfish_and_XTEA by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- b795332 mbedtls_rsa_rsassa_pss_*: improve documentation by Janos Follath · 4 years, 4 months ago
- d8f32e7 Move export callback and context to the end of SSL context by Hanno Becker · 4 years, 2 months ago
- e0dad72 Remove return value from key export callback by Hanno Becker · 4 years, 2 months ago
- 7e6c178 Make key export callback and context connection-specific by Hanno Becker · 4 years, 2 months ago
- 22b34f7 Remote key export identifier used for TLS < 1.2. by Hanno Becker · 4 years, 2 months ago
- ddc739c Add missing documentation for key export callback parameters by Hanno Becker · 4 years, 2 months ago
- 457d616 Define and implement new key export API for Mbed TLS 3.0 by Hanno Becker · 4 years, 2 months ago
- 2d6e6f8 Remove '_ext' suffix from SSL key exporter API by Hanno Becker · 4 years, 2 months ago
- 78ba2af Remove old key export API by Hanno Becker · 4 years, 2 months ago
- 9a32d45 Merge pull request #4517 from hanno-arm/ticket_api_3_0 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- ae35830 Merge pull request #4661 from mpg/make-blinding-mandatory by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 8c8166a Merge pull request #4640 from TRodziewicz/move_part_of_timing_module_out_of_the_library_and_to_test by Dave Rodgman · 4 years, 2 months ago
- 963bb81 Removing global variable and moving variant function comment block by TRodziewicz · 4 years, 2 months ago
- 5c5b820 Fix typo in doc'n of session resumption API by Hanno Becker · 4 years, 2 months ago
- 9d4c2c4 Clarify how to create custom profiles by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 75628d5 Code review fixes by TRodziewicz · 4 years, 2 months ago
- 3995750 Remove secp256k1 from the default X.509 and TLS profiles by Gilles Peskine · 4 years, 2 months ago
- a03fb29 Document backward compatibility promises for the default TLS profile by Gilles Peskine · 4 years, 2 months ago
- a28f0f5 Leave the preference order for hashes unspecified by Gilles Peskine · 4 years, 2 months ago
- b1940a7 In TLS, order curves by resource usage, not size by Gilles Peskine · 4 years, 2 months ago
- 377c91e Remove meaningless clause by Gilles Peskine · 4 years, 2 months ago
- 5752e59 Reduce the default ECP window size by Gilles Peskine · 4 years, 2 months ago
- ae270bf Upgrade the default TLS hash and curve selection, matching X.509 by Gilles Peskine · 4 years, 2 months ago
- ffb92da Upgrade the default X.509 profile to the former "next" profile by Gilles Peskine · 4 years, 2 months ago
- 55a7fb8 Improve documentation by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 5314e08 Make the fields of mbedtls_x509_crt_profile public by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- d51aaad Remove config option MBEDTLS_ECP_NO_INTERNAL_RNG by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 84dea01 Add RNG params to private key parsing by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 39be141 Add RNG parameter to check_pair functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- f8c24bf Fix signature of check_pub_priv by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- aa3ed6f Make RNG parameters mandatory in ECP functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 7861ecf Make RNG parameters mandatory in ECDH functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 1a87722 Make RNG parameters mandatory in DHM functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago