1. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
  2. fedd52c Merge pull request #4707 from gilles-peskine-arm/require-matching-hashlen-rsa-implementation by Gilles Peskine · 4 years, 1 month ago
  3. f06b92d Merge pull request #4567 from mstarzyk-mobica/gcm_ad by Gilles Peskine · 4 years, 1 month ago
  4. e9bc857 Merge pull request #4552 from hanno-arm/mbedtls_3_0_key_export by Gilles Peskine · 4 years, 1 month ago
  5. 9dbbc29 PK signature function: require exact hash length by Gilles Peskine · 4 years, 1 month ago
  6. 5ec5003 Document the return type change in the migration guide by Dave Rodgman · 4 years, 1 month ago
  7. e7885e5 RSA: Require hashlen to match md_alg when applicable by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  8. 3e7ddb2 Merge pull request #4604 from gilles-peskine-arm/default-hashes-curves-3.0 by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  9. a805d57 Merge pull request #4588 from TRodziewicz/remove_MD2_MD4_RC4_Blowfish_and_XTEA by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  10. f41dc7c Removal of RC4 certs and fixes to docs and tests by TRodziewicz · 4 years, 1 month ago
  11. 7e6c178 Make key export callback and context connection-specific by Hanno Becker · 4 years, 2 months ago
  12. d5c9cc7 Add migration guide for modified key export API by Hanno Becker · 4 years, 2 months ago
  13. 9a32d45 Merge pull request #4517 from hanno-arm/ticket_api_3_0 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  14. ae35830 Merge pull request #4661 from mpg/make-blinding-mandatory by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  15. 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
  16. 3995750 Remove secp256k1 from the default X.509 and TLS profiles by Gilles Peskine · 4 years, 2 months ago
  17. ec78bc4 Meld DEFAULT_ALLOW_SHA1_IN_CERTIFICATES removal migration guide by Gilles Peskine · 4 years, 2 months ago
  18. 6b1f64a Wording clarifications by Gilles Peskine · 4 years, 2 months ago
  19. b1940a7 In TLS, order curves by resource usage, not size by Gilles Peskine · 4 years, 2 months ago
  20. 3758fd6 Changelog entry and migration guide for hash and curve profile upgrades by Gilles Peskine · 4 years, 2 months ago
  21. 8707259 Improve ChangeLog and migration guide entries by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  22. e6e51aa Add ChangeLog and migration guide entries by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  23. bd513bb Enable multiple calls to mbedtls_gcm_update_ad. by Mateusz Starzyk · 4 years, 2 months ago
  24. 15a7b73 Documentation rewording by TRodziewicz · 4 years, 2 months ago
  25. 8f91c72 Code review follow-up corrections by TRodziewicz · 4 years, 2 months ago
  26. 7ff652a Addition of ChangeLog and migration guide entry files. by TRodziewicz · 4 years, 2 months ago
  27. 17575dc Merge pull request #4629 from TRodziewicz/rename_functions_whose_deprecated_variants_have_been_removd by Gilles Peskine · 4 years, 2 months ago
  28. 9c90226 Addition of the migration guide and change log files by TRodziewicz · 4 years, 2 months ago
  29. 28a4a96 Corrections to the docs wording and changes to aux scripts by TRodziewicz · 4 years, 2 months ago
  30. 3946f79 Correction according to code review (function and param. names change by TRodziewicz · 4 years, 2 months ago
  31. 8b223b6 Addition of the migration guide entry file. by TRodziewicz · 4 years, 2 months ago
  32. 1fcd72e change log and migr. guide fixes and _DEPRECATED_REMOVED removed by TRodziewicz · 4 years, 2 months ago
  33. 02b76b7 Merge pull request #4619 from TRodziewicz/remove_MBEDTLS_X509_CHECK_x_KEY_USAGE_options by Gilles Peskine · 4 years, 2 months ago
  34. 2a5e5a2 Correction to the migration guide entry wording by TRodziewicz · 4 years, 2 months ago
  35. 0ea2576 Correction to the migr. guide wording and removal of not needed option by TRodziewicz · 4 years, 2 months ago
  36. b836738 Addition of the migration guide by TRodziewicz · 4 years, 3 months ago
  37. 1e66642 Addition of change log and migration guide files. by TRodziewicz · 4 years, 2 months ago
  38. f8abfa8 Improve migration guide by Ronald Cron · 4 years, 2 months ago
  39. 6fe1bc3 Add change log and migration guide by Ronald Cron · 4 years, 2 months ago
  40. 16fdab7 Merge pull request #4382 from hanno-arm/max_record_payload_api by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  41. 61f292e Fix migration guide for now-removed deprecated functions by Hanno Becker · 4 years, 2 months ago
  42. 0730cd5 Merge branch 'development' into Remove__CHECK_PARAMS_option by TRodziewicz · 4 years, 2 months ago
  43. 442fdc2 Remove MBEDTLS_X509_CHECK_*_KEY_USAGE options but enable the code by TRodziewicz · 4 years, 2 months ago
  44. 13a9776 Editorial improvements by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  45. 3b5a7c1 Update ChangeLog and migration guide by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  46. 84191ea Merge pull request #4315 from Kxuan/feat-pre-compute-tls by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  47. 782c2b9 fix comment, ChangeLog & migration-guide for MBEDTLS_ECP_FIXED_POINT_OPTIM by kXuan · 4 years, 2 months ago
  48. 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
  49. 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
  50. 1b3b27c Merge pull request #4587 from TRodziewicz/remove_3DES_ciphersuites by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  51. 3dafa9b Merge pull request #4555 from ronald-cron-arm/m-ccm-api by Ronald Cron · 4 years, 2 months ago
  52. fe3069b Merge pull request #4585 from mpg/cipher-aead-delayed by Gilles Peskine · 4 years, 2 months ago
  53. c01b87b Fix some typos by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  54. f668bd1 Add migration guide for developers of CCM alternative implementation by Ronald Cron · 4 years, 2 months ago
  55. 22fc906 Add ChangeLog and migration guide for MBEDTLS_ECP_FIXED_POINT_OPTIM by kXuan · 4 years, 2 months ago
  56. 231649a Changing the migration guide entry wording. by TRodziewicz · 4 years, 2 months ago
  57. 4e57f4c Adding removed defines to check_config.h and fixing the migration guide entry. by TRodziewicz · 4 years, 2 months ago
  58. 6d84e91 Merge pull request #4568 from creiter32/to_upstream/csr_critical_extensions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  59. ee57ebe Add ChangeLog and migration guide entries by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  60. 3670e38 Remove 3DES ciphersuites by TRodziewicz · 4 years, 2 months ago
  61. ea62d2f Merge pull request #4369 from hanno-arm/relax_psk_config by Ronald Cron · 4 years, 2 months ago
  62. dee975a Remove MBEDTLS_X509_ALLOW_EXTENSIONS_NON_V3 option by TRodziewicz · 4 years, 2 months ago
  63. 2bec09c Fix typo in migration guide by Hanno Becker · 4 years, 2 months ago
  64. 196739b Change wording in documentation of PSK configuration by Hanno Becker · 4 years, 2 months ago
  65. 062f353 Changes after code review by TRodziewicz · 4 years, 2 months ago
  66. caf2ae0 ChangeLog and migration guide added. by TRodziewicz · 4 years, 3 months ago
  67. 95273f4 Expose flag for critical extensions by Christoph Reiter · 4 years, 6 months ago
  68. 0a02fbb Addition of the migration guide entry. by TRodziewicz · 4 years, 2 months ago
  69. a86c312 Addition of the migration guide entry. by TRodziewicz · 4 years, 2 months ago
  70. b7abba2 Merge pull request #4515 from tom-daubney-arm/remove_rsa_mode_params_2 by Gilles Peskine · 4 years, 2 months ago
  71. 6f96611 Corrections to ChangeLog and Migration guide by Thomas Daubney · 4 years, 2 months ago
  72. 3ca92b1 Re-wording of Migration guide entry by Thomas Daubney · 4 years, 2 months ago
  73. 4ca18aa Corrections after the code review by TRodziewicz · 4 years, 3 months ago
  74. d807060 Addition of migration guide and corrections to the ChangeLog file by TRodziewicz · 4 years, 3 months ago
  75. 2fbbe1d Corrections to ChangeLog and Migration guide by Thomas Daubney · 4 years, 2 months ago
  76. 3bbf4c0 Fix typo in migration guide for ticket API change by Hanno Becker · 4 years, 2 months ago
  77. b2efc4d Add migration guide by Hanno Becker · 4 years, 3 months ago
  78. 62b0d1d Adds ChangeLog and Migration guide entry by Thomas Daubney · 4 years, 2 months ago
  79. 7fc487c Merge pull request #4347 from hanno-arm/ssl_session_cache_3_0 by Janos Follath · 4 years, 2 months ago
  80. ca72287 Merge pull request #4304 from mstarzyk-mobica/convert_NO_SHA384_to_positive by Ronald Cron · 4 years, 2 months ago
  81. 49fef37 Merge pull request #4342 from gilles-peskine-arm/gcm-update-any-length by Ronald Cron · 4 years, 3 months ago
  82. 17011a3 Merge branch 'development' into convert_NO_SHA384_to_positive by Mateusz Starzyk · 4 years, 3 months ago
  83. 3489cc1 Improve migration guide for SHA384 option by Mateusz Starzyk · 4 years, 3 months ago
  84. 15c7b40 Reorder the text to say who is affected first by Gilles Peskine · 4 years, 3 months ago
  85. 7f312c8 Add migration guides for GCM by Gilles Peskine · 4 years, 3 months ago
  86. 729fa5b Merge pull request #4450 from mstarzyk-mobica/remove_null_entropy by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  87. 2396b21 Provide more in-depth migration guide after removal of null entropy. by Mateusz Starzyk · 4 years, 3 months ago
  88. 2213871 Merge pull request #4489 from TRodziewicz/Remove__SSL_RECORD_CHECKING by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  89. 44085de Add migration guide for SHA384 and SHA224 options. by Mateusz Starzyk · 4 years, 3 months ago
  90. 0e3ec27 Merge pull request #4506 from gilles-peskine-arm/array-parameters-to-pointers-sha512 by Ronald Cron · 4 years, 3 months ago
  91. ef80a9c Add migration guide for removed null entropy config option by Mateusz Starzyk · 4 years, 3 months ago
  92. 9039303 Add migration guide by Hanno Becker · 4 years, 3 months ago
  93. fdcde47 Merge pull request #4458 from davidhorstmann-arm/remove-max-content-len by Ronald Cron · 4 years, 3 months ago
  94. e13a23b New line added at the end of the migration guide entry by TRodziewicz · 4 years, 3 months ago
  95. 5605911 Merge pull request #4447 from hanno-arm/ssl_config_cleanup by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  96. 57d7ab7 Correction to migration guide entry wording by TRodziewicz · 4 years, 3 months ago
  97. 67e49a6 Add migration guide by Hanno Becker · 4 years, 3 months ago
  98. 8e184e2 Add migration guide by Hanno Becker · 4 years, 3 months ago
  99. 699d4d7 Add migration guide for new SSL ticket API by Hanno Becker · 4 years, 3 months ago
  100. 548b136 Add migration guide for removal of mbedtls_ssl_get_session_pointer() by Hanno Becker · 4 years, 3 months ago