1. 29beade Fix build when one of TLS 1.2 or 1.3 is disabled by Max Fillinger · 10 months ago
  2. 7b72220 Fix coding style by Max Fillinger · 10 months ago
  3. 9c9989f Fix mismatches in function declarations by Max Fillinger · 12 months ago
  4. 91cff44 Fix key_len check in TLS-Exporter by Max Fillinger · 12 months ago
  5. bd81c9d Implement TLS-Exporter feature by Max Fillinger · 1 year ago
  6. cd2660f fixed code style by Ben Taylor · 4 months ago
  7. 8224e71 remove NULL guard by Ben Taylor · 4 months ago
  8. c12152e corrected style by Ben Taylor · 4 months ago
  9. 03c05c3 Remove additional line by Ben Taylor · 4 months ago
  10. 9774e9a corrected code style by Ben Taylor · 4 months ago
  11. 1f09146 tidy up syntax by Ben Taylor · 4 months ago
  12. 1cd1e01 Correct code style by Ben Taylor · 4 months ago
  13. d5d7078 removed NR psa-init by Ben Taylor · 4 months ago
  14. 6ff2da1 added further debug by Ben Taylor · 5 months ago
  15. 602b296 pre-test version of the mbedtls_ssl_conf_rng removal by Ben Taylor · 5 months ago
  16. 47111a1 initial remove of mbedtls_ssl_conf_rng by Ben Taylor · 5 months ago
  17. a7e14dc Don't expect added error codes by Gilles Peskine · 11 months ago
  18. e99e591 Remove key exchange based on encryption/decryption by Gabor Mezei · 5 months ago
  19. 5814e3e Remove `MBEDTLS_KEY_EXCHANGE_RSA` key exchange type 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. 15fd5c9 ssl: remove support for MBEDTLS_DHM_C by Valerio Setti · 6 months ago
  22. 28f8e20 Merge pull request #9872 from rojer/tls_hs_defrag_in by Manuel Pégourié-Gonnard · 5 months ago
  23. dd14c0a Remove in_hshdr by Deomid rojer Ryabkov · 6 months ago
  24. 89743b5 ssl_tls: remove code related to DHE-RSA by Valerio Setti · 6 months ago
  25. 07a1edd Rm dead !USE_PSA code: ssl_tls.c (part 2) by Manuel Pégourié-Gonnard · 6 months ago
  26. 88800dd Rm dead !USE_PSA code: ssl_tls.c (part 1) by Manuel Pégourié-Gonnard · 6 months ago
  27. 189dcf6 Merge pull request #9910 from valeriosetti/issue9684 by Ronald Cron · 6 months ago gh-readonly-queue/development/pr-9910-7e1154c959fec59aabb9dfa60daed067d0779026
  28. 3dfe75e Remove mbedtls_ssl_reset_in_out_pointers by Deomid rojer Ryabkov · 6 months ago
  29. 48659a1 ssl_tls: remove usage of DHE-PSK by Valerio Setti · 7 months ago
  30. 6402c35 Remove internal helper mbedtls_ssl_get_groups() by Manuel Pégourié-Gonnard · 7 months ago
  31. 6b72016 Remove mbedtls_ssl_conf::curve_list by Manuel Pégourié-Gonnard · 7 months ago
  32. 93d4591 Remove deprecated function mbedtls_ssl_conf_curves() by Manuel Pégourié-Gonnard · 7 months ago
  33. bc7c523 Remove uses of secp244k1 by Gilles Peskine · 7 months ago
  34. ac2cf1f Defragment incoming TLS handshake messages by Deomid rojer Ryabkov · 1 year, 5 months ago
  35. 8b592d2 Move psa_to_ssl_errors by Ronald Cron · 9 months ago
  36. 712e9a1 Remove MBEDTLS_KEY_EXCHANGE_RSA_PSK by Gilles Peskine · 10 months ago
  37. ac767e5 Remove MBEDTLS_KEY_EXCHANGE_RSA_PSK_ENABLED by Gilles Peskine · 10 months ago
  38. 0f6bc41 Update includes for each library file by Harry Ramsey · 10 months ago
  39. 8c95999 Merge pull request #9544 from eleuzi01/replace-224k1 by Ronald Cron · 11 months ago
  40. 63cb13e Replace MBEDTLS_ECP_HAVE_SECP224K1 with PSA_WANT_ECC_SECP_K1_224 by Elena Uziunaite · 11 months ago
  41. 9fc5be0 Replace MBEDTLS_MD_CAN_SHA1 with PSA_WANT_ALG_SHA_1 by Elena Uziunaite · 11 months ago
  42. 1d98d9d Merge pull request #9526 from mpg/refactor-tls123-verif-dev by David Horstmann · 11 months ago
  43. 5398e58 Fix guards around function now used by 1.3 as well by Manuel Pégourié-Gonnard · 11 months ago
  44. 9e3e991 Fix typos in comments by Manuel Pégourié-Gonnard · 11 months ago
  45. a040548 Improve some comments by Manuel Pégourié-Gonnard · 12 months ago
  46. 19dd9f5 Merge 1.2 and 1.3 certificate verification by Manuel Pégourié-Gonnard · 12 months ago
  47. 908f57d Minor refactoring of generic SSL certificate verif by Manuel Pégourié-Gonnard · 12 months ago
  48. 843a00d Add support for context f_vrfy callback in 1.3 by Manuel Pégourié-Gonnard · 12 months ago
  49. fd800c2 Improve a variable's name by Manuel Pégourié-Gonnard · 12 months ago
  50. 5bdadbb Restrict the scope of a few variables by Manuel Pégourié-Gonnard · 12 months ago
  51. 58ab9ba Allow optional authentication of the server in 1.3 by Manuel Pégourié-Gonnard · 12 months ago
  52. 5f9428a Rm translation code for unused flag by Manuel Pégourié-Gonnard · 12 months ago
  53. e5a916f Simplify certificate curve check for 1.2 by Manuel Pégourié-Gonnard · 12 months ago
  54. 7a4aa4d Make mbedtls_ssl_check_cert_usage() work for 1.3 by Manuel Pégourié-Gonnard · 12 months ago
  55. 94f7022 Clean up mbedtls_ssl_check_cert_usage() by Manuel Pégourié-Gonnard · 12 months ago
  56. c15ef93 Replace `MBEDTLS_MD_CAN_SHA512` with `PSA_WANT_ALG_SHA_512` by Gabor Mezei · 1 year, 2 months ago
  57. da41b60 Replace MBEDTLS_SSL_HAVE_CAMELLIA with PSA_WANT_KEY_TYPE_CAMELLIA by Elena Uziunaite · 1 year, 1 month ago
  58. 6b4cd48 Replace MBEDTLS_ECP_HAVE_SECP384R1 with PSA_WANT_ECC_SECP_R1_384 by Elena Uziunaite · 1 year, 1 month ago
  59. e1171bd Merge pull request #9361 from eleuzi01/replace-key-aria by Gilles Peskine · 12 months ago
  60. 9e54a4f Merge pull request #9369 from eleuzi01/replace-ecc-keys by Gilles Peskine · 12 months ago
  61. 51c85a0 Replace MBEDTLS_SSL_HAVE_ARIA with PSA_WANT_KEY_TYPE_ARIA by Elena Uziunaite · 1 year, 1 month ago
  62. 8dde3b3 Replace MBEDTLS_PK_HAVE_ECC_KEYS with PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY by Elena Uziunaite · 1 year, 1 month ago
  63. c256172 Replace MBEDTLS_SSL_HAVE_CCM with PSA_WANT_ALG_CCM by Elena Uziunaite · 1 year, 1 month ago
  64. be6a471 Merge pull request #9365 from eleuzi01/replace-gcm by Gilles Peskine · 12 months ago
  65. 9c9a3df Merge pull request #9366 from eleuzi01/replace-chachapoly by Gilles Peskine · 12 months ago
  66. 83a0d9d Replace MBEDTLS_SSL_HAVE_GCM with PSA_WANT_ALG_GCM by Elena Uziunaite · 1 year, 1 month ago
  67. 5c70c30 Replace MBEDTLS_SSL_HAVE_CHACHAPOLY with PSA_WANT_ALG_CHACHA20_POLY1305 by Elena Uziunaite · 1 year, 1 month ago
  68. 74342c7 Replace MBEDTLS_SSL_HAVE_CBC with PSA_WANT_ALG_CBC_NO_PADDING by Elena Uziunaite · 1 year, 1 month ago
  69. 6121a34 Replace MBEDTLS_SSL_HAVE_AES with PSA_WANT_KEY_TYPE_AES by Elena Uziunaite · 1 year, 1 month ago
  70. 417d05f Replace MBEDTLS_ECP_HAVE_SECP256R1 with PSA_WANT_ECC_SECP_R1_256 by Elena Uziunaite · 1 year, 1 month ago
  71. e7fdfdb Merge pull request #9123 from eleuzi01/replace-mbedtls-md-can-md5 by Bence Szépkúti · 1 year ago
  72. b449476 Merge pull request #9354 from eleuzi01/replace-ecp-have-secp512r1 by Paul Elliott · 1 year ago
  73. df772da Merge pull request #9358 from eleuzi01/replace-curve by Paul Elliott · 1 year ago
  74. b66a991 Replace MBEDTLS_MD_CAN_MD5 with PSA_WANT_ALG_MD5 by Elena Uziunaite · 1 year, 3 months ago
  75. 9a75ddd Merge pull request #9350 from eleuzi01/replace-ecp-have-secp224r1 by Gilles Peskine · 1 year ago
  76. b8d1087 Replace MBEDTLS_ECP_HAVE_BP*R1 with PSA_WANT counterparts by Elena Uziunaite · 1 year, 1 month ago
  77. 24e24f2 Replace MBEDTLS_ECP_HAVE_SECP521R1 with PSA_WANT_ECC_SECP_R1_521 by Elena Uziunaite · 1 year, 1 month ago
  78. eaa0cf0 Replace MBEDTLS_ECP_HAVE_SECP224R1 with PSA_WANT_ECC_SECP_R1_224 by Elena Uziunaite · 1 year, 1 month ago
  79. cb854d5 Merge pull request #9356 from eleuzi01/replace-ecp-have-secp-k1 by Gilles Peskine · 1 year ago
  80. 9e85c9f Replace MBEDTLS_ECP_HAVE_SECP*K1 with PSA_WANT counterparts by Elena Uziunaite · 1 year, 1 month ago
  81. a363286 Replace MBEDTLS_ECP_HAVE_SECP192R1 with PSA_WANT_ECC_SECP_R1_192 by Elena Uziunaite · 1 year, 1 month ago
  82. 0b5d48e Replace MBEDTLS_ECP_HAVE_CURVE* with PSA_WANT counterparts by Elena Uziunaite · 1 year, 1 month ago
  83. 0916cd7 Replace MBEDTLS_MD_CAN_SHA256 with PSA_WANT_ALG_SHA_256 by Elena Uziunaite · 1 year, 2 months ago
  84. 4efd164 Merge pull request #8983 from Troy-Butler/handle-null-args by Gilles Peskine · 1 year, 1 month ago
  85. 2cf41a2 Merge pull request #9171 from eleuzi01/replace-mbedtls-md-can-sha384 by Ronald Cron · 1 year, 1 month ago
  86. b476d4b Replace MBEDTLS_MD_CAN_SHA384 with PSA_WANT_ALG_SHA_384 by Elena Uziunaite · 1 year, 2 months ago
  87. fcc9afa Replace MBEDTLS_MD_CAN_SHA224 with PSA_WANT_ALG_SHA_224 by Elena Uziunaite · 1 year, 2 months ago
  88. f412720 Merge pull request #9242 from sezrab/fix-function-parameter by Tom Cosgrove · 1 year, 2 months ago
  89. 3504c88 Fix incorrect array length in function prototype by Sam Berry · 1 year, 2 months ago
  90. 54adeab set psk to null in ssl_psk_remove by lhuang04 · 1 year, 2 months ago
  91. a4b773d Merge pull request #6955 from inorick/nofa_no_session_tickets by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  92. 233fcaa tls13: Do not initiate at all resumption if tickets not supported by Ronald Cron · 1 year, 4 months ago
  93. da73abc Fix NULL handling in mbedtls_ssl_config.free() function by Troy-Butler · 1 year, 4 months ago
  94. d36913a Constify parameter of ssl_tls13_session_load by Norbert Fabritius · 2 years, 6 months ago
  95. b70f0fd Merge branch 'development' into 'development-restricted' by Minos Galanakis · 1 year, 4 months ago
  96. 4dfb0e7 Add ALPN checking when accepting early data by Waleed Elmelegy · 1 year, 5 months ago
  97. 131b2ff Fix bug in ALPN negotiating by Waleed Elmelegy · 1 year, 5 months ago
  98. b28ab0a Fix code style in ssl_tls.c by Waleed Elmelegy · 1 year, 5 months ago
  99. daa4da7 Increase ALPN length in saved session to 2 bytes by Waleed Elmelegy · 1 year, 5 months ago
  100. 7dfba34 Fix possible overflow in ALPN length when saving session by Waleed Elmelegy · 1 year, 5 months ago