1. d200296 Remove MBEDTLS_ERR_SSL_BAD_HS_CHANGE_CIPHER_SPEC by Hanno Becker · 2 years, 10 months ago
  2. d934a2a Remove MBEDTLS_ERR_SSL_BAD_HS_CERTIFICATE_VERIFY by Hanno Becker · 2 years, 10 months ago
  3. d3eec78 Remove MBEDTLS_ERR_SSL_BAD_HS_CLIENT_KEY_EXCHANGE_CS by Hanno Becker · 2 years, 10 months ago
  4. 666b5b4 Remove MBEDTLS_ERR_SSL_BAD_HS_CLIENT_KEY_EXCHANGE by Hanno Becker · 2 years, 10 months ago
  5. 029cc2f Remove MBEDTLS_ERR_SSL_BAD_HS_SERVER_HELLO_DONE by Hanno Becker · 2 years, 10 months ago
  6. b24e74b Remove MBEDTLS_ERR_SSL_BAD_HS_CLIENT_KEY_EXCHANGE_RP error code by Hanno Becker · 2 years, 10 months ago
  7. d01fc5f Introduce MBEDTLS_ERR_SSL_HANDSHAKE_FAILURE error code by Hanno Becker · 2 years, 10 months ago
  8. 241c197 Remove MBEDTLS_ERR_SSL_BAD_HS_NEW_SESSION_TICKET by Hanno Becker · 2 years, 10 months ago
  9. bc00044 Rename MBEDTLS_ERR_SSL_BAD_HS_PROTOCOL_VERSION by Hanno Becker · 2 years, 10 months ago
  10. 93636cc Add MBEDTLS_ERR_SSL_UNRECOGNIZED_NAME by Hanno Becker · 2 years, 10 months ago
  11. 2fe5f61 Add generic codes for syntactic and semantic message parsing errors by Hanno Becker · 2 years, 10 months ago
  12. dbf5d2b Improve the instructions in the migration guide by Bence Szépkúti · 2 years, 10 months ago
  13. 1b2a883 Correct documentation references to Mbed TLS by Bence Szépkúti · 2 years, 10 months ago
  14. a1d1f5b Fix typo by Bence Szépkúti · 2 years, 10 months ago
  15. 8a88f62 Merge pull request #4726 from athoelke/at-pbkdf2-doc-fixes by Janos Follath · 2 years, 10 months ago
  16. 5c70c14 Remove def directive for version symbol by Bence Szépkúti · 2 years, 11 months ago
  17. 60c8634 Remove references to MBEDTLS_USER_CONFIG_VERSION by Bence Szépkúti · 2 years, 11 months ago
  18. 1cafe5c Base config compat check on MBETLS_VERSION_NUMBER by Bence Szépkúti · 2 years, 11 months ago
  19. fc04aa2 Remove MBEDTLS_USER_CONFIG_VERSION handling by Bence Szépkúti · 2 years, 11 months ago
  20. 36da4cc Update changelog and migration guide by Bence Szépkúti · 2 years, 11 months ago
  21. 2bb7456 Base the config version on MBEDTLS_VERSION_NUMBER by Bence Szépkúti · 2 years, 11 months ago
  22. b2e23de Make config version symbols optional by Bence Szépkúti · 2 years, 11 months ago
  23. 04982f7 Move version defines to build_info.h by Bence Szépkúti · 2 years, 11 months ago
  24. 8d9132f Fix typo by Bence Szépkúti · 2 years, 11 months ago
  25. 90b79ab Add migration guide and changelog by Bence Szépkúti · 2 years, 11 months ago
  26. c850054 Remove reference to including check_config.h by Bence Szépkúti · 2 years, 11 months ago
  27. d3da503 Move comment closer to relevant code by Bence Szépkúti · 3 years ago
  28. ba7248a Introduce versioning in the config files by Bence Szépkúti · 3 years ago
  29. dba968f Realign Markdown table by Bence Szépkúti · 3 years ago
  30. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 3 years ago
  31. 2893269 Remove reference to obsolete inclusion guard by Bence Szépkúti · 3 years ago
  32. c5c9eb4 Move preprocessor logic to build_info.h by Bence Szépkúti · 3 years ago
  33. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 3 years ago
  34. 5ab7303 Introduce a level of indirection in config header by Bence Szépkúti · 3 years ago
  35. 10bda58 Merge pull request #4259 from CJKay/cmake-config by Dave Rodgman · 2 years, 10 months ago
  36. 63ad854 Merge pull request #4712 from daverodgman/psa_cipher_and_mac_abort_on_error by Dave Rodgman · 2 years, 10 months ago
  37. 83e384d Fix unused parameter warning by Janos Follath · 2 years, 10 months ago
  38. cdfd73a Add ChangeLog entry by Janos Follath · 2 years, 10 months ago
  39. 1107ee4 Add prefix to BYTES_TO_T_UINT_* by Janos Follath · 2 years, 10 months ago
  40. 918708b Merge pull request #4729 from paul-elliott-arm/fix_test_illegal_access by Gilles Peskine · 2 years, 10 months ago
  41. d910305 Fix ecp_check_pub() test cases by Janos Follath · 2 years, 10 months ago
  42. e57dd2d Fix potential free of uninitialised pointer by Paul Elliott · 2 years, 10 months ago
  43. 52d18cd Remove trailing space by Andrew Thoelke · 2 years, 10 months ago
  44. 90d1cb8 Use more standard label name by Dave Rodgman · 2 years, 10 months ago
  45. 3698fa1 Merge pull request #4673 from gilles-peskine-arm/psa_crypto_spm-from_platform_h by Ronald Cron · 2 years, 10 months ago
  46. f9f1bdf Translate MBEDTLS_ERR_PK_BUFFER_TOO_SMALL for PSA by Gilles Peskine · 2 years, 10 months ago
  47. 908982b Fix the build with MBEDTLS_ECP_RESTARTABLE enabled by Gilles Peskine · 2 years, 11 months ago
  48. 16fe8fc Fix unused variable warning by Gilles Peskine · 2 years, 11 months ago
  49. f00f152 Add output size parameter to signature functions by Gilles Peskine · 2 years, 11 months ago
  50. ed68d74 Move buffer size checks up to psa_crypto layer by Paul Elliott · 2 years, 10 months ago
  51. c2b7144 Simplify logic and factor out initial checks by Paul Elliott · 2 years, 10 months ago
  52. 7f429b7 Remove code duplication and fix formatting by Paul Elliott · 2 years, 10 months ago
  53. 87c909a Make auxiliary function static by Paul Elliott · 2 years, 10 months ago
  54. a8940ed Fix documented error codes by Paul Elliott · 2 years, 10 months ago
  55. 1fed4b8 Merge pull request #4720 from gilles-peskine-arm/gcm-finish-outlen by Gilles Peskine · 2 years, 10 months ago
  56. 6f71058 Improve psa_hash_update negative test by Dave Rodgman · 2 years, 10 months ago
  57. a0f4b59 Fixes for PBKDF2 documentation by Andrew Thoelke · 2 years, 10 months ago
  58. 8036bdd Tidy up logic in psa_mac_sign_finish by Dave Rodgman · 2 years, 10 months ago
  59. b5dd7c7 Correct coding style issues by Dave Rodgman · 2 years, 10 months ago
  60. 59e7aac Add ecp_check_pub tests for Curve 448 by Janos Follath · 2 years, 10 months ago
  61. 865a75e Reject low-order points on Curve448 early by Janos Follath · 2 years, 10 months ago
  62. 45af039 Add DoS test case for ecp_check_pub by Janos Follath · 2 years, 10 months ago
  63. 8b8b781 Use mbedtls_mpi_lset() more by Janos Follath · 2 years, 10 months ago
  64. 8c70e81 Move mpi constant macros to bn_mul.h by Janos Follath · 2 years, 10 months ago
  65. e24f1a1 Fix missed driver wrapper tests by Paul Elliott · 2 years, 10 months ago
  66. 16906f9 Add missing frees to generate nonce test by Paul Elliott · 2 years, 10 months ago
  67. 2f1d7f9 Remove redundant ecp_check_pub() tests by Janos Follath · 2 years, 10 months ago
  68. 8081ced Prevent memory leak in ecp_check_pubkey_x25519() by Janos Follath · 2 years, 10 months ago
  69. 5464824 Call abort on error in psa_mac/cipher setup by Dave Rodgman · 2 years, 10 months ago
  70. 685b6a7 Update multipart hash operations to abort on error by Dave Rodgman · 2 years, 10 months ago
  71. 5ae6f75 Add negative tests for psa_abort in hash functions by Dave Rodgman · 2 years, 10 months ago
  72. fedd52c Merge pull request #4707 from gilles-peskine-arm/require-matching-hashlen-rsa-implementation by Gilles Peskine · 2 years, 10 months ago
  73. 5a7be10 Add output_length parameter to mbedtls_gcm_finish by Gilles Peskine · 2 years, 10 months ago
  74. 38e62ae Update cipher and mac functions to abort on error by Dave Rodgman · 2 years, 10 months ago
  75. 647791d Add negative tests for psa_abort in cipher and mac functions by Dave Rodgman · 2 years, 10 months ago
  76. cf2d66e Remove permitting of 8 byte nonce with PolyChaCha by Paul Elliott · 2 years, 10 months ago
  77. f06b92d Merge pull request #4567 from mstarzyk-mobica/gcm_ad by Gilles Peskine · 2 years, 10 months ago
  78. 0187651 Test all set lengths and set/generate nonce orders by Paul Elliott · 2 years, 10 months ago
  79. 3bd5dba Improve generate nonce test by Paul Elliott · 2 years, 10 months ago
  80. 95271f1 Call set_nonce direct rather than by wrapper by Paul Elliott · 2 years, 10 months ago
  81. 8fc4516 Fix compiler errors on many platforms. by Paul Elliott · 2 years, 10 months ago
  82. cb17fc3 Merge pull request #4671 from mpg/x509-crt-profile-public by Dave Rodgman · 2 years, 10 months ago
  83. 4f7cc1b Merge pull request #4713 from gilles-peskine-arm/psa-storage-format-test-lifetimes-3.0 by Ronald Cron · 2 years, 10 months ago
  84. aa5938e Merge pull request #4703 from gilles-peskine-arm/mpi_montmul-null-3.0 by Janos Follath · 2 years, 10 months ago
  85. 939a54c Fix typos and style issues. by Mateusz Starzyk · 2 years, 11 months ago
  86. 469c9f3 Add GCM tests for empty ciphertext/plaintext and empty AD. by Mateusz Starzyk · 2 years, 11 months ago
  87. 58d3a7e Add GCM tests with vectors lengths non-dividable by 16. by Mateusz Starzyk · 2 years, 11 months ago
  88. 032a1ce Remove init_result check from custom gcm test functions. by Mateusz Starzyk · 2 years, 11 months ago
  89. f8a0d4d Fix nested loops set_step in gcm test suite. by Mateusz Starzyk · 2 years, 11 months ago
  90. fc60622 Add customized test functions for GCM update and update_ad. by Mateusz Starzyk · 2 years, 11 months ago
  91. 44a0ae9 Merge pull request #4710 from mstarzyk-mobica/ccm_taglen by Ronald Cron · 2 years, 10 months ago
  92. f9a046e Remove duplicate wipe call in psa_destroy_key by Gilles Peskine · 2 years, 11 months ago
  93. 91466c8 Hopefully clarify the example by Gilles Peskine · 2 years, 11 months ago
  94. 52bb83e Fix mbedtls_svc_key_id_is_null when KEY_ID_ENCODES_OWNER by Gilles Peskine · 3 years ago
  95. 095dadc Fix error in psa_crypto test suite by Dave Rodgman · 2 years, 10 months ago
  96. 56949f6 Make immediate constants unsigned by Gilles Peskine · 3 years ago
  97. 6687cd0 Refuse to destroy read-only keys by Gilles Peskine · 3 years ago
  98. 5764648 Check that attempting to destroy a read-only key fails by Gilles Peskine · 3 years ago
  99. eb7bdaa Add storage tests for lifetimes by Gilles Peskine · 3 years ago
  100. 45a4391 Collect lifetime constructors by Gilles Peskine · 3 years ago