1. bc5d916 Merge pull request #8554 from yanrayw/issue/8221/fix-tls-suiteB-profile by Tom Cosgrove · 1 year, 7 months ago
  2. f1ba193 Merge pull request #8526 from yanrayw/issue/7011/send_record_size_limit_ext by Tom Cosgrove · 1 year, 7 months ago
  3. ae2213c Merge pull request #8414 from lpy4105/issue/uniform-ssl-check-function by Ronald Cron · 1 year, 7 months ago
  4. f501790 Improve comments across record size limit changes by Waleed Elmelegy · 1 year, 7 months ago
  5. 3a6059b Merge pull request #7455 from KloolK/record-size-limit/comply-with-limit by Tom Cosgrove · 1 year, 7 months ago
  6. 6a971fd Refactor and improve Record size limit handling by Waleed Elmelegy · 1 year, 7 months ago
  7. c6088ec Merge pull request #8384 from paul-elliott-arm/remove_ssl_null_tls12 by Tom Cosgrove · 1 year, 7 months ago
  8. 65e3046 Fix code style in ssl_tls.c by Waleed Elmelegy · 1 year, 7 months ago
  9. 049cd30 Refactor record size limit extension handling by Waleed Elmelegy · 1 year, 7 months ago
  10. a4b38f2 Merge pull request #8579 from valeriosetti/issue7995 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  11. 26e3698 Revert back checking on handshake messages length by Waleed Elmelegy · 1 year, 8 months ago
  12. 05d670b Revert "Skip checking on maximum fragment length during handshake" by Waleed Elmelegy · 1 year, 8 months ago
  13. 0a1ff2b Consistent renaming by Pengyu Lv · 1 year, 9 months ago
  14. 419f841 Skip checking on maximum fragment length during handshake by Waleed Elmelegy · 1 year, 8 months ago
  15. 9aec1c7 Add record size checking during handshake by Waleed Elmelegy · 1 year, 8 months ago
  16. f482dcc Comply with the received Record Size Limit extension by Jan Bruckner · 2 years, 5 months ago
  17. 857d29f Merge pull request #8528 from yanrayw/issue/6933/parse-max_early_data_size by Ronald Cron · 1 year, 8 months ago
  18. f9362b7 pk_internal: small renaming for mbedtls_pk_get_group_id() by Valerio Setti · 1 year, 8 months ago
  19. a3b8038 Merge remote-tracking branch 'origin/development' into sign-conversion-part1 by Dave Rodgman · 1 year, 8 months ago
  20. 1136fad ssl_tls: improve readability in ssl_*_preset_*_sig_algs by Yanray Wang · 1 year, 8 months ago
  21. 69ceb39 ssl_tls: remove RSA sig-algs in ssl_tls12_preset_suiteb_sig_algs by Yanray Wang · 1 year, 8 months ago
  22. b1f6016 ssl_tls: remove RSA sig-algs in ssl_preset_suiteb_sig_algs by Yanray Wang · 1 year, 8 months ago
  23. fd25654 ssl_tls: remove unnecessary guard by Yanray Wang · 1 year, 8 months ago
  24. 365ee3e ssl_tls: return correct error code if mbedtls_calloc fails by Yanray Wang · 1 year, 8 months ago
  25. c37ad44 misc type fixes in ssl by Dave Rodgman · 1 year, 9 months ago
  26. a3d0f61 Use MBEDTLS_GET_UINTxx_BE macro by Dave Rodgman · 1 year, 9 months ago
  27. e4a6f5a Use size_t cast for pointer subtractions by Dave Rodgman · 1 year, 9 months ago
  28. d4dc354 Merge pull request #8541 from yanrayw/issue/ssl-fix-missing-guard by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  29. cf91351 fix various issues by Jerry Yu · 1 year, 9 months ago
  30. 342a555 rename ticket received by Jerry Yu · 1 year, 9 months ago
  31. 25ba4d4 rename `ticket_creation` to `ticket_creation_time` by Jerry Yu · 1 year, 9 months ago
  32. ec6d078 Replace `start` with `ticket_creation` by Jerry Yu · 1 year, 9 months ago
  33. 97137f9 Merge pull request #7071 from yuhaoth/pr/tls13-ticket-add-max_early_data_size-field by Ronald Cron · 1 year, 8 months ago
  34. 19e4dc8 tls: fix unused parameter in mbedtls_ssl_cipher_to_psa by Yanray Wang · 1 year, 9 months ago
  35. 1a369d6 ssl_tls: add missing guard for mbedtls_ssl_cipher_to_psa by Yanray Wang · 1 year, 9 months ago
  36. 0751761 max_early_data_size: rename configuration function by Yanray Wang · 1 year, 9 months ago
  37. d5ed36f early data: rename configuration function by Yanray Wang · 1 year, 9 months ago
  38. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  39. 4fb1955 Remove NULL-ing of passed in SSL context in ssl_populate_transform() by Paul Elliott · 1 year, 10 months ago
  40. e570704 ssl: use MBEDTLS_SSL_HAVE_[CCM/GCM/CHACHAPOLY/AEAD] macros for ssl code by Valerio Setti · 1 year, 10 months ago
  41. 02e3a07 Add max_early_data_size into ticket by Jerry Yu · 2 years, 8 months ago
  42. d4a10ce cipher/tls: use new symbols for guarding AEAD code by Valerio Setti · 1 year, 10 months ago
  43. 2eab462 Fix IAR warnings by Dave Rodgman · 1 year, 10 months ago
  44. f07ce3b Don't extend support for deprecated functions by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  45. db6b4db Renaming all MBEDTLS_HAVE for curves to MBEDTLS_ECP_HAVE by Valerio Setti · 1 year, 11 months ago
  46. cf29c5d ssl: don't require MBEDTLS_ECP_DP with TLS1.3 by Valerio Setti · 1 year, 11 months ago
  47. 6d809cc lib/test: use new internal helpers in library's code and tests by Valerio Setti · 2 years ago
  48. f250ada tls/oid: add PSA_WANT_ECC_xxx guards together with existing MBEDTLS_ECP_DP_xxx by Valerio Setti · 2 years ago
  49. eda1b1f Merge pull request #7921 from valeriosetti/issue7613 by Gilles Peskine · 1 year, 11 months ago
  50. 275afe1 Fix preset shared between 1.2 and 1.3 by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  51. e99b24d Fix some clang-18 warnings by Dave Rodgman · 1 year, 11 months ago
  52. ecb95be Fix incorrect size used for zeroization of buffer by Paul Elliott · 2 years ago
  53. 1d4d944 Merge pull request #7933 from tom-cosgrove-arm/add-mbedtls_zeroize_and_free by Dave Rodgman · 2 years ago
  54. e9646ec tls: fix guards for ECDSA support by Valerio Setti · 2 years ago
  55. 45d56f3 tls: replace ECDSA_C and PK_CAN_ECDSA_SOME with key exchange related ones by Valerio Setti · 2 years, 1 month ago
  56. de8f56e Merge pull request #7884 from valeriosetti/issue7612 by Manuel Pégourié-Gonnard · 2 years ago
  57. bb07377 Merge pull request #7935 from AgathiyanB/add-enum-casts by Gilles Peskine · 2 years ago
  58. ea59c43 tls: fix a comment a rename a variable/symbol by Valerio Setti · 2 years ago
  59. c844c1a Merge pull request #7546 from mpg/align-psa-md-identifiers by Manuel Pégourié-Gonnard · 2 years ago
  60. 828b3ac Merge pull request #7848 from valeriosetti/issue7749 by Manuel Pégourié-Gonnard · 2 years ago
  61. ca8c61b Provide and use internal function mbedtls_zeroize_and_free() by Tom Cosgrove · 2 years ago
  62. 8b52b88 Add type casts in ssl library by Agathiyan Bragadeesh · 2 years, 1 month ago
  63. 6aca2c9 Merge pull request #7716 from mpg/psa-util-internal by Gilles Peskine · 2 years, 1 month ago
  64. 54e2379 tls: replace numeric values with proper TLS IANA symbols by Valerio Setti · 2 years, 1 month ago
  65. 6f0441d tls: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 1 month ago
  66. acd32c0 programs: add helper functions for supported EC curves by Valerio Setti · 2 years, 1 month ago
  67. 49e6907 tls: replace ECP_LIGHT occurrencies with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 1 month ago
  68. 6eb0054 tls: fix guards for legacy ECDH contexts by Valerio Setti · 2 years, 1 month ago
  69. 3d237b5 ssl_misc: fix guards for PSA data used in XXDH key exchanges by Valerio Setti · 2 years, 1 month ago
  70. 7aeec54 tls: replace ECDH_C guards with new helpers by Valerio Setti · 2 years, 1 month ago
  71. 461d59b Merge pull request #7858 from mprse/ffdh_tls13_v2_f by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  72. 2be8c63 Create psa_util_internal.h by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  73. 3d0c825 Merge pull request #7825 from daverodgman/cipher_wrap_size by Dave Rodgman · 2 years, 1 month ago
  74. 7ac93be Adapt names: dh -> xxdh by Przemek Stekiel · 2 years, 1 month ago
  75. 6f19985 Adapt handshake fields to ffdh by Przemek Stekiel · 2 years, 1 month ago
  76. e939464 Merge pull request #7829 from mpg/deduplicate-tls-hashing by Tom Cosgrove · 2 years, 1 month ago
  77. aaad2b6 Rename some local variables by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  78. 56b159a Merge pull request #7627 from mprse/ffdh_tls13_v2 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  79. 85a8813 Use fewer bits for block_size by Dave Rodgman · 2 years, 1 month ago
  80. bb521fd Don't directly access iv_size by Dave Rodgman · 2 years, 1 month ago
  81. de33278 Unify ssl_calc_finished_tls_sha{256,384} by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  82. 7497066 Unify ssl_calc_verify_sha{256,384} by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  83. 8c0a953 Adapt remaining guards to FFDH by Przemek Stekiel · 2 years, 2 months ago
  84. 15ddda9 Remove PSA_TO_MD_ERR from ssl_tls.c by Andrzej Kurek · 2 years, 2 months ago
  85. 1e4a030 Fix wrong array size calculation in error translation code by Andrzej Kurek · 2 years, 2 months ago
  86. b22b977 Move the ARRAY_LENGTH definition to common.h by Andrzej Kurek · 2 years, 2 months ago
  87. 0064484 Optimize error translation code size by Andrzej Kurek · 2 years, 2 months ago
  88. 47bb380 Fix missing call to mbedtls_ssl_md_alg_from_hash() by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  89. da4fba6 Further code optimizations by Przemek Stekiel · 2 years, 2 months ago
  90. 316c19e Adapt guards, dependencies + optimizations by Przemek Stekiel · 2 years, 2 months ago
  91. 383f471 Add the DHE groups to the default list of supported groups by Przemek Stekiel · 2 years, 8 months ago
  92. 3761e9e Use function instead of macro for error conversion by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  93. 02b10d8 Add missing include by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  94. 2d6d993 Use MD<->PSA functions from MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  95. 7b11368 Merge pull request #7438 from valeriosetti/issue7074 by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  96. 835be98 Merge pull request #7631 from tom-daubney-arm/remove_surplus_loop_condition_issue_7529 by Gilles Peskine · 2 years, 2 months ago
  97. d040509 tls: use pk_get_group_id() instead of directly accessing PK's structure by Valerio Setti · 2 years, 2 months ago
  98. f9f0ba8 Use functions in alignment.h to get value by Thomas Daubney · 2 years, 2 months ago
  99. 9720778 tls/x509: minor enhancement for using the new private key format by Valerio Setti · 2 years, 2 months ago
  100. 850a079 Remove extraneous check in for loop condition by Thomas Daubney · 2 years, 2 months ago