1. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
  2. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  3. e9bc857 Merge pull request #4552 from hanno-arm/mbedtls_3_0_key_export by Gilles Peskine · 4 years, 1 month ago
  4. 3e7ddb2 Merge pull request #4604 from gilles-peskine-arm/default-hashes-curves-3.0 by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  5. 508d3a5 Merge pull request #4664 from tom-daubney-arm/rm_truncated_HMAC_ext by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  6. d8f32e7 Move export callback and context to the end of SSL context by Hanno Becker · 4 years, 1 month ago
  7. e0dad72 Remove return value from key export callback by Hanno Becker · 4 years, 2 months ago
  8. 7e6c178 Make key export callback and context connection-specific by Hanno Becker · 4 years, 2 months ago
  9. 22b34f7 Remote key export identifier used for TLS < 1.2. by Hanno Becker · 4 years, 2 months ago
  10. ddc739c Add missing documentation for key export callback parameters by Hanno Becker · 4 years, 2 months ago
  11. 457d616 Define and implement new key export API for Mbed TLS 3.0 by Hanno Becker · 4 years, 2 months ago
  12. 2d6e6f8 Remove '_ext' suffix from SSL key exporter API by Hanno Becker · 4 years, 2 months ago
  13. 78ba2af Remove old key export API by Hanno Becker · 4 years, 2 months ago
  14. 9a32d45 Merge pull request #4517 from hanno-arm/ticket_api_3_0 by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  15. 5c5b820 Fix typo in doc'n of session resumption API by Hanno Becker · 4 years, 1 month ago
  16. a03fb29 Document backward compatibility promises for the default TLS profile by Gilles Peskine · 4 years, 1 month ago
  17. a28f0f5 Leave the preference order for hashes unspecified by Gilles Peskine · 4 years, 2 months ago
  18. b1940a7 In TLS, order curves by resource usage, not size by Gilles Peskine · 4 years, 2 months ago
  19. ae270bf Upgrade the default TLS hash and curve selection, matching X.509 by Gilles Peskine · 4 years, 2 months ago
  20. ad5390f Clarify that RNG parameters are mandatory in SSL by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  21. ab4ecfc Improve wording of documentation of new session resumption API by Hanno Becker · 4 years, 1 month ago
  22. d7171e9 Removes truncated HMAC code from ssl.h by Thomas Daubney · 4 years, 1 month ago
  23. 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
  24. c4c761e Merge remote-tracking branch 'mbedtls/development' into mbedtls_private_with_python by Ronald Cron · 4 years, 2 months ago
  25. 3946f79 Correction according to code review (function and param. names change by TRodziewicz · 4 years, 2 months ago
  26. 8476f2f Turn _SSL_SRV_RESPECT_CLIENT_PREFERENCE config option to a runtime option by TRodziewicz · 4 years, 2 months ago
  27. 16fdab7 Merge pull request #4382 from hanno-arm/max_record_payload_api by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  28. 2abe51c Extend setup_and_run script to cover remaining configurations. by Mateusz Starzyk · 4 years, 2 months ago
  29. 854a25c Merge branch 'development' into mbedtls_private_with_python by Mateusz Starzyk · 4 years, 2 months ago
  30. 9371a40 Stop referencing private constants in documentation by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  31. cac90a1 Hide constants for TLS 1.0 and TLS 1.1 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  32. d60b6c6 Remove per-version ciphersuite configuration API by Hanno Becker · 4 years, 3 months ago
  33. 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
  34. ea62d2f Merge pull request #4369 from hanno-arm/relax_psk_config by Ronald Cron · 4 years, 2 months ago
  35. 196739b Change wording in documentation of PSK configuration by Hanno Becker · 4 years, 2 months ago
  36. e7dce55 Merge branch 'development' into mbedtls_private_with_python by Mateusz Starzyk · 4 years, 2 months ago
  37. 46cccb8 _SSL_DTLS_BADMAC_LIMIT config.h option removed by TRodziewicz · 4 years, 3 months ago
  38. e8dd709 Combine MBEDTLS_SSL_<CID-TLS1_3>_PADDING_GRANULARITY options by TRodziewicz · 4 years, 3 months ago
  39. 9d1ce40 Additional corrections by TRodziewicz · 4 years, 2 months ago
  40. 4ca18aa Corrections after the code review by TRodziewicz · 4 years, 2 months ago
  41. 6370dbe Remove the _SSL_FALLBACK_ parts by TRodziewicz · 4 years, 3 months ago
  42. 2812605 Removal of constants and functions and a new ChangeLog file by TRodziewicz · 4 years, 3 months ago
  43. 0f82ec6 Remove the TLS 1.0 and 1.1 support by TRodziewicz · 4 years, 3 months ago
  44. 88f86f7 Remove copy-pasta from record API documentation by Hanno Becker · 4 years, 2 months ago
  45. ebd6ab7 Improve documentation of record expansion API by Hanno Becker · 4 years, 2 months ago
  46. 80d163d Remove Doxygen references to now-internal MFL query API by Hanno Becker · 4 years, 3 months ago
  47. 2d8e99b Add API to query maximum plaintext size of incoming records by Hanno Becker · 4 years, 3 months ago
  48. be74694 Relax documentation of mbedtls_ssl_get_max_out_record_payload() by Hanno Becker · 4 years, 3 months ago
  49. 9752aad Make query API for state of MFL extension internal by Hanno Becker · 4 years, 3 months ago
  50. c49d15f Use 'version-specific' instead of 'implementation-defined' in API by Hanno Becker · 4 years, 2 months ago
  51. 846f021 Run MBEDTLS_PRIVATE wrapping script on the library. by Mateusz Starzyk · 4 years, 2 months ago
  52. 7fc487c Merge pull request #4347 from hanno-arm/ssl_session_cache_3_0 by Janos Follath · 4 years, 2 months ago
  53. 17011a3 Merge branch 'development' into convert_NO_SHA384_to_positive by Mateusz Starzyk · 4 years, 2 months ago
  54. 2213871 Merge pull request #4489 from TRodziewicz/Remove__SSL_RECORD_CHECKING by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  55. 4228f89 Merge branch 'development' into convert_NO_SHA384_to_positive by Mateusz Starzyk · 4 years, 3 months ago
  56. fdcde47 Merge pull request #4458 from davidhorstmann-arm/remove-max-content-len by Ronald Cron · 4 years, 2 months ago
  57. 5605911 Merge pull request #4447 from hanno-arm/ssl_config_cleanup by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  58. e810bbc Implement 3.0-semantics for mbedtls_ssl_{get,set}_session() by Hanno Becker · 4 years, 3 months ago
  59. 494dc71 Remove mbedtls_ssl_get_session_pointer() by Hanno Becker · 4 years, 3 months ago
  60. 9caed14 Fix typo in ssl session cache documentation by Hanno Becker · 4 years, 3 months ago
  61. 0d05f40 Clarify that session cache query must return free-able session by Hanno Becker · 4 years, 3 months ago
  62. 0248785 Document session cache callbacks by Hanno Becker · 4 years, 3 months ago
  63. 102c89e Remove the MBEDTLS_SSL_RECORD_CHECKING option by TRodziewicz · 4 years, 3 months ago
  64. 1e8ca12 Fix typos in C header files by Tobias Nießen · 4 years, 3 months ago
  65. 95d516f Remove MBEDTLS_SSL_MAX_CONTENT_LEN option by David Horstmann · 4 years, 3 months ago
  66. 6326a8d Fix SHA definitions and their dependencies in library and test suites. by Mateusz Starzyk · 4 years, 3 months ago
  67. 3268d84 Remove unused error code MBEDTLS_ERR_SSL_CERTIFICATE_REQUIRED by Hanno Becker · 4 years, 3 months ago
  68. 56ee9e5 Remove MBEDTLS_ERR_SSL_INVALID_VERIFY_HASH by Hanno Becker · 4 years, 3 months ago
  69. 91e1cc3 Remove MBEDTLS_ERR_SSL_CERTIFICATE_TOO_LARGE error code by Hanno Becker · 4 years, 3 months ago
  70. eca840f Remove unused MBEDTLS_ERR_SSL_PEER_VERIFY_FAILED by Hanno Becker · 4 years, 3 months ago
  71. b86e588 Remove unused MBEDTLS_ERR_SSL_UNKNOWN_CIPHER by Hanno Becker · 4 years, 3 months ago
  72. 85dfc4d Applying current changes by TRodziewicz · 4 years, 3 months ago
  73. 18efb73 Remove deprecated functions and constants. by TRodziewicz · 4 years, 3 months ago
  74. 946c925 Document new semantics for static PSK configuration by Hanno Becker · 4 years, 3 months ago
  75. c301bd5 Merge branch 'development_3.0' into drop_old_tls_options by Mateusz Starzyk · 4 years, 4 months ago
  76. ccdaf6e Add session ID as explicit parameter to SSL session cache API by Hanno Becker · 4 years, 4 months ago
  77. a637ff6 Introduce typedef for SSL session cache callbacks by Hanno Becker · 4 years, 4 months ago
  78. 9c63568 Remove MBEDTLS_SSL_DEFAULT_TICKET_LIFETIME by Chris Jones · 4 years, 4 months ago
  79. e204dbf Drop support for MBEDTLS_SSL_HW_RECORD_ACCEL. by Mateusz Starzyk · 4 years, 5 months ago
  80. 5224e29 Drop support for RC4 TLS ciphersuites. by Mateusz Starzyk · 4 years, 5 months ago
  81. a3a9984 Drop support for TLS record-level compression. by Mateusz Starzyk · 4 years, 5 months ago
  82. 06b07fb Drop support for SSLv3. by Mateusz Starzyk · 4 years, 5 months ago
  83. 3848e31 Fix internal references in public documentation by Chris Jones · 4 years, 5 months ago
  84. 84a773f Rename ssl_internal.h to ssl_misc.h by Chris Jones · 4 years, 5 months ago
  85. 662deb3 Merge pull request #3547 from ronald-cron-arm/psa-openless by Gilles Peskine · 4 years, 8 months ago
  86. 07cc04a Updates to PSA crypto library based on review comments by John Durkop · 4 years, 9 months ago
  87. cf56a0a psa: Move from key handle to key identifier by Ronald Cron · 5 years ago
  88. 0e00519 Add feature support for RSA for PSA crypto config by John Durkop · 4 years, 9 months ago
  89. 2258a4f Do not return a structure, use a return parameter by Johan Pascal · 4 years, 9 months ago
  90. 0dbcd1d Make API safer by Johan Pascal · 4 years, 9 months ago
  91. 20c7db3 API modified so server side can get mki value by Johan Pascal · 4 years, 9 months ago
  92. 76fdf1d Minor fix and improvements by Johan Pascal · 4 years, 9 months ago
  93. d387aa0 style + missing cast by Johan Pascal · 4 years, 10 months ago
  94. aae4d22 Improve code readability +micro optimization +style by Johan Pascal · 4 years, 10 months ago
  95. e79c1e8 style by Johan Pascal · 4 years, 10 months ago
  96. a455cd9 mbedtls_ssl_get_srtp_profile_as_string declared and defined in ssl.h by Johan Pascal · 4 years, 10 months ago
  97. f6417ec mki length feats in a uint16_t by Johan Pascal · 4 years, 10 months ago
  98. 253d026 set protection profile API gets a MBEDTLS_TLS_SRTP_UNSET terminated list by Johan Pascal · 4 years, 10 months ago
  99. 43f9490 SRTP profiles definition use macros only by Johan Pascal · 4 years, 10 months ago
  100. 9bc97ca SRTP-DTLS protection profile configuration list not copied into ssl_config by Johan Pascal · 4 years, 10 months ago