- 6f135e1 Rename MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL to MBEDTLS_SSL_PROTO_TLS1_3 by Ronald Cron · 3 years, 8 months ago
- ab65c52 Add MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE config option by Ronald Cron · 3 years, 8 months ago
- 6210320 Merge pull request #4989 from AndrzejKurek/remove-ssl-export-keys by Gilles Peskine · 3 years, 9 months ago
- fcc93d7 Make MBEDTLS_IGNORE_RETURN configurable by Gilles Peskine · 3 years, 10 months ago
- cd79dfc Fix mistake in the sample implementation of MBEDTLS_CHECK_RETURN by Gilles Peskine · 3 years, 10 months ago
- 5902cd6 Remove MBEDTLS_SSL_EXPORT_KEYS, making it always on by Andrzej Kurek · 3 years, 10 months ago
- 9a7d4c2 New configuration option MBEDTLS_CHECK_RETURN_WARNING by Gilles Peskine · 3 years, 10 months ago
- 913fc5f Better default for MBEDTLS_CHECK_RETURN in config.h by Gilles Peskine · 3 years, 10 months ago
- 3f106f7 Move MBEDTLS_CHECK_RETURN to the correct section by Gilles Peskine · 3 years, 10 months ago
- 463adf4 Define indirection macros MBEDTLS_CHECK_RETURN_xxx by Gilles Peskine · 3 years, 10 months ago
- 2a25804 Add MBEDTLS_CHECK_RETURN description to mbedtls_config. by Mateusz Starzyk · 4 years ago
- b19be6b Merge pull request #1638 from dgreen-arm/check-names-rewrite by Gilles Peskine · 3 years, 10 months ago
- c3a6f63 Merge updates from upstream development branch into check-names-rewrite by Yuto Takano · 3 years, 10 months ago
- 200bcf7 Remove warning about PSA Crypto being beta by Manuel Pégourié-Gonnard · 3 years, 10 months ago
- 13b0beb Add docs/use-psa-crypto.md by Manuel Pégourié-Gonnard · 3 years, 10 months ago
- 7dd2f50 Allow configuring MBEDTLS_TLS_EXT_CID at compile time by Gilles Peskine · 4 years, 3 months ago
- 7828ca2 Fix typos pointed out by check_names by Yuto Takano · 4 years ago
- 9cd7065 No other headers are included by mbedtls_config.h by Bence Szépkúti · 4 years, 1 month ago
- 1b2a883 Correct documentation references to Mbed TLS 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
- 2bb7456 Base the config version on MBEDTLS_VERSION_NUMBER by Bence Szépkúti · 4 years, 1 month 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[Renamed (99%) from include/mbedtls/config.h]
- c5c9eb4 Move preprocessor logic to build_info.h by Bence Szépkúti · 4 years, 2 months ago
- e9bc857 Merge pull request #4552 from hanno-arm/mbedtls_3_0_key_export by Gilles Peskine · 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
- 2d6e6f8 Remove '_ext' suffix from SSL key exporter API by Hanno Becker · 4 years, 2 months ago
- ae35830 Merge pull request #4661 from mpg/make-blinding-mandatory by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- 75628d5 Code review fixes by TRodziewicz · 4 years, 1 month 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
- d51aaad Remove config option MBEDTLS_ECP_NO_INTERNAL_RNG by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- 4a7010d Removes MBEDTLS_SSL_TRUNCATED_HMAC config option by Thomas Daubney · 4 years, 1 month ago
- 15a7b73 Documentation rewording by TRodziewicz · 4 years, 1 month ago
- 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
- 90f304f Fixing test_clang_opt (asm not defined) by TRodziewicz · 4 years, 2 months ago
- d854083 Move part of timing module out of the library by TRodziewicz · 4 years, 2 months ago
- 8cad2e2 Merge pull request #4595 from gilles-peskine-arm/alt-dummy-headers-3.0 by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- d0b1630 Determine MBEDTLS_ECP_MAX_BITS automatically by Gilles Peskine · 4 years, 2 months ago
- 8476f2f Turn _SSL_SRV_RESPECT_CLIENT_PREFERENCE config option to a runtime option by TRodziewicz · 4 years, 2 months ago
- 02b76b7 Merge pull request #4619 from TRodziewicz/remove_MBEDTLS_X509_CHECK_x_KEY_USAGE_options by Gilles Peskine · 4 years, 2 months ago
- 3ecb92e Remove _X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION by TRodziewicz · 4 years, 3 months ago
- 0730cd5 Merge branch 'development' into Remove__CHECK_PARAMS_option by TRodziewicz · 4 years, 2 months ago
- 442fdc2 Remove MBEDTLS_X509_CHECK_*_KEY_USAGE options but enable the code by TRodziewicz · 4 years, 2 months ago
- f9f9cc2 Merge pull request #4579 from tom-daubney-arm/rm_ecdh_legacy_context_config_option by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 537e643 Corrects documentation issues by Thomas Daubney · 4 years, 2 months ago
- 1b1327c Merge pull request #4581 from TRodziewicz/remove_supp_for_extensions_in_pre-v3_X.509_certs by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- df77624 Merge pull request #4490 from TRodziewicz/Combine__SSL_<CID-TLS1_3>_PADDING_GRANULARITY_options by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 8f4eaca Removes MBEDTLS_ECDH_LEGACY_CONTEXT from config.h by Thomas Daubney · 4 years, 2 months ago
- f059e74 Re-wording ChangeLog and reverting overzealous removal from config.h by TRodziewicz · 4 years, 2 months ago
- 3670e38 Remove 3DES ciphersuites by TRodziewicz · 4 years, 2 months ago
- dee975a Remove MBEDTLS_X509_ALLOW_EXTENSIONS_NON_V3 option by TRodziewicz · 4 years, 2 months ago
- cc70741 Remove MBEDTLS_CHECK_PARAMS option by TRodziewicz · 4 years, 3 months ago
- 1e660ed Change the comment wording in config.h by TRodziewicz · 4 years, 2 months ago
- 46cccb8 _SSL_DTLS_BADMAC_LIMIT config.h option removed by TRodziewicz · 4 years, 3 months ago
- e8dd709 Combine MBEDTLS_SSL_<CID-TLS1_3>_PADDING_GRANULARITY options by TRodziewicz · 4 years, 3 months ago
- 6370dbe Remove the _SSL_FALLBACK_ parts by TRodziewicz · 4 years, 3 months ago
- 2812605 Removal of constants and functions and a new ChangeLog file by TRodziewicz · 4 years, 3 months ago
- 0f82ec6 Remove the TLS 1.0 and 1.1 support by TRodziewicz · 4 years, 3 months ago
- 17011a3 Merge branch 'development' into convert_NO_SHA384_to_positive by Mateusz Starzyk · 4 years, 2 months ago
- 1af28f9 Fix SHA224 documentation in default config. by Mateusz Starzyk · 4 years, 2 months ago
- 729fa5b Merge pull request #4450 from mstarzyk-mobica/remove_null_entropy by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 2213871 Merge pull request #4489 from TRodziewicz/Remove__SSL_RECORD_CHECKING by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 9d2d6c9 Clarfiy SHA224 and SHA256 documentation by Mateusz Starzyk · 4 years, 2 months ago
- c722ebb Update SHA-224 documentation. by Mateusz Starzyk · 4 years, 3 months ago
- 4228f89 Merge branch 'development' into convert_NO_SHA384_to_positive by Mateusz Starzyk · 4 years, 3 months ago
- fdcde47 Merge pull request #4458 from davidhorstmann-arm/remove-max-content-len by Ronald Cron · 4 years, 2 months ago
- 102c89e Remove the MBEDTLS_SSL_RECORD_CHECKING option by TRodziewicz · 4 years, 3 months ago
- 72f60df Remove MBEDTLS_TEST_NULL_ENTROPY config option. by Mateusz Starzyk · 4 years, 3 months ago
- 1e8ca12 Fix typos in C header files by Tobias Nießen · 4 years, 3 months ago
- 95d516f Remove MBEDTLS_SSL_MAX_CONTENT_LEN option by David Horstmann · 4 years, 3 months ago
- 6326a8d Fix SHA definitions and their dependencies in library and test suites. by Mateusz Starzyk · 4 years, 3 months ago
- b548cda Merge pull request #4397 from TRodziewicz/change_config_h_defaults by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- 532ca93 Trailing spaces removed from comments in config.h by Tomasz Rodziewicz · 4 years, 3 months ago
- 1fc7c4c Update config.h by Tomasz Rodziewicz · 4 years, 3 months ago
- dd57b2f Merge pull request #4445 from TRodziewicz/remove_deprecated_things_-_remainder by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- 6c3fe31 Update config.h by Tomasz Rodziewicz · 4 years, 3 months ago
- c1c479f Fllow-up of the review: ChangeLog expansion, mmigration guides added and comments fixed by TRodziewicz · 4 years, 3 months ago
- 98d00d0 Merge pull request #4426 from ronald-cron-arm/remove-enable-weak-ciphersuites by Ronald Cron · 4 years, 3 months ago
- 85dfc4d Applying current changes by TRodziewicz · 4 years, 3 months ago
- 18efb73 Remove deprecated functions and constants. by TRodziewicz · 4 years, 3 months ago
- 1a85d3b Merge pull request #4146 from stevew817/allow_skipping_3des_cmac_when_alt by Ronald Cron · 4 years, 3 months ago
- e66f49c Merge branch 'development_3.0' into change_config_h_defaults by Tomasz Rodziewicz · 4 years, 3 months ago
- e3c48b4 Separate SHA224 from SHA256 config options. by Mateusz Starzyk · 4 years, 3 months ago
- 3352a53 Modify config option for SHA384. by Mateusz Starzyk · 4 years, 4 months ago
- 2c74586 Comment out MBEDTLS_X509_REMOVE_INFO in default config.h by Chris Jones · 4 years, 8 months ago
- 7ac83f9 Print X.509 verify info strings even if MBEDTLS_X509_REMOVE_INFO by Hanno Becker · 4 years, 10 months ago
- 612a2f1 Rename MBEDTLS_X509_INFO to !MBEDTLS_X509_REMOVE_INFO by Hanno Becker · 4 years, 10 months ago
- 9a969b6 Reduce code size when mbedtls_x509_*_info() unused by Peter Kolbus · 7 years ago
- cee4270 Remove MBEDTLS_ENABLE_WEAK_CIPHERSUITES configuration option by Ronald Cron · 4 years, 3 months ago
- 12f93f4 Merge pull request #4407 from ARMmbed/dev3_signoffs by Dave Rodgman · 4 years, 3 months ago
- ede3085 Add ChangeLog file and fix comment in config.h by TRodziewicz · 4 years, 3 months ago
- c338cef Add notes to the documentation about CMAC_ALT algorithm support by Steven Cooreman · 4 years, 3 months ago
- 85aff9f Correction fixing the test_depends_curves_psa falure by TRodziewicz · 4 years, 3 months ago
- b133605 Test why the test_depends_curves_psa fails in CI by Tomasz Rodziewicz · 4 years, 3 months ago
- 7062796 Testing the failed ubuntu test by TRodziewicz · 4 years, 3 months ago
- 1818d96 Four config.h defaults have been changed. by TRodziewicz · 4 years, 3 months ago