1. cadebe5 fix several format and comment issues by Jerry Yu · 4 years ago
  2. 5d045a8 Stick to 'ephemeral' instead of ECDHE for TLS 1.3 key exchanges by Hanno Becker · 4 years ago
  3. 674f948 Fix typo: algorithmc -> algorithms by Hanno Becker · 4 years ago
  4. d4fa9bc Remove outdated mentioning of version-specific ciphersuite config by Hanno Becker · 4 years ago
  5. a253593 Add Doxygen documentation for TLS 1.3 key exchange macros by Hanno Becker · 4 years ago
  6. 71f1ed6 Add identifiers and API for configuration of TLS 1.3 key exchanges by Hanno Becker · 4 years ago
  7. e486b2d Document use of mbedtls_ssl_conf_ciphersuites() for TLS 1.3 by Hanno Becker · 4 years ago
  8. 3fbc5d3 Merge pull request #4815 from gilles-peskine-arm/generate_errors-multiline-3.0 by Gilles Peskine · 4 years ago
  9. d297157 Move MBEDTLS_ERR_xxx Doxygen comments before the definition by Gilles Peskine · 4 years ago
  10. 8bb9b80 Merge pull request #4806 from hanno-arm/ssl_session_serialization_version by Gilles Peskine · 4 years ago
  11. 5772313 Document temporary overlap of TLS version in SSL context and session by Hanno Becker · 4 years ago
  12. fadbdbb Store TLS version in SSL session structure by Hanno Becker · 4 years ago
  13. 0379942 Explicitly mark mbedtls_ssl_config.respect_cli_pref as private by Hanno Becker · 4 years ago
  14. 95832d8 Explicitly mark mbedtls_ssl_session.exported as private by Hanno Becker · 4 years ago
  15. dc1a3b2 Merge pull request #4724 from hanno-arm/ssl_hs_parse_error_3_0 by Dave Rodgman · 4 years, 1 month ago
  16. c628fc9 Correct and clarify the SSL error code documentation by Dave Rodgman · 4 years, 1 month ago
  17. bb05cd0 Remove MBEDTLS_ERR_SSL_NO_CIPHER_CHOSEN by Dave Rodgman · 4 years, 1 month ago
  18. 53c8689 Introduce new TLS error codes by Dave Rodgman · 4 years, 1 month ago
  19. 096c411 Remove MBEDTLS_ERR_SSL_NO_USABLE_CIPHERSUITE by Dave Rodgman · 4 years, 1 month ago
  20. b561bed Make MBEDTLS_ERR_SSL_HANDSHAKE_FAILURE more generic by Hanno Becker · 4 years, 1 month ago
  21. 90d59dd Remove MBEDTLS_ERR_SSL_BAD_HS_CLIENT_HELLO by Hanno Becker · 4 years, 1 month ago
  22. c3411d4 Remove MBEDTLS_ERR_SSL_BAD_HS_SERVER_HELLO by Hanno Becker · 4 years, 1 month ago
  23. 9ed1ba5 Rename MBEDTLS_ERR_SSL_BAD_HS_CERTIFICATE by Hanno Becker · 4 years, 1 month ago
  24. 5697af0 Remove MBEDTLS_ERR_SSL_BAD_HS_CERTIFICATE_REQUEST by Hanno Becker · 4 years, 1 month ago
  25. cbc8f6f Remove MBEDTLS_ERR_SSL_BAD_HS_SERVER_KEY_EXCHANGE by Hanno Becker · 4 years, 1 month ago
  26. a0ca87e Remove MBEDTLS_ERR_SSL_BAD_HS_FINISHED by Hanno Becker · 4 years, 1 month ago
  27. d200296 Remove MBEDTLS_ERR_SSL_BAD_HS_CHANGE_CIPHER_SPEC by Hanno Becker · 4 years, 1 month ago
  28. d934a2a Remove MBEDTLS_ERR_SSL_BAD_HS_CERTIFICATE_VERIFY by Hanno Becker · 4 years, 1 month ago
  29. d3eec78 Remove MBEDTLS_ERR_SSL_BAD_HS_CLIENT_KEY_EXCHANGE_CS by Hanno Becker · 4 years, 1 month ago
  30. 666b5b4 Remove MBEDTLS_ERR_SSL_BAD_HS_CLIENT_KEY_EXCHANGE by Hanno Becker · 4 years, 1 month ago
  31. 029cc2f Remove MBEDTLS_ERR_SSL_BAD_HS_SERVER_HELLO_DONE by Hanno Becker · 4 years, 1 month ago
  32. b24e74b Remove MBEDTLS_ERR_SSL_BAD_HS_CLIENT_KEY_EXCHANGE_RP error code by Hanno Becker · 4 years, 1 month ago
  33. d01fc5f Introduce MBEDTLS_ERR_SSL_HANDSHAKE_FAILURE error code by Hanno Becker · 4 years, 1 month ago
  34. 241c197 Remove MBEDTLS_ERR_SSL_BAD_HS_NEW_SESSION_TICKET by Hanno Becker · 4 years, 1 month ago
  35. bc00044 Rename MBEDTLS_ERR_SSL_BAD_HS_PROTOCOL_VERSION by Hanno Becker · 4 years, 1 month ago
  36. 93636cc Add MBEDTLS_ERR_SSL_UNRECOGNIZED_NAME by Hanno Becker · 4 years, 1 month ago
  37. 2fe5f61 Add generic codes for syntactic and semantic message parsing errors by Hanno Becker · 4 years, 1 month ago
  38. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
  39. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  40. e9bc857 Merge pull request #4552 from hanno-arm/mbedtls_3_0_key_export by Gilles Peskine · 4 years, 1 month ago
  41. 3e7ddb2 Merge pull request #4604 from gilles-peskine-arm/default-hashes-curves-3.0 by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  42. 508d3a5 Merge pull request #4664 from tom-daubney-arm/rm_truncated_HMAC_ext by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  43. d8f32e7 Move export callback and context to the end of SSL context by Hanno Becker · 4 years, 2 months ago
  44. e0dad72 Remove return value from key export callback by Hanno Becker · 4 years, 2 months ago
  45. 7e6c178 Make key export callback and context connection-specific by Hanno Becker · 4 years, 2 months ago
  46. 22b34f7 Remote key export identifier used for TLS < 1.2. by Hanno Becker · 4 years, 2 months ago
  47. ddc739c Add missing documentation for key export callback parameters by Hanno Becker · 4 years, 2 months ago
  48. 457d616 Define and implement new key export API for Mbed TLS 3.0 by Hanno Becker · 4 years, 2 months ago
  49. 2d6e6f8 Remove '_ext' suffix from SSL key exporter API by Hanno Becker · 4 years, 2 months ago
  50. 78ba2af Remove old key export API by Hanno Becker · 4 years, 2 months ago
  51. 9a32d45 Merge pull request #4517 from hanno-arm/ticket_api_3_0 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  52. 5c5b820 Fix typo in doc'n of session resumption API by Hanno Becker · 4 years, 2 months ago
  53. a03fb29 Document backward compatibility promises for the default TLS profile by Gilles Peskine · 4 years, 2 months ago
  54. a28f0f5 Leave the preference order for hashes unspecified by Gilles Peskine · 4 years, 2 months ago
  55. b1940a7 In TLS, order curves by resource usage, not size by Gilles Peskine · 4 years, 2 months ago
  56. ae270bf Upgrade the default TLS hash and curve selection, matching X.509 by Gilles Peskine · 4 years, 2 months ago
  57. ad5390f Clarify that RNG parameters are mandatory in SSL by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  58. ab4ecfc Improve wording of documentation of new session resumption API by Hanno Becker · 4 years, 2 months ago
  59. d7171e9 Removes truncated HMAC code from ssl.h by Thomas Daubney · 4 years, 2 months ago
  60. cee21d7 Merge pull request #4606 from TRodziewicz/turn__SSL_SRV_RESPECT_CLIENT_PREFERENCE_config_opt_to_runtime_opt by Gilles Peskine · 4 years, 2 months ago
  61. c4c761e Merge remote-tracking branch 'mbedtls/development' into mbedtls_private_with_python by Ronald Cron · 4 years, 2 months ago
  62. 3946f79 Correction according to code review (function and param. names change by TRodziewicz · 4 years, 2 months ago
  63. 8476f2f Turn _SSL_SRV_RESPECT_CLIENT_PREFERENCE config option to a runtime option by TRodziewicz · 4 years, 2 months ago
  64. 16fdab7 Merge pull request #4382 from hanno-arm/max_record_payload_api by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  65. 2abe51c Extend setup_and_run script to cover remaining configurations. by Mateusz Starzyk · 4 years, 2 months ago
  66. 854a25c Merge branch 'development' into mbedtls_private_with_python by Mateusz Starzyk · 4 years, 2 months ago
  67. 9371a40 Stop referencing private constants in documentation by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  68. cac90a1 Hide constants for TLS 1.0 and TLS 1.1 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  69. d60b6c6 Remove per-version ciphersuite configuration API by Hanno Becker · 4 years, 3 months ago
  70. 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
  71. ea62d2f Merge pull request #4369 from hanno-arm/relax_psk_config by Ronald Cron · 4 years, 2 months ago
  72. 196739b Change wording in documentation of PSK configuration by Hanno Becker · 4 years, 2 months ago
  73. e7dce55 Merge branch 'development' into mbedtls_private_with_python by Mateusz Starzyk · 4 years, 2 months ago
  74. 46cccb8 _SSL_DTLS_BADMAC_LIMIT config.h option removed by TRodziewicz · 4 years, 3 months ago
  75. e8dd709 Combine MBEDTLS_SSL_<CID-TLS1_3>_PADDING_GRANULARITY options by TRodziewicz · 4 years, 3 months ago
  76. 9d1ce40 Additional corrections by TRodziewicz · 4 years, 2 months ago
  77. 4ca18aa Corrections after the code review by TRodziewicz · 4 years, 3 months ago
  78. 6370dbe Remove the _SSL_FALLBACK_ parts by TRodziewicz · 4 years, 3 months ago
  79. 2812605 Removal of constants and functions and a new ChangeLog file by TRodziewicz · 4 years, 3 months ago
  80. 0f82ec6 Remove the TLS 1.0 and 1.1 support by TRodziewicz · 4 years, 3 months ago
  81. 88f86f7 Remove copy-pasta from record API documentation by Hanno Becker · 4 years, 2 months ago
  82. ebd6ab7 Improve documentation of record expansion API by Hanno Becker · 4 years, 2 months ago
  83. 80d163d Remove Doxygen references to now-internal MFL query API by Hanno Becker · 4 years, 3 months ago
  84. 2d8e99b Add API to query maximum plaintext size of incoming records by Hanno Becker · 4 years, 3 months ago
  85. be74694 Relax documentation of mbedtls_ssl_get_max_out_record_payload() by Hanno Becker · 4 years, 3 months ago
  86. 9752aad Make query API for state of MFL extension internal by Hanno Becker · 4 years, 3 months ago
  87. c49d15f Use 'version-specific' instead of 'implementation-defined' in API by Hanno Becker · 4 years, 2 months ago
  88. 846f021 Run MBEDTLS_PRIVATE wrapping script on the library. by Mateusz Starzyk · 4 years, 3 months ago
  89. 7fc487c Merge pull request #4347 from hanno-arm/ssl_session_cache_3_0 by Janos Follath · 4 years, 2 months ago
  90. 17011a3 Merge branch 'development' into convert_NO_SHA384_to_positive by Mateusz Starzyk · 4 years, 3 months ago
  91. 2213871 Merge pull request #4489 from TRodziewicz/Remove__SSL_RECORD_CHECKING by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  92. 4228f89 Merge branch 'development' into convert_NO_SHA384_to_positive by Mateusz Starzyk · 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. 5605911 Merge pull request #4447 from hanno-arm/ssl_config_cleanup by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  95. e810bbc Implement 3.0-semantics for mbedtls_ssl_{get,set}_session() by Hanno Becker · 4 years, 3 months ago
  96. 494dc71 Remove mbedtls_ssl_get_session_pointer() by Hanno Becker · 4 years, 3 months ago
  97. 9caed14 Fix typo in ssl session cache documentation by Hanno Becker · 4 years, 3 months ago
  98. 0d05f40 Clarify that session cache query must return free-able session by Hanno Becker · 4 years, 3 months ago
  99. 0248785 Document session cache callbacks by Hanno Becker · 4 years, 3 months ago
  100. 102c89e Remove the MBEDTLS_SSL_RECORD_CHECKING option by TRodziewicz · 4 years, 3 months ago