1. 86b9d3f documentation of mbedtls_ssl_async_sign_t with RSA: update to PSA by Gilles Peskine · 4 months ago
  2. 232da48 Merge pull request #9421 from mfil/feature/implement_tls_exporter by David Horstmann · 3 months ago
  3. ed4a2b4 Merge branch 'development-restricted' into merge-from-restricted by Manuel Pégourié-Gonnard · 4 months ago
  4. 9c5bae5 Fix max. label length in key material exporter by Max Fillinger · 8 months ago
  5. 53d9168 Document BAD_INPUT_DATA error in key material exporter by Max Fillinger · 8 months ago
  6. c6fd1a2 Use one maximum key_len for all exported keys by Max Fillinger · 9 months ago
  7. 3e12918 Fix output size check for key material exporter by Max Fillinger · 9 months ago
  8. 2fe35f6 Create MBEDTLS_SSL_KEYING_MATERIAL_EXPORT option by Max Fillinger · 9 months ago
  9. 281fb79 Remove TLS 1.2 Exporter if we don't have randbytes by Max Fillinger · 9 months ago
  10. e10c984 Fix coding style by Max Fillinger · 10 months ago
  11. 7b72220 Fix coding style by Max Fillinger · 10 months ago
  12. ae7d66a Fix doxygen comment parameter name by Max Fillinger · 10 months ago
  13. 5561994 Fix typos in comment by Max Fillinger · 10 months ago
  14. 9c9989f Fix mismatches in function declarations by Max Fillinger · 12 months ago
  15. bd81c9d Implement TLS-Exporter feature by Max Fillinger · 1 year ago
  16. 7a84f0f removed rng parameters from struct mbedtls_ssl_config by Ben Taylor · 4 months ago
  17. 47111a1 initial remove of mbedtls_ssl_conf_rng by Ben Taylor · 5 months ago
  18. e99e591 Remove key exchange based on encryption/decryption by Gabor Mezei · 5 months ago
  19. e1e2730 Remove `MBEDTLS_KEY_EXCHANGE_RSA_ENABLED` config option by Gabor Mezei · 5 months ago
  20. a2a0c2c Merge remote-tracking branch 'origin/features/tls-defragmentation/development' into feature_merge_defragmentation_dev by Minos Galanakis · 5 months ago
  21. 2b78a5a State globally that the limitations don't apply to DTLS by Gilles Peskine · 5 months ago
  22. d9c8580 Clarify DTLS by Gilles Peskine · 5 months ago
  23. 80faced ClientHello may be fragmented in renegotiation by Gilles Peskine · 5 months ago
  24. d8f9e22 Move the defragmentation documentation to mbedtls_ssl_handshake by Gilles Peskine · 5 months ago
  25. 36edd48 Document the limitations of TLS handshake message defragmentation by Gilles Peskine · 5 months ago
  26. 15fd5c9 ssl: remove support for MBEDTLS_DHM_C by Valerio Setti · 6 months ago
  27. eb2d29e Document the need to call mbedtls_ssl_set_hostname by Gilles Peskine · 5 months ago
  28. 96073fb Improve documentation of mbedtls_ssl_set_hostname by Gilles Peskine · 5 months ago
  29. 825c3d0 Add a note about calling mbedtls_ssl_set_hostname to mbedtls_ssl_setup by Gilles Peskine · 5 months ago
  30. 59a5117 Create error code for mbedtls_ssl_set_hostname not called by Gilles Peskine · 5 months ago
  31. 434016e Keep track of whether mbedtls_ssl_set_hostname() has been called by Gilles Peskine · 5 months ago
  32. 28f8e20 Merge pull request #9872 from rojer/tls_hs_defrag_in by Manuel Pégourié-Gonnard · 5 months ago
  33. 95fe2a6 Add a flags field to mbedtls_ssl_context by Gilles Peskine · 5 months ago
  34. aa2594a Make ticket_alpn field private by Gilles Peskine · 5 months ago
  35. dd14c0a Remove in_hshdr by Deomid rojer Ryabkov · 5 months ago
  36. 89743b5 ssl_tls: remove code related to DHE-RSA by Valerio Setti · 6 months ago
  37. 11ae619 Rm dead !USE_PSA code: SSL headers (part 1) by Manuel Pégourié-Gonnard · 6 months ago
  38. 189dcf6 Merge pull request #9910 from valeriosetti/issue9684 by Ronald Cron · 6 months ago gh-readonly-queue/development/pr-9910-7e1154c959fec59aabb9dfa60daed067d0779026
  39. 48659a1 ssl_tls: remove usage of DHE-PSK by Valerio Setti · 6 months ago
  40. 6b72016 Remove mbedtls_ssl_conf::curve_list by Manuel Pégourié-Gonnard · 6 months ago
  41. 93d4591 Remove deprecated function mbedtls_ssl_conf_curves() by Manuel Pégourié-Gonnard · 6 months ago
  42. ac2cf1f Defragment incoming TLS handshake messages by Deomid rojer Ryabkov · 1 year, 5 months ago
  43. 130ece0 Remove USE_PSA references from SSL documentation by Janos Follath · 8 months ago
  44. ac767e5 Remove MBEDTLS_KEY_EXCHANGE_RSA_PSK_ENABLED by Gilles Peskine · 10 months ago
  45. 9fc5be0 Replace MBEDTLS_MD_CAN_SHA1 with PSA_WANT_ALG_SHA_1 by Elena Uziunaite · 11 months ago
  46. 83a0d9d Replace MBEDTLS_SSL_HAVE_GCM with PSA_WANT_ALG_GCM by Elena Uziunaite · 1 year, 1 month ago
  47. 6121a34 Replace MBEDTLS_SSL_HAVE_AES with PSA_WANT_KEY_TYPE_AES by Elena Uziunaite · 1 year, 1 month ago
  48. 4e6a368 Replace MBEDTLS_MD_CAN_SHA256 in md.h, ssl.h, and entropy.h by Elena Uziunaite · 1 year, 1 month ago
  49. cf5e3dd Replace MBEDTLS_MD_CAN_SHA384 in md.h and ssl.h by Elena Uziunaite · 1 year, 1 month ago
  50. 3504c88 Fix incorrect array length in function prototype by Sam Berry · 1 year, 2 months ago
  51. fe15d90 tls13: Fix doc of mbedtls_ssl_session_set() - 2 by Ronald Cron · 1 year, 4 months ago
  52. d85eeae tls13: Fix doc of mbedtls_ssl_session_set() - 1 by Ronald Cron · 1 year, 4 months ago
  53. 66a206c tls13: Fix doc of mbedtls_ssl_session_get() - 2 by Ronald Cron · 1 year, 4 months ago
  54. 81bb589 tls13: Fix doc of mbedtls_ssl_session_get() - 1 by Ronald Cron · 1 year, 4 months ago
  55. 9314df6 tls: Fix doc of mbedtls_ssl_session_save() by Ronald Cron · 1 year, 4 months ago
  56. c9db499 Merge pull request #8930 from ronald-cron-arm/tls13-doc-update by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  57. 3996ebc Fix documentation about anti-replay defenses by Ronald Cron · 1 year, 4 months ago
  58. 933aec8 Remove experimental warnings related to early data by Ronald Cron · 1 year, 4 months ago
  59. 1987a7c Document that we do not implement the anti-replay defenses by Ronald Cron · 1 year, 5 months ago
  60. 5bc5263 Add code improvments and refactoring in dealing with ALPN by Waleed Elmelegy · 1 year, 5 months ago
  61. 883f77c Add mbedtls_ssl_session_set_alpn() function by Waleed Elmelegy · 1 year, 5 months ago
  62. 2824a20 Add ALPN information in session tickets by Waleed Elmelegy · 1 year, 5 months ago
  63. 40043d0 Merge pull request #8884 from ronald-cron-arm/improve-early-data-status by Ronald Cron · 1 year, 5 months ago gh-readonly-queue/development/pr-8884-e95bf7975436a7e28b9ecf4b29e681b583f42485
  64. 60c2f47 Merge pull request #8888 from minosgalanakis/features/add_ssl_session_accessor_8529 by Dave Rodgman · 1 year, 5 months ago
  65. 840de7f tls13: cli: Rename STATUS_NOT_SENT to STATUS_NOT_INDICATED by Ronald Cron · 1 year, 5 months ago
  66. aa35931 tls13: cli: Move definition of MBEDTLS_SSL_EARLY_DATA_STATE_xyz by Ronald Cron · 1 year, 5 months ago
  67. 894df38 tls13: cli: Re-order early data states by Ronald Cron · 1 year, 5 months ago
  68. 3641df2 tls13: cli: Rename STATE_SENT to STATE_IND_SENT by Ronald Cron · 1 year, 5 months ago
  69. 3c5a683 tls13: cli: Rename STATE_NOT_SENT to STATE_NO_IND_SENT by Ronald Cron · 1 year, 5 months ago
  70. 0c80dc1 tls13: cli: Rename STATUS_NOT_SENT to STATUS_NO_IND_SENT by Ronald Cron · 1 year, 5 months ago
  71. 05d7cfb tls13: cli: Rename STATE_UNKNOWN to STATE_IDLE by Ronald Cron · 1 year, 5 months ago
  72. d288466 tls13: cli: Split early data user status and internal state by Ronald Cron · 1 year, 5 months ago
  73. 40d4708 ssl: Added session getter for ciphersuite_id. by Minos Galanakis · 1 year, 5 months ago
  74. 358b448 ssl_ciphersuite: Added getter methods for ciphersuite id. by Minos Galanakis · 1 year, 5 months ago
  75. 2c8c364 ssl: Added getter methods for session id and len. by Minos Galanakis · 1 year, 5 months ago
  76. 19bfe0a tls13: Rename early_data_count to total_early_data_size by Ronald Cron · 1 year, 5 months ago
  77. 26a9811 ssl: Add early_data_count field by Ronald Cron · 1 year, 5 months ago
  78. 9b4e964 Merge pull request #8760 from ronald-cron-arm/tls13-write-early-data by Ronald Cron · 1 year, 5 months ago
  79. 8f1de7e tls13: Improve documentation by Ronald Cron · 1 year, 5 months ago
  80. d406924 Improve comments/documentation by Ronald Cron · 1 year, 5 months ago
  81. 0ecb5fd Merge pull request #8574 from ronald-cron-arm/ssl-tickets by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  82. 028a38b Merge pull request #8661 from BensonLiou/use_init_api by Janos Follath · 1 year, 5 months ago
  83. d6d32b9 tls13: Improve declaration and doc of early data status by Ronald Cron · 1 year, 5 months ago
  84. b9a9b1f tls13: Fix/Improve comments by Ronald Cron · 1 year, 5 months ago
  85. 7fdee8b ssl_session: Reorder some fields to reduce padding by Ronald Cron · 1 year, 6 months ago
  86. 90e2233 tls13: cli: Refine early data status by Ronald Cron · 1 year, 6 months ago
  87. 4caf3ca tls13: srv: Add discard_early_data_record SSL field by Jerry Yu · 1 year, 9 months ago
  88. 78a38f6 tls13: srv: Do not use early_data_status by Ronald Cron · 1 year, 6 months ago
  89. 3b90345 Revert "tls13: Introduce early_data_state SSL context field" by Ronald Cron · 1 year, 6 months ago
  90. 164537c tls13: early data: Improve, add comments by Ronald Cron · 1 year, 6 months ago
  91. ed7d4bf tls13: srv: Simplify mbedtls_ssl_read_early_data() API by Ronald Cron · 1 year, 6 months ago
  92. 44d70a5 tls13: early data: Improve documentation by Ronald Cron · 1 year, 6 months ago
  93. 2c43089 ssl.h: Fix comments by Ronald Cron · 1 year, 6 months ago
  94. 0883b8b tls13: Introduce early_data_state SSL context field by Ronald Cron · 1 year, 6 months ago
  95. 7d21cde ssl.h: Simplify guard by Ronald Cron · 1 year, 6 months ago
  96. 3a04562 Update mbedtls_ssl_read_early_data() definition by Ronald Cron · 1 year, 7 months ago
  97. 032985c Add MBEDTLS_ERR_SSL_RECEIVED_EARLY_DATA error code by Jerry Yu · 1 year, 8 months ago
  98. 5d0ae90 tls13: srv: Refine early data status by Ronald Cron · 1 year, 7 months ago
  99. 149b0e7 ssl.h: Fix comment by Ronald Cron · 1 year, 7 months ago
  100. 3c0072b ssl_ticket.c: Base ticket age check on the ticket creation time by Ronald Cron · 1 year, 8 months ago