1. 9f10979 Merge branch 'mbedtls-3.6-restricted' into mbedtls-3.6.1rc0-pr by David Horstmann · 10 months ago
  2. 5047627 Error translation and init are needed in PSK-only builds as well by Gilles Peskine · 10 months ago
  3. 069bccd Call psa_crypto_init in the library when required for TLS 1.3 by Gilles Peskine · 11 months ago
  4. ce60330 Merge 1.2 and 1.3 certificate verification by Manuel Pégourié-Gonnard · 11 months ago
  5. dee6ffa Add support for context f_vrfy callback in 1.3 by Manuel Pégourié-Gonnard · 11 months ago
  6. e910ac8 Improve a variable's name by Manuel Pégourié-Gonnard · 11 months ago
  7. 523a7e4 Restrict the scope of a few variables by Manuel Pégourié-Gonnard · 11 months ago
  8. cb7f632 tls13: Add support for trusted certificate callback by Ronald Cron · 1 year, 3 months ago
  9. 2b98a4e Allow no authentication of the server in 1.3 by Manuel Pégourié-Gonnard · 11 months ago
  10. e1cc926 Allow optional authentication of the server in 1.3 by Manuel Pégourié-Gonnard · 11 months ago
  11. 4d4c0c7 Add comments about 1.3 server sending no cert by Manuel Pégourié-Gonnard · 11 months ago
  12. 85b864e Rm translation code for unused flag by Manuel Pégourié-Gonnard · 11 months ago
  13. 4938b69 Make mbedtls_ssl_check_cert_usage() work for 1.3 by Manuel Pégourié-Gonnard · 11 months ago
  14. ef41d8c Fix 1.3 failure to update flags for (ext)KeyUsage by Manuel Pégourié-Gonnard · 11 months ago
  15. 400659b Use unsigned long rather than size_t for format string readability by Gilles Peskine · 1 year, 1 month ago
  16. eeb4ff5 Fix uint32_t printed as unsigned int by Gilles Peskine · 1 year, 1 month ago
  17. b32d7ae Fix compilation of ssl_tls13_generic.c when memcpy() is a function-like macro by Tom Cosgrove · 1 year, 3 months ago
  18. 93795f2 tls13: Improve comment about cast to uint32_t by Ronald Cron · 1 year, 4 months ago
  19. 2e7dfd5 tls13: Remove unnecessary cast from size_t to uint32_t by Ronald Cron · 1 year, 4 months ago
  20. 19bfe0a tls13: Rename early_data_count to total_early_data_size by Ronald Cron · 1 year, 4 months ago
  21. 70eab45 tls13: generic: Fix log by Ronald Cron · 1 year, 4 months ago
  22. 8571804 tls13: srv: Enforce maximum size of early data by Ronald Cron · 1 year, 4 months ago
  23. 9b4e964 Merge pull request #8760 from ronald-cron-arm/tls13-write-early-data by Ronald Cron · 1 year, 4 months ago
  24. 5fbd270 tls13: Use a flag not a counter for CCS and HRR handling by Ronald Cron · 1 year, 5 months ago
  25. e273f72 tls13: client: Improve CCS handling by Ronald Cron · 1 year, 5 months ago
  26. e6c80bc Merge pull request #8755 from ronald-cron-arm/tls13-client-early-data-status by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  27. 1d7bc1e Merge pull request #8717 from valeriosetti/issue8030 by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  28. fe59ff7 tls13: Send dummy CCS only once by Ronald Cron · 1 year, 5 months ago
  29. 32c28ce Merge pull request #8715 from valeriosetti/issue7964 by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  30. b4f5076 debug: move internal functions declarations to an internal header file by Valerio Setti · 1 year, 6 months ago
  31. 4d4891e Merge pull request #8666 from valeriosetti/issue8340 by Gilles Peskine · 1 year, 6 months ago
  32. ecaf7c5 ssl_tls: add guards for enabled DH key types by Valerio Setti · 1 year, 6 months ago
  33. 3ff4724 Fix warning in ssl_tls13_generic.c by Waleed Elmelegy · 1 year, 6 months ago
  34. e1ac98d remove mbedtls_ssl_is_record_size_limit_valid function by Waleed Elmelegy · 1 year, 6 months ago
  35. 148dfb6 Change record size limit writing function by Waleed Elmelegy · 1 year, 6 months ago
  36. faf70bd ssl_tls13_generic: check value of RecordSizeLimit in helper function by Yanray Wang · 1 year, 7 months ago
  37. 3a6059b Merge pull request #7455 from KloolK/record-size-limit/comply-with-limit by Tom Cosgrove · 1 year, 6 months ago
  38. 384fbde library/tests: replace md_psa.h with psa_util.h as include file for MD conversion by Valerio Setti · 1 year, 6 months ago
  39. 049cd30 Refactor record size limit extension handling by Waleed Elmelegy · 1 year, 7 months ago
  40. 26e3698 Revert back checking on handshake messages length by Waleed Elmelegy · 1 year, 7 months ago
  41. 9aec1c7 Add record size checking during handshake by Waleed Elmelegy · 1 year, 7 months ago
  42. f482dcc Comply with the received Record Size Limit extension by Jan Bruckner · 2 years, 4 months ago
  43. c59c586 change prototype of `write_early_data_ext` by Jerry Yu · 1 year, 7 months ago
  44. ebe1de6 fix various issue by Jerry Yu · 1 year, 7 months ago
  45. 5233539 share write_early_data_ext function by Jerry Yu · 1 year, 7 months ago
  46. 16799db update headers by Dave Rodgman · 1 year, 8 months ago
  47. 8e00fe0 Merge pull request #8309 from daverodgman/iar-warnings2 by Dave Rodgman · 1 year, 9 months ago
  48. 2eab462 Fix IAR warnings by Dave Rodgman · 1 year, 9 months ago
  49. 530c423 Improve some debug messages and error codes by Gilles Peskine · 1 year, 9 months ago
  50. 12c5aaa Fix buffer overflow in TLS 1.3 ECDH public key parsing by Gilles Peskine · 1 year, 9 months ago
  51. ff2558a Fix unused variable in some TLS 1.3 builds by Gilles Peskine · 1 year, 10 months ago
  52. 711f853 ssl_tls13: fix guard for FFDH function by Valerio Setti · 1 year, 11 months ago
  53. de8f56e Merge pull request #7884 from valeriosetti/issue7612 by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  54. c9ae862 tls: use TLS 1.3 guards in ssl_tls13 modules by Valerio Setti · 2 years ago
  55. ea59c43 tls: fix a comment a rename a variable/symbol by Valerio Setti · 2 years ago
  56. 6aca2c9 Merge pull request #7716 from mpg/psa-util-internal by Gilles Peskine · 2 years ago
  57. 3d237b5 ssl_misc: fix guards for PSA data used in XXDH key exchanges by Valerio Setti · 2 years ago
  58. 2be8c63 Create psa_util_internal.h by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  59. 408569f Adapt function name: mbedtls_ssl_tls13_generate_and_write_dh_key_exchange by Przemek Stekiel · 2 years ago
  60. 7ac93be Adapt names: dh -> xxdh by Przemek Stekiel · 2 years ago
  61. d5f79e7 Adapt functions names for ffdh by Przemek Stekiel · 2 years ago
  62. 6f19985 Adapt handshake fields to ffdh by Przemek Stekiel · 2 years ago
  63. dbd01cb tls13: fix guards for PSA error translating function by Valerio Setti · 2 years ago
  64. 56b159a Merge pull request #7627 from mprse/ffdh_tls13_v2 by Manuel Pégourié-Gonnard · 2 years ago
  65. a6033ac Add missing guards in tls 1.3 by Andrzej Kurek · 2 years, 1 month ago
  66. 1e4a030 Fix wrong array size calculation in error translation code by Andrzej Kurek · 2 years, 1 month ago
  67. 0064484 Optimize error translation code size by Andrzej Kurek · 2 years, 1 month ago
  68. 75a5a9c Code cleanup by Przemek Stekiel · 2 years, 1 month ago
  69. ff9fcbc ssl_client2, ssl_server2: code optimization + guards adaptation by Przemek Stekiel · 2 years, 1 month ago
  70. da4fba6 Further code optimizations by Przemek Stekiel · 2 years, 1 month ago
  71. 29c219c Combine mbedtls_ssl_tls13_generate_and_write_ecdh/ffdh_key_exchange functions by Przemek Stekiel · 2 years, 1 month ago
  72. e7db09b Move FFDH helper functions and macros to more suitable locations by Przemek Stekiel · 2 years, 1 month ago
  73. 6370662 Adapt guards for FFDH by Przemek Stekiel · 2 years, 1 month ago
  74. 947ff56 Replace deprecated functions by Przemek Stekiel · 2 years, 1 month ago
  75. c89f3ea Add support for FFDH in TLS 1.3 by Przemek Stekiel · 2 years, 2 months ago
  76. 02b10d8 Add missing include by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  77. 2d6d993 Use MD<->PSA functions from MD light by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  78. 7343738 Wrap lines which exceed 80 chars in ssl_tls13_generic.c by Xiaokang Qian · 2 years, 3 months ago
  79. eff5673 Improve and align variable names for supported versions data by Ronald Cron · 2 years, 3 months ago
  80. 47dce63 tls13: Add function to search for a supported_versions extension by Ronald Cron · 2 years, 5 months ago
  81. 080a22b ssl_tls13: use PSA_WANT_ALG_ECDH as symbol for marking ECDH capability by Valerio Setti · 2 years, 4 months ago
  82. 0c8ec39 ssl_tls: fix proper guards for accelerated ECDH by Valerio Setti · 2 years, 4 months ago
  83. 90df310 ssl_tls13: fix guards for accel ECDH by Valerio Setti · 2 years, 4 months ago
  84. 1a38e54 Changes from 2nd review by Jan Bruckner · 2 years, 4 months ago
  85. a0589e7 Changes from review by Jan Bruckner · 2 years, 4 months ago
  86. 151f642 Add parsing for Record Size Limit extension in TLS 1.3 by Jan Bruckner · 2 years, 5 months ago
  87. 8a045ce Unify PSA to Mbed TLS error translation by Andrzej Kurek · 2 years, 6 months ago
  88. da7979b Restore debug message removed by mistake by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  89. 43cc127 Fix code style by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  90. b8b07aa Handle errors from functions that now return int by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  91. d7a7a23 Use reset_checksum in reset_transcript_for_hrr by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  92. 6b98001 Replace session_negotiate->ciphersuite with handshake->ciphersuite_info->id by Xiaokang Qian · 2 years, 5 months ago
  93. 7094f66 Remove useless duplicted mbedtls_ssl_tls13_ticket_get_psk by Xiaokang Qian · 2 years, 7 months ago
  94. d05ac5d Add extern apis mbedtls_ticket_get_psk. by Xiaokang Qian · 2 years, 7 months ago
  95. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 6 months ago
  96. 28d4d43 Merge pull request #6863 from valeriosetti/issue6830 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  97. 40d9ca9 tls: remove useless legacy function by Valerio Setti · 2 years, 6 months ago
  98. 141bbe7 tls13: Adjust include files by Jerry Yu · 2 years, 7 months ago
  99. 2cd5ce0 Fix various issues cause rebase to latest code by Xiaokang Qian · 2 years, 8 months ago
  100. ecc2948 Fix format issues by Xiaokang Qian · 2 years, 8 months ago