1. 232da48 Merge pull request #9421 from mfil/feature/implement_tls_exporter by David Horstmann · 4 months ago
  2. dba07e1 Add missing ifdef for mbedtls_ssl_tls13_exporter by Max Fillinger · 4 months ago
  3. bc694b3 Fix printf of enum by Gilles Peskine · 5 months ago
  4. 7c1dbef Test split, coalesced-split and empty handshake records by Gilles Peskine · 5 months ago
  5. c67befe Add a log message on every SSL state transition by Gilles Peskine · 5 months ago
  6. f670ba5 Always call mbedtls_ssl_handshake_set_state by Gilles Peskine · 5 months ago
  7. ed4a2b4 Merge branch 'development-restricted' into merge-from-restricted by Manuel Pégourié-Gonnard · 4 months ago
  8. af2035f Fix mistake in previous comment change by Max Fillinger · 8 months ago
  9. ee33b31 Fix HkdfLabel comment by Max Fillinger · 8 months ago
  10. 5826883 Allow maximum label length in Hkdf-Expand-Label by Max Fillinger · 8 months ago
  11. 9c5bae5 Fix max. label length in key material exporter by Max Fillinger · 9 months ago
  12. 53d9168 Document BAD_INPUT_DATA error in key material exporter by Max Fillinger · 9 months ago
  13. c6fd1a2 Use one maximum key_len for all exported keys by Max Fillinger · 9 months ago
  14. 3e12918 Fix output size check for key material exporter by Max Fillinger · 9 months ago
  15. 28916ac Increase allowed output size of HKDF-Expand-Label by Max Fillinger · 9 months ago
  16. 0747388 Fix #endif comment by Max Fillinger · 9 months ago
  17. 2fe35f6 Create MBEDTLS_SSL_KEYING_MATERIAL_EXPORT option by Max Fillinger · 9 months ago
  18. 281fb79 Remove TLS 1.2 Exporter if we don't have randbytes by Max Fillinger · 10 months ago
  19. c9f2c9a Revert "Store randbytes for TLS 1.2 TLS-Exporter" by Max Fillinger · 10 months ago
  20. 155cea0 Use fewer magic numbers in TLS-Exporter functions by Max Fillinger · 10 months ago
  21. f2dda15 Add label length argument to tls_prf_generic() by Max Fillinger · 10 months ago
  22. 48150f5 Store randbytes for TLS 1.2 TLS-Exporter by Max Fillinger · 10 months ago
  23. 29beade Fix build when one of TLS 1.2 or 1.3 is disabled by Max Fillinger · 11 months ago
  24. 7b72220 Fix coding style by Max Fillinger · 11 months ago
  25. 9c9989f Fix mismatches in function declarations by Max Fillinger · 12 months ago
  26. 91cff44 Fix key_len check in TLS-Exporter by Max Fillinger · 12 months ago
  27. 334c367 Simplify mbedtls_ssl_tls13_exporter by Max Fillinger · 12 months ago
  28. 136fe9e Fix commented out function declaration by Max Fillinger · 12 months ago
  29. bd81c9d Implement TLS-Exporter feature by Max Fillinger · 1 year ago
  30. e57ea21 Merge pull request #10042 from bjwtaylor/remove-ssl-conf by Manuel Pégourié-Gonnard · 4 months ago
  31. cd2660f fixed code style by Ben Taylor · 5 months ago
  32. 8224e71 remove NULL guard by Ben Taylor · 5 months ago
  33. c12152e corrected style by Ben Taylor · 5 months ago
  34. 03c05c3 Remove additional line by Ben Taylor · 5 months ago
  35. fb68b8c Remove empty ifdef by Ben Taylor · 5 months ago
  36. 9774e9a corrected code style by Ben Taylor · 5 months ago
  37. 1f09146 tidy up syntax by Ben Taylor · 5 months ago
  38. 1cd1e01 Correct code style by Ben Taylor · 5 months ago
  39. 0deda0e Update debug by Ben Taylor · 5 months ago
  40. d5d7078 removed NR psa-init by Ben Taylor · 5 months ago
  41. 6ff2da1 added further debug by Ben Taylor · 5 months ago
  42. fd52984 resolved ci failures by Ben Taylor · 5 months ago
  43. 602b296 pre-test version of the mbedtls_ssl_conf_rng removal by Ben Taylor · 5 months ago
  44. 47111a1 initial remove of mbedtls_ssl_conf_rng by Ben Taylor · 5 months ago
  45. ba66794 library: remove psa_crypto_se.c from Makefile by Valerio Setti · 5 months ago
  46. 440cb2a Remove RNG from x509 and PK by Ben Taylor · 5 months ago
  47. a7e14dc Don't expect added error codes by Gilles Peskine · 11 months ago
  48. 58535da Only check for certificates if it is supported by Gabor Mezei · 5 months ago
  49. e99e591 Remove key exchange based on encryption/decryption by Gabor Mezei · 5 months ago
  50. 3c7db0e Remove `MBEDTLS_TLS_RSA_*` ciphersuite macros by Gabor Mezei · 5 months ago
  51. 5814e3e Remove `MBEDTLS_KEY_EXCHANGE_RSA` key exchange type by Gabor Mezei · 5 months ago
  52. e1e2730 Remove `MBEDTLS_KEY_EXCHANGE_RSA_ENABLED` config option by Gabor Mezei · 5 months ago
  53. 4515d10 Merge pull request #10039 from bjwtaylor/remove-rng-from-ssl by Manuel Pégourié-Gonnard · 5 months ago gh-readonly-queue/development/pr-10039-94b99721246b48e34969e05c8489c1ccf87e8e86
  54. 1038b22 Reduce the level of logging used in tests by Manuel Pégourié-Gonnard · 5 months ago
  55. 6637ef7 New test function inject_client_content_on_the_wire() by Manuel Pégourié-Gonnard · 6 months ago
  56. a2a0c2c Merge remote-tracking branch 'origin/features/tls-defragmentation/development' into feature_merge_defragmentation_dev by Minos Galanakis · 5 months ago
  57. e26a060 Cleanly reject non-HS in-between HS fragments by Manuel Pégourié-Gonnard · 5 months ago
  58. 857144c removed psa_crypto_init from library as this is supposed to be called by the application by Ben Taylor · 5 months ago
  59. 0cfe54e remove RNG parameters from SSL API's by Ben Taylor · 5 months ago
  60. 816b712 TLS1.2: Check for failures in Finished calculation by David Horstmann · 5 months ago
  61. e34ec86 Fix a log message by Gilles Peskine · 5 months ago
  62. dab1cb5 Note unused variables when debugging is disabled by Gilles Peskine · 5 months ago
  63. b8f1e4b Pacify uncrustify by Gilles Peskine · 5 months ago
  64. afb254c Unify handshake fragment log messages by Gilles Peskine · 5 months ago
  65. 15c072f Fix handshake defragmentation when the record has multiple messages by Gilles Peskine · 5 months ago
  66. 0851ec9 Fix end check before memmove by Gilles Peskine · 5 months ago
  67. 90a9593 Fix dodgy printf calls by Gilles Peskine · 5 months ago
  68. e85ece6 Handshake defragmentation: reassemble incrementally by Gilles Peskine · 5 months ago
  69. 235eae9 mbedtls_ssl_prepare_handshake_record(): log offsets after decryption by Gilles Peskine · 5 months ago
  70. 7a17696 mbedtls_ssl_prepare_handshake_record(): refactor first fragment prep by Gilles Peskine · 5 months ago
  71. 0702772 Tweak handshake fragment log message by Gilles Peskine · 5 months ago
  72. 9bdc8aa Tweak "waiting for more handshake fragments" log message by Gilles Peskine · 5 months ago
  73. d7a4654 library: do not include dhm.c in the build by Valerio Setti · 6 months ago
  74. 15fd5c9 ssl: remove support for MBEDTLS_DHM_C by Valerio Setti · 6 months ago
  75. 5df993d Merge remote-tracking branch 'development' into tls-defragmentation-merge-development-20250303 by Gilles Peskine · 5 months ago
  76. fd89acc ssl_session_reset: preserve HOSTNAME_SET flag by Gilles Peskine · 5 months ago
  77. 488b919 Require calling mbedtls_ssl_set_hostname() for security by Gilles Peskine · 6 months ago
  78. 434016e Keep track of whether mbedtls_ssl_set_hostname() has been called by Gilles Peskine · 6 months ago
  79. 28f8e20 Merge pull request #9872 from rojer/tls_hs_defrag_in by Manuel Pégourié-Gonnard · 5 months ago
  80. b5c079b fix: rename BEFORE_COLON and BC to avoid conflicts by Stefan Gloor · 5 months ago
  81. 6a9cf11 fix: remove superfluous BEFORE_COLON in x509_crl.c by Stefan Gloor · 5 months ago
  82. 4ac4008 Access ssl->hostname through abstractions in certificate verification by Gilles Peskine · 6 months ago
  83. 95fe2a6 Add a flags field to mbedtls_ssl_context by Gilles Peskine · 6 months ago
  84. dd14c0a Remove in_hshdr by Deomid rojer Ryabkov · 6 months ago
  85. b8621b6 ssl_ciphersuites: remove references to DHE-RSA key exchanges by Valerio Setti · 6 months ago
  86. 89743b5 ssl_tls: remove code related to DHE-RSA by Valerio Setti · 6 months ago
  87. cf4e6a1 Remove unused variable in ssl_server.c by Waleed Elmelegy · 6 months ago
  88. be658c4 Merge pull request #9938 from bjwtaylor/ssl-ticket-api by David Horstmann · 6 months ago
  89. afa11db Remove obselete checks due to the introduction of handhsake defragmen... by Deomid rojer Ryabkov · 6 months ago
  90. 2547ae9 Move SSL macro checks from TF-PSA-Crypto to Mbed TLS by Harry Ramsey · 7 months ago
  91. 0c29cf8 Move ssl_ticket to the PSA API by Ben Taylor · 6 months ago
  92. 072c98e Remove empty #if #endif block by Manuel Pégourié-Gonnard · 6 months ago
  93. 53fe26c Update a function's doxygen by Manuel Pégourié-Gonnard · 6 months ago
  94. c7403ed Rm dead !USE_PSA code: ssl_tls12_client (part 2) by Manuel Pégourié-Gonnard · 6 months ago
  95. fef4089 Rm dead !USE_PSA code: ssl_tls12_client (part 1) by Manuel Pégourié-Gonnard · 6 months ago
  96. 8fcfcf9 Appease unifdef by Manuel Pégourié-Gonnard · 6 months ago
  97. 07a1edd Rm dead !USE_PSA code: ssl_tls.c (part 2) by Manuel Pégourié-Gonnard · 6 months ago
  98. 88800dd Rm dead !USE_PSA code: ssl_tls.c (part 1) by Manuel Pégourié-Gonnard · 6 months ago
  99. 1a3959c Rm dead !USE_PSA code: ssl_msg.c by Manuel Pégourié-Gonnard · 6 months ago
  100. df5e1b6 Rm dead !USE_PSA code: ssl_tls12_server.c (part 2) by Manuel Pégourié-Gonnard · 6 months ago