1. f68f43a State explicitly USER config files can modify the default config by Gilles Peskine · 3 years, 4 months ago
  2. 3f49cc1 Clarify the "duplicate documentation" remark by Gilles Peskine · 3 years, 4 months ago
  3. d5793ce Document the section "General configuration options" by Gilles Peskine · 3 years, 4 months ago
  4. 611179c Fix name mismatch in section end comment by Gilles Peskine · 3 years, 4 months ago
  5. 6457ef9 Format literal # in a way that doesn't confuse older Doxygen by Gilles Peskine · 3 years, 4 months ago
  6. ba4162a Place MBEDTLS_CONFIG_FILE and such into a new section by Gilles Peskine · 3 years, 4 months ago
  7. f4c6eb0 Support alternative MBEDTLS_PSA_CRYPTO_CONFIG_FILE by Gilles Peskine · 3 years, 5 months ago
  8. 750596e Improve documentation of MBEDTLS_PSA_CRYPTO_CONFIG by Gilles Peskine · 3 years, 5 months ago
  9. a02c124 Document MBEDTLS_CONFIG_FILE and MBEDTLS_USER_CONFIG_FILE by Gilles Peskine · 3 years, 5 months ago
  10. f3ebd90 SECLIB-667: Accelerate SHA-256 with A64 crypto extensions by Tom Cosgrove · 3 years, 5 months ago
  11. cfb1518 Merge pull request #5457 from AndrzejKurek/key-id-encodes-owner-psa-fixes-follow-up by Gilles Peskine · 3 years, 6 months ago
  12. cfc920a Remove incorrect incompatibility information from mbedtls_config.h by Andrzej Kurek · 3 years, 6 months ago
  13. 38d4fdd Add missing asterisk to doxygen closures by Andrzej Kurek · 3 years, 7 months ago
  14. 6f135e1 Rename MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL to MBEDTLS_SSL_PROTO_TLS1_3 by Ronald Cron · 3 years, 8 months ago
  15. ab65c52 Add MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE config option by Ronald Cron · 3 years, 8 months ago
  16. 6210320 Merge pull request #4989 from AndrzejKurek/remove-ssl-export-keys by Gilles Peskine · 3 years, 9 months ago
  17. fcc93d7 Make MBEDTLS_IGNORE_RETURN configurable by Gilles Peskine · 3 years, 10 months ago
  18. cd79dfc Fix mistake in the sample implementation of MBEDTLS_CHECK_RETURN by Gilles Peskine · 3 years, 10 months ago
  19. 5902cd6 Remove MBEDTLS_SSL_EXPORT_KEYS, making it always on by Andrzej Kurek · 3 years, 10 months ago
  20. 9a7d4c2 New configuration option MBEDTLS_CHECK_RETURN_WARNING by Gilles Peskine · 3 years, 10 months ago
  21. 913fc5f Better default for MBEDTLS_CHECK_RETURN in config.h by Gilles Peskine · 3 years, 10 months ago
  22. 3f106f7 Move MBEDTLS_CHECK_RETURN to the correct section by Gilles Peskine · 3 years, 10 months ago
  23. 463adf4 Define indirection macros MBEDTLS_CHECK_RETURN_xxx by Gilles Peskine · 3 years, 10 months ago
  24. 2a25804 Add MBEDTLS_CHECK_RETURN description to mbedtls_config. by Mateusz Starzyk · 4 years ago
  25. b19be6b Merge pull request #1638 from dgreen-arm/check-names-rewrite by Gilles Peskine · 3 years, 10 months ago
  26. c3a6f63 Merge updates from upstream development branch into check-names-rewrite by Yuto Takano · 3 years, 10 months ago
  27. 200bcf7 Remove warning about PSA Crypto being beta by Manuel Pégourié-Gonnard · 3 years, 10 months ago
  28. 13b0beb Add docs/use-psa-crypto.md by Manuel Pégourié-Gonnard · 3 years, 10 months ago
  29. 7dd2f50 Allow configuring MBEDTLS_TLS_EXT_CID at compile time by Gilles Peskine · 4 years, 3 months ago
  30. 7828ca2 Fix typos pointed out by check_names by Yuto Takano · 4 years ago
  31. 9cd7065 No other headers are included by mbedtls_config.h by Bence Szépkúti · 4 years, 1 month ago
  32. 1b2a883 Correct documentation references to Mbed TLS by Bence Szépkúti · 4 years, 1 month ago
  33. 5c70c14 Remove def directive for version symbol by Bence Szépkúti · 4 years, 1 month ago
  34. 1cafe5c Base config compat check on MBETLS_VERSION_NUMBER by Bence Szépkúti · 4 years, 1 month ago
  35. 2bb7456 Base the config version on MBEDTLS_VERSION_NUMBER by Bence Szépkúti · 4 years, 1 month ago
  36. ba7248a Introduce versioning in the config files by Bence Szépkúti · 4 years, 2 months ago
  37. 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]
  38. c5c9eb4 Move preprocessor logic to build_info.h by Bence Szépkúti · 4 years, 2 months ago
  39. e9bc857 Merge pull request #4552 from hanno-arm/mbedtls_3_0_key_export by Gilles Peskine · 4 years, 1 month ago
  40. 3e7ddb2 Merge pull request #4604 from gilles-peskine-arm/default-hashes-curves-3.0 by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  41. 508d3a5 Merge pull request #4664 from tom-daubney-arm/rm_truncated_HMAC_ext by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  42. a805d57 Merge pull request #4588 from TRodziewicz/remove_MD2_MD4_RC4_Blowfish_and_XTEA by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  43. 2d6e6f8 Remove '_ext' suffix from SSL key exporter API by Hanno Becker · 4 years, 2 months ago
  44. ae35830 Merge pull request #4661 from mpg/make-blinding-mandatory by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  45. 75628d5 Code review fixes by TRodziewicz · 4 years, 1 month ago
  46. 5752e59 Reduce the default ECP window size by Gilles Peskine · 4 years, 2 months ago
  47. ae270bf Upgrade the default TLS hash and curve selection, matching X.509 by Gilles Peskine · 4 years, 2 months ago
  48. d51aaad Remove config option MBEDTLS_ECP_NO_INTERNAL_RNG by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  49. 4a7010d Removes MBEDTLS_SSL_TRUNCATED_HMAC config option by Thomas Daubney · 4 years, 1 month ago
  50. 15a7b73 Documentation rewording by TRodziewicz · 4 years, 1 month ago
  51. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  52. 90f304f Fixing test_clang_opt (asm not defined) by TRodziewicz · 4 years, 2 months ago
  53. d854083 Move part of timing module out of the library by TRodziewicz · 4 years, 2 months ago
  54. 8cad2e2 Merge pull request #4595 from gilles-peskine-arm/alt-dummy-headers-3.0 by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  55. d0b1630 Determine MBEDTLS_ECP_MAX_BITS automatically by Gilles Peskine · 4 years, 2 months ago
  56. 8476f2f Turn _SSL_SRV_RESPECT_CLIENT_PREFERENCE config option to a runtime option by TRodziewicz · 4 years, 2 months ago
  57. 02b76b7 Merge pull request #4619 from TRodziewicz/remove_MBEDTLS_X509_CHECK_x_KEY_USAGE_options by Gilles Peskine · 4 years, 2 months ago
  58. 3ecb92e Remove _X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION by TRodziewicz · 4 years, 3 months ago
  59. 0730cd5 Merge branch 'development' into Remove__CHECK_PARAMS_option by TRodziewicz · 4 years, 2 months ago
  60. 442fdc2 Remove MBEDTLS_X509_CHECK_*_KEY_USAGE options but enable the code by TRodziewicz · 4 years, 2 months ago
  61. 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
  62. 537e643 Corrects documentation issues by Thomas Daubney · 4 years, 2 months ago
  63. 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
  64. 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
  65. 8f4eaca Removes MBEDTLS_ECDH_LEGACY_CONTEXT from config.h by Thomas Daubney · 4 years, 2 months ago
  66. f059e74 Re-wording ChangeLog and reverting overzealous removal from config.h by TRodziewicz · 4 years, 2 months ago
  67. 3670e38 Remove 3DES ciphersuites by TRodziewicz · 4 years, 2 months ago
  68. dee975a Remove MBEDTLS_X509_ALLOW_EXTENSIONS_NON_V3 option by TRodziewicz · 4 years, 2 months ago
  69. cc70741 Remove MBEDTLS_CHECK_PARAMS option by TRodziewicz · 4 years, 3 months ago
  70. 1e660ed Change the comment wording in config.h by TRodziewicz · 4 years, 2 months ago
  71. 46cccb8 _SSL_DTLS_BADMAC_LIMIT config.h option removed by TRodziewicz · 4 years, 3 months ago
  72. e8dd709 Combine MBEDTLS_SSL_<CID-TLS1_3>_PADDING_GRANULARITY options by TRodziewicz · 4 years, 3 months ago
  73. 6370dbe Remove the _SSL_FALLBACK_ parts by TRodziewicz · 4 years, 3 months ago
  74. 2812605 Removal of constants and functions and a new ChangeLog file by TRodziewicz · 4 years, 3 months ago
  75. 0f82ec6 Remove the TLS 1.0 and 1.1 support by TRodziewicz · 4 years, 3 months ago
  76. 17011a3 Merge branch 'development' into convert_NO_SHA384_to_positive by Mateusz Starzyk · 4 years, 2 months ago
  77. 1af28f9 Fix SHA224 documentation in default config. by Mateusz Starzyk · 4 years, 2 months ago
  78. 729fa5b Merge pull request #4450 from mstarzyk-mobica/remove_null_entropy by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  79. 2213871 Merge pull request #4489 from TRodziewicz/Remove__SSL_RECORD_CHECKING by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  80. 9d2d6c9 Clarfiy SHA224 and SHA256 documentation by Mateusz Starzyk · 4 years, 2 months ago
  81. c722ebb Update SHA-224 documentation. by Mateusz Starzyk · 4 years, 3 months ago
  82. 4228f89 Merge branch 'development' into convert_NO_SHA384_to_positive by Mateusz Starzyk · 4 years, 3 months ago
  83. fdcde47 Merge pull request #4458 from davidhorstmann-arm/remove-max-content-len by Ronald Cron · 4 years, 2 months ago
  84. 102c89e Remove the MBEDTLS_SSL_RECORD_CHECKING option by TRodziewicz · 4 years, 3 months ago
  85. 72f60df Remove MBEDTLS_TEST_NULL_ENTROPY config option. by Mateusz Starzyk · 4 years, 3 months ago
  86. 1e8ca12 Fix typos in C header files by Tobias Nießen · 4 years, 3 months ago
  87. 95d516f Remove MBEDTLS_SSL_MAX_CONTENT_LEN option by David Horstmann · 4 years, 3 months ago
  88. 6326a8d Fix SHA definitions and their dependencies in library and test suites. by Mateusz Starzyk · 4 years, 3 months ago
  89. b548cda Merge pull request #4397 from TRodziewicz/change_config_h_defaults by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  90. 532ca93 Trailing spaces removed from comments in config.h by Tomasz Rodziewicz · 4 years, 3 months ago
  91. 1fc7c4c Update config.h by Tomasz Rodziewicz · 4 years, 3 months ago
  92. dd57b2f Merge pull request #4445 from TRodziewicz/remove_deprecated_things_-_remainder by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  93. 6c3fe31 Update config.h by Tomasz Rodziewicz · 4 years, 3 months ago
  94. c1c479f Fllow-up of the review: ChangeLog expansion, mmigration guides added and comments fixed by TRodziewicz · 4 years, 3 months ago
  95. 98d00d0 Merge pull request #4426 from ronald-cron-arm/remove-enable-weak-ciphersuites by Ronald Cron · 4 years, 3 months ago
  96. 85dfc4d Applying current changes by TRodziewicz · 4 years, 3 months ago
  97. 18efb73 Remove deprecated functions and constants. by TRodziewicz · 4 years, 3 months ago
  98. 1a85d3b Merge pull request #4146 from stevew817/allow_skipping_3des_cmac_when_alt by Ronald Cron · 4 years, 3 months ago
  99. e66f49c Merge branch 'development_3.0' into change_config_h_defaults by Tomasz Rodziewicz · 4 years, 3 months ago
  100. e3c48b4 Separate SHA224 from SHA256 config options. by Mateusz Starzyk · 4 years, 3 months ago