1. 2cc9dcb Document the need to call mbedtls_ssl_set_hostname by Gilles Peskine · 5 months ago
  2. 538553f Improve documentation of mbedtls_ssl_set_hostname by Gilles Peskine · 5 months ago
  3. 6310e98 Expose mbedtls_ssl_get_hostname_pointer() by Gilles Peskine · 5 months ago
  4. 7d193ac Expand and rectify the documentation of mbedtls_ssl_context::hostname by Gilles Peskine · 5 months ago
  5. 1ecf2c7 Add a note about calling mbedtls_ssl_set_hostname to mbedtls_ssl_setup by Gilles Peskine · 5 months ago
  6. ae59c52 Create configuration option to bypass the mbedtls_ssl_set_hostname check by Gilles Peskine · 5 months ago
  7. 63f958d Create error code for mbedtls_ssl_set_hostname not called by Gilles Peskine · 5 months ago
  8. f33c45f Keep track of whether mbedtls_ssl_set_hostname() has been called by Gilles Peskine · 6 months ago
  9. 520ceb2 Update the documentation of ssl->hostname by Gilles Peskine · 6 months ago
  10. 7ff7965 Update headers by Dave Rodgman · 1 year, 9 months ago
  11. 917dd8b Add new error code for SSL cache entry not found by Gilles Peskine · 1 year, 10 months ago
  12. e5507d5 Fix empty union when TLS is disabled by Gilles Peskine · 2 years, 1 month ago
  13. 532ec20 doxygen: \p commands misuse - review comments by Andrzej Kurek · 2 years, 3 months ago
  14. 96ce1b0 doxygen: fix parameter name typos and misused \p commands by Andrzej Kurek · 2 years, 1 month ago
  15. 07ae208 Document the need to call psa_crypto_init() with USE_PSA_CRYPTO by Gilles Peskine · 2 years, 5 months ago
  16. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  17. 49f99bc Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  18. 4e7892e Additional updates to docs links by Dave Rodgman · 2 years, 10 months ago
  19. 5205c97 Fix a/an typos in doxygen and other comments by Tom Cosgrove · 3 years ago
  20. 2b15075 Fix spelling and typographical errors found by cspell by Tom Cosgrove · 3 years, 2 months ago
  21. 7ef96ea Fix typos in documentation and constants with typo finding tool by bootstrap-prime · 3 years, 2 months ago
  22. 293e452 Fix additional misspellings found by codespell by Andrzej Kurek · 3 years, 4 months ago
  23. 0e7791f Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
  24. ef30d90 Fix spelling of 'reasonable' in comments by Adam Wolf · 6 years ago
  25. 73afe27 Add missing asterisk to doxygen closures by Andrzej Kurek · 3 years, 6 months ago
  26. e833998 Update comment by Gilles Peskine · 3 years, 8 months ago
  27. 7f03d9e mbedtls_ssl_config: Replace bit-fields by separate bytes by Gilles Peskine · 3 years, 8 months ago
  28. 9a0e0af mbedtls_ssl_config, mbedtls_ssl_session: reorder fields by Lukasz Gniadzik · 4 years ago
  29. c8ac785 Document that returning 0 from the recv callback means EOF by Hanno Becker · 4 years ago
  30. f87422f Merge pull request #4427 from gilles-peskine-arm/tls_ext_cid-config-2.x by Manuel Pégourié-Gonnard · 4 years ago
  31. a397443 Move MBEDTLS_ERR_xxx Doxygen comments before the definition by Gilles Peskine · 4 years ago
  32. 5ea63a3 Mention the Montgomery curve exception by Gilles Peskine · 4 years, 1 month ago
  33. 138d9f5 SHA-1 is allowed for handshake signatures by default by Gilles Peskine · 4 years, 1 month ago
  34. 646b78b Document more precisely what goes into the default preset by Gilles Peskine · 4 years, 2 months ago
  35. 02b6fba Fix typos in C header files by Tobias Nießen · 4 years, 3 months ago
  36. 065a1c8 Allow configuring MBEDTLS_TLS_EXT_CID at compile time by Gilles Peskine · 4 years, 3 months ago
  37. 662deb3 Merge pull request #3547 from ronald-cron-arm/psa-openless by Gilles Peskine · 4 years, 8 months ago
  38. 07cc04a Updates to PSA crypto library based on review comments by John Durkop · 4 years, 8 months ago
  39. cf56a0a psa: Move from key handle to key identifier by Ronald Cron · 5 years ago
  40. 0e00519 Add feature support for RSA for PSA crypto config by John Durkop · 4 years, 9 months ago
  41. 2258a4f Do not return a structure, use a return parameter by Johan Pascal · 4 years, 9 months ago
  42. 0dbcd1d Make API safer by Johan Pascal · 4 years, 9 months ago
  43. 20c7db3 API modified so server side can get mki value by Johan Pascal · 4 years, 9 months ago
  44. 76fdf1d Minor fix and improvements by Johan Pascal · 4 years, 9 months ago
  45. d387aa0 style + missing cast by Johan Pascal · 4 years, 10 months ago
  46. aae4d22 Improve code readability +micro optimization +style by Johan Pascal · 4 years, 10 months ago
  47. e79c1e8 style by Johan Pascal · 4 years, 10 months ago
  48. a455cd9 mbedtls_ssl_get_srtp_profile_as_string declared and defined in ssl.h by Johan Pascal · 4 years, 10 months ago
  49. f6417ec mki length feats in a uint16_t by Johan Pascal · 4 years, 10 months ago
  50. 253d026 set protection profile API gets a MBEDTLS_TLS_SRTP_UNSET terminated list by Johan Pascal · 4 years, 10 months ago
  51. 43f9490 SRTP profiles definition use macros only by Johan Pascal · 4 years, 10 months ago
  52. 9bc97ca SRTP-DTLS protection profile configuration list not copied into ssl_config by Johan Pascal · 4 years, 10 months ago
  53. 8526957 Minor style modifications by Johan Pascal · 5 years ago
  54. 65b56ef Change key derivation for srtp by Ron Eldor · 6 years ago
  55. 089c9fe Improve readability by Ron Eldor · 7 years ago
  56. a978804 Style fixes by Ron Eldor · 7 years ago
  57. ef72faf Style fixes by Ron Eldor · 7 years ago
  58. 311b95a Fix compilation errors by Ron Eldor · 7 years ago
  59. 9e90964 Fix doxygen script errors by Ron Eldor · 7 years ago
  60. 349877e Fix idetifier check script error by Ron Eldor · 7 years ago
  61. a37326a Make keyu material length in \ out by Ron Eldor · 7 years ago
  62. 591f162 support mki value by Ron Eldor · 8 years ago
  63. 3adb992 Add mki value and some review comments by Ron Eldor · 8 years ago
  64. 701984d Comply with mbedtls naming rules by Johan Pascal · 8 years ago
  65. c28f1f6 Fix typos in documentation by Johan Pascal · 8 years ago
  66. 2d9470b Improve DTLS SRTP API with a dedicated function to get generated keys by Johan Pascal · 9 years ago
  67. bbc057a Move available dtls srtp profile list to ssl_config by Johan Pascal · 9 years ago
  68. b62bb51 Add RFC5764 - SRTP key generation during DTLS handshake by Johan Pascal · 10 years ago
  69. 2a739c4 Merge pull request #3569 from cm6n/fix_mbedtlssslsetbio_description by Gilles Peskine · 4 years, 11 months ago
  70. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  71. 74e2534 Fix typo in mbedtls_ssl_set_bio description. by Christopher Moynihan · 5 years ago
  72. a92e3de Merge pull request #873 from hanno-arm/ssl_write_client_hello by Manuel Pégourié-Gonnard · 5 years ago
  73. ceef848 Rename TLS 1.3 padding granularity macro by Hanno Becker · 5 years ago
  74. 29e9895 Change TLS 1.3 default padding to no padding by Hanno Becker · 5 years ago
  75. 1399692 Introduce configuration option for TLS 1.3 padding granularity by Hanno Becker · 5 years ago
  76. 8216dd3 Use defines to check alpn ext list validity by Ronald Cron · 5 years ago
  77. b4c0b75 Add error condition for bad user configurations by Hanno Becker · 8 years ago
  78. 2ab47dc Add internal version identifier for TLS 1.3 by Hanno Becker · 5 years ago
  79. 5d318cc Merge pull request #3130 from gbryant-arm/generic-psk by Manuel Pégourié-Gonnard · 5 years ago
  80. 90c6e84 Split the maximum fragment length into two - an input and output MFL by Andrzej Kurek · 5 years ago
  81. e40a2f7 Improve documentation about PSK configuration by Guilhem Bryant · 5 years ago
  82. 5e7d6fd Merge 'mbedtls/development' into merge-crypto-unremoved-20200304 by Gilles Peskine · 5 years ago
  83. eccd888 Rename identifiers containing double-underscore by Gilles Peskine · 5 years ago
  84. 03da084 ssl - improve documentation on mbedtls_ssl_read and PEER_CLOSE_NOTIFY by Andrzej Kurek · 5 years ago
  85. b33cc76 Add I/O buffer length fields to mbedtls_ssl_context by Darryl Green · 6 years ago
  86. a4522e8 Uniformize wording for removal of deprecated things by Manuel Pégourié-Gonnard · 5 years ago
  87. 10edb3e Add comment to matching #endif by Andres Amaya Garcia · 7 years ago
  88. 4156ac1 Wrap deprecations for HW_RECORD_ACCEL with DEPRECATED_REMOVED by Andres Amaya Garcia · 7 years ago
  89. 3f6cc5f Deprecate global func ptrs for MBEDTLS_SSL_HW_RECORD_ACCEL by Andres Amaya Garcia · 7 years ago
  90. 63d813d ssl: Disallow modification of hello.random by export by Jaeden Amero · 6 years ago
  91. b9ca1b0 Fix parameter name in doxygen by Jarno Lamsa · 6 years ago
  92. 5c0e377 Provide serialisation API only if it's enabled by Manuel Pégourié-Gonnard · 6 years ago
  93. 9df5a82 Actually reset the context on save as advertised by Manuel Pégourié-Gonnard · 6 years ago
  94. 13c8e68 Change requirements for setting timer callback by Manuel Pégourié-Gonnard · 6 years ago
  95. 4b7e6b9 Add session saving/loading by Manuel Pégourié-Gonnard · 6 years ago
  96. 4c90e85 Add (stub) header writing and checking by Manuel Pégourié-Gonnard · 6 years ago
  97. 1aaf669 Implement usage checks in context_save() by Manuel Pégourié-Gonnard · 6 years ago
  98. d0a86f9 Clarify documentation of mbedtls_ssl_context_load() by Manuel Pégourié-Gonnard · 6 years ago
  99. 6d8f128 Fix typos, grammar and wording in documentation by Manuel Pégourié-Gonnard · 6 years ago
  100. ac87e28 Declare and document ssl_context_save()/load() by Manuel Pégourié-Gonnard · 6 years ago