1. d8a1017 add section headings by Dave Rodgman · 4 years, 1 month ago
  2. 36bb5ff minor updates by Dave Rodgman · 4 years, 1 month ago
  3. d267ec3 Add formatting codes to level 3 headings by Dave Rodgman · 4 years, 1 month ago
  4. a0e8db0 Change headings to level 3 to enable use of sections by Dave Rodgman · 4 years, 1 month ago
  5. 949c21b Minor updates to migration guide by Dave Rodgman · 4 years, 1 month ago
  6. 1cb2331 Remove line that got into the wrong place by Dave Rodgman · 4 years, 1 month ago
  7. 7b0c4de Fix missing part of sentence by Dave Rodgman · 4 years, 1 month ago
  8. 759c010 Fix errors in migration guide by Dave Rodgman · 4 years, 1 month ago
  9. 1aea404 Add a very short summary by Dave Rodgman · 4 years, 1 month ago
  10. e45e640 Re-order to put some more significant items at the top by Dave Rodgman · 4 years, 1 month ago
  11. 8cccbe1 Update the migration guide by Dave Rodgman · 4 years, 1 month ago
  12. dc1a3b2 Merge pull request #4724 from hanno-arm/ssl_hs_parse_error_3_0 by Dave Rodgman · 4 years, 1 month ago
  13. c424098 Change exceptional case for running negative tests by Dave Rodgman · 4 years, 1 month ago
  14. e5b828c Fix error string checked for by ssl-opt.sh negative tests by Dave Rodgman · 4 years, 1 month ago
  15. bec7caf Correct required config flag in ECJPAKE tests by Dave Rodgman · 4 years, 1 month ago
  16. 737237f Fix ECJPAKE test failures by Dave Rodgman · 4 years, 1 month ago
  17. 39bd5a6 Address review comment by Dave Rodgman · 4 years, 1 month ago
  18. c50b717 Update a couple of ssl error codes by Dave Rodgman · 4 years, 1 month ago
  19. 4b60e07 Improve Changelog wording by Dave Rodgman · 4 years, 1 month ago
  20. c628fc9 Correct and clarify the SSL error code documentation by Dave Rodgman · 4 years, 1 month ago
  21. 6ce10be Fix test failure by Dave Rodgman · 4 years, 1 month ago
  22. bed8927 Correct some TLS alerts and error codes by Dave Rodgman · 4 years, 1 month ago
  23. 03edc86 Fix docs in error.h by Dave Rodgman · 4 years, 1 month ago
  24. bb05cd0 Remove MBEDTLS_ERR_SSL_NO_CIPHER_CHOSEN by Dave Rodgman · 4 years, 1 month ago
  25. 53c8689 Introduce new TLS error codes by Dave Rodgman · 4 years, 1 month ago
  26. 096c411 Remove MBEDTLS_ERR_SSL_NO_USABLE_CIPHERSUITE by Dave Rodgman · 4 years, 1 month ago
  27. 8588940 Improve changelog by Dave Rodgman · 4 years, 1 month ago
  28. 43fcb8d Address review feedback by Dave Rodgman · 4 years, 1 month ago
  29. 8682fae Merge pull request #4694 from gilles-peskine-arm/out_size-3.0 by Ronald Cron · 4 years, 1 month ago
  30. 55a4d93 Merge pull request #4589 from bensze01/split_config by Dave Rodgman · 4 years, 1 month ago
  31. e55a821 Remove explicit link to MBEDTLS_CONFIG_FILE by Bence Szépkúti · 4 years, 1 month ago
  32. 5e2743f Mention MBEDTLS_CONFIG_FILE in build_info.h docs by Bence Szépkúti · 4 years, 1 month ago
  33. 9cd7065 No other headers are included by mbedtls_config.h by Bence Szépkúti · 4 years, 1 month ago
  34. 4a9d1bf Remove check_config.h inclusion from ecc-heap.sh by Bence Szépkúti · 4 years, 1 month ago
  35. 414d6bd Fix pre-existing typo in comment by Bence Szépkúti · 4 years, 1 month ago
  36. e8dbd53 Update error code for cert parsing failure by Dave Rodgman · 4 years, 1 month ago
  37. 5f8c18b Update error code from ssl_parse_signature_algorithm by Dave Rodgman · 4 years, 1 month ago
  38. 8f12739 Update alert message for parsing PSK hint by Dave Rodgman · 4 years, 1 month ago
  39. b561bed Make MBEDTLS_ERR_SSL_HANDSHAKE_FAILURE more generic by Hanno Becker · 4 years, 1 month ago
  40. 77b4a65 Address review feedback by Hanno Becker · 4 years, 1 month ago
  41. 2fc9a65 Address review feedback by Hanno Becker · 4 years, 1 month ago
  42. 2e3ecda Adust migration guide for SSL error codes by Hanno Becker · 4 years, 1 month ago
  43. 90d59dd Remove MBEDTLS_ERR_SSL_BAD_HS_CLIENT_HELLO by Hanno Becker · 4 years, 1 month ago
  44. c3411d4 Remove MBEDTLS_ERR_SSL_BAD_HS_SERVER_HELLO by Hanno Becker · 4 years, 1 month ago
  45. 9ed1ba5 Rename MBEDTLS_ERR_SSL_BAD_HS_CERTIFICATE by Hanno Becker · 4 years, 1 month ago
  46. 5697af0 Remove MBEDTLS_ERR_SSL_BAD_HS_CERTIFICATE_REQUEST by Hanno Becker · 4 years, 1 month ago
  47. cbc8f6f Remove MBEDTLS_ERR_SSL_BAD_HS_SERVER_KEY_EXCHANGE by Hanno Becker · 4 years, 1 month ago
  48. a0ca87e Remove MBEDTLS_ERR_SSL_BAD_HS_FINISHED by Hanno Becker · 4 years, 1 month ago
  49. d200296 Remove MBEDTLS_ERR_SSL_BAD_HS_CHANGE_CIPHER_SPEC by Hanno Becker · 4 years, 1 month ago
  50. d934a2a Remove MBEDTLS_ERR_SSL_BAD_HS_CERTIFICATE_VERIFY by Hanno Becker · 4 years, 1 month ago
  51. d3eec78 Remove MBEDTLS_ERR_SSL_BAD_HS_CLIENT_KEY_EXCHANGE_CS by Hanno Becker · 4 years, 1 month ago
  52. 666b5b4 Remove MBEDTLS_ERR_SSL_BAD_HS_CLIENT_KEY_EXCHANGE by Hanno Becker · 4 years, 1 month ago
  53. 029cc2f Remove MBEDTLS_ERR_SSL_BAD_HS_SERVER_HELLO_DONE by Hanno Becker · 4 years, 1 month ago
  54. b24e74b Remove MBEDTLS_ERR_SSL_BAD_HS_CLIENT_KEY_EXCHANGE_RP error code by Hanno Becker · 4 years, 1 month ago
  55. d01fc5f Introduce MBEDTLS_ERR_SSL_HANDSHAKE_FAILURE error code by Hanno Becker · 4 years, 1 month ago
  56. 241c197 Remove MBEDTLS_ERR_SSL_BAD_HS_NEW_SESSION_TICKET by Hanno Becker · 4 years, 1 month ago
  57. bc00044 Rename MBEDTLS_ERR_SSL_BAD_HS_PROTOCOL_VERSION by Hanno Becker · 4 years, 1 month ago
  58. 93636cc Add MBEDTLS_ERR_SSL_UNRECOGNIZED_NAME by Hanno Becker · 4 years, 1 month ago
  59. 2fe5f61 Add generic codes for syntactic and semantic message parsing errors by Hanno Becker · 4 years, 1 month ago
  60. dbf5d2b Improve the instructions in the migration guide by Bence Szépkúti · 4 years, 1 month ago
  61. 1b2a883 Correct documentation references to Mbed TLS by Bence Szépkúti · 4 years, 1 month ago
  62. a1d1f5b Fix typo by Bence Szépkúti · 4 years, 1 month ago
  63. 8a88f62 Merge pull request #4726 from athoelke/at-pbkdf2-doc-fixes by Janos Follath · 4 years, 1 month ago
  64. 5c70c14 Remove def directive for version symbol by Bence Szépkúti · 4 years, 2 months ago
  65. 60c8634 Remove references to MBEDTLS_USER_CONFIG_VERSION by Bence Szépkúti · 4 years, 2 months ago
  66. 1cafe5c Base config compat check on MBETLS_VERSION_NUMBER by Bence Szépkúti · 4 years, 2 months ago
  67. fc04aa2 Remove MBEDTLS_USER_CONFIG_VERSION handling by Bence Szépkúti · 4 years, 2 months ago
  68. 36da4cc Update changelog and migration guide by Bence Szépkúti · 4 years, 2 months ago
  69. 2bb7456 Base the config version on MBEDTLS_VERSION_NUMBER by Bence Szépkúti · 4 years, 2 months ago
  70. b2e23de Make config version symbols optional by Bence Szépkúti · 4 years, 2 months ago
  71. 04982f7 Move version defines to build_info.h by Bence Szépkúti · 4 years, 2 months ago
  72. 8d9132f Fix typo by Bence Szépkúti · 4 years, 2 months ago
  73. 90b79ab Add migration guide and changelog by Bence Szépkúti · 4 years, 2 months ago
  74. c850054 Remove reference to including check_config.h by Bence Szépkúti · 4 years, 2 months ago
  75. d3da503 Move comment closer to relevant code by Bence Szépkúti · 4 years, 2 months ago
  76. ba7248a Introduce versioning in the config files by Bence Szépkúti · 4 years, 2 months ago
  77. dba968f Realign Markdown table by Bence Szépkúti · 4 years, 2 months ago
  78. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
  79. 2893269 Remove reference to obsolete inclusion guard by Bence Szépkúti · 4 years, 2 months ago
  80. c5c9eb4 Move preprocessor logic to build_info.h by Bence Szépkúti · 4 years, 2 months ago
  81. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  82. 5ab7303 Introduce a level of indirection in config header by Bence Szépkúti · 4 years, 2 months ago
  83. 10bda58 Merge pull request #4259 from CJKay/cmake-config by Dave Rodgman · 4 years, 1 month ago
  84. 63ad854 Merge pull request #4712 from daverodgman/psa_cipher_and_mac_abort_on_error by Dave Rodgman · 4 years, 1 month ago
  85. 918708b Merge pull request #4729 from paul-elliott-arm/fix_test_illegal_access by Gilles Peskine · 4 years, 1 month ago
  86. e57dd2d Fix potential free of uninitialised pointer by Paul Elliott · 4 years, 1 month ago
  87. 52d18cd Remove trailing space by Andrew Thoelke · 4 years, 1 month ago
  88. 90d1cb8 Use more standard label name by Dave Rodgman · 4 years, 1 month ago
  89. 3698fa1 Merge pull request #4673 from gilles-peskine-arm/psa_crypto_spm-from_platform_h by Ronald Cron · 4 years, 1 month ago
  90. f9f1bdf Translate MBEDTLS_ERR_PK_BUFFER_TOO_SMALL for PSA by Gilles Peskine · 4 years, 1 month ago
  91. 908982b Fix the build with MBEDTLS_ECP_RESTARTABLE enabled by Gilles Peskine · 4 years, 2 months ago
  92. 16fe8fc Fix unused variable warning by Gilles Peskine · 4 years, 2 months ago
  93. f00f152 Add output size parameter to signature functions by Gilles Peskine · 4 years, 2 months ago
  94. 1fed4b8 Merge pull request #4720 from gilles-peskine-arm/gcm-finish-outlen by Gilles Peskine · 4 years, 1 month ago
  95. 6f71058 Improve psa_hash_update negative test by Dave Rodgman · 4 years, 1 month ago
  96. a0f4b59 Fixes for PBKDF2 documentation by Andrew Thoelke · 4 years, 1 month ago
  97. 8036bdd Tidy up logic in psa_mac_sign_finish by Dave Rodgman · 4 years, 1 month ago
  98. b5dd7c7 Correct coding style issues by Dave Rodgman · 4 years, 1 month ago
  99. 5464824 Call abort on error in psa_mac/cipher setup by Dave Rodgman · 4 years, 1 month ago
  100. 685b6a7 Update multipart hash operations to abort on error by Dave Rodgman · 4 years, 1 month ago