1. eda1b1f Merge pull request #7921 from valeriosetti/issue7613 by Gilles Peskine · 1 year, 10 months ago
  2. 1d4d944 Merge pull request #7933 from tom-cosgrove-arm/add-mbedtls_zeroize_and_free by Dave Rodgman · 2 years ago
  3. e9646ec tls: fix guards for ECDSA support by Valerio Setti · 2 years ago
  4. 45d56f3 tls: replace ECDSA_C and PK_CAN_ECDSA_SOME with key exchange related ones by Valerio Setti · 2 years ago
  5. de8f56e Merge pull request #7884 from valeriosetti/issue7612 by Manuel Pégourié-Gonnard · 2 years ago
  6. bb07377 Merge pull request #7935 from AgathiyanB/add-enum-casts by Gilles Peskine · 2 years ago
  7. 46520ea tls12: check buffer size before memcpy-ing data into it by Valerio Setti · 2 years ago
  8. ea59c43 tls: fix a comment a rename a variable/symbol by Valerio Setti · 2 years ago
  9. ca8c61b Provide and use internal function mbedtls_zeroize_and_free() by Tom Cosgrove · 2 years ago
  10. 8b52b88 Add type casts in ssl library by Agathiyan Bragadeesh · 2 years ago
  11. 6aca2c9 Merge pull request #7716 from mpg/psa-util-internal by Gilles Peskine · 2 years ago
  12. da403b7 tls: use already existing symbols to size the buffer for XXDḦ peer key by Valerio Setti · 2 years ago
  13. 7aeec54 tls: replace ECDH_C guards with new helpers by Valerio Setti · 2 years ago
  14. 46b2d2b Fix code style by Przemek Stekiel · 2 years ago
  15. 2be8c63 Create psa_util_internal.h by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  16. 615cbcd Provide additional comments for claryfication by Przemek Stekiel · 2 years ago
  17. 7ac93be Adapt names: dh -> xxdh by Przemek Stekiel · 2 years ago
  18. 6f19985 Adapt handshake fields to ffdh by Przemek Stekiel · 2 years, 1 month ago
  19. 56b159a Merge pull request #7627 from mprse/ffdh_tls13_v2 by Manuel Pégourié-Gonnard · 2 years ago
  20. 1e4a030 Fix wrong array size calculation in error translation code by Andrzej Kurek · 2 years, 2 months ago
  21. 1c7a998 Add missing ifdefs by Andrzej Kurek · 2 years, 2 months ago
  22. 0064484 Optimize error translation code size by Andrzej Kurek · 2 years, 2 months ago
  23. 75a5a9c Code cleanup by Przemek Stekiel · 2 years, 1 month ago
  24. da4fba6 Further code optimizations by Przemek Stekiel · 2 years, 1 month ago
  25. 24e50d3 Compile out length check to silent the compiler warning by Przemek Stekiel · 2 years, 2 months ago
  26. 6076f41 Remove hash_info.[ch] by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  27. 8857984 Replace hash_info macro with MD macro by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  28. 9b41eb8 Replace hash_info_get_type with MD function by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  29. 9720778 tls/x509: minor enhancement for using the new private key format by Valerio Setti · 2 years, 2 months ago
  30. d7ca395 tls12: use the the raw format for the public key when USE_PSA is enabled by Valerio Setti · 2 years, 2 months ago
  31. 77a7568 pk: align library and tests code to the new internal functions by Valerio Setti · 2 years, 2 months ago
  32. 4642316 tls12_client: remove unnecessary parentheses by Valerio Setti · 2 years, 4 months ago
  33. 77a904c ssl: remove useless guard by Valerio Setti · 2 years, 4 months ago
  34. 8a045ce Unify PSA to Mbed TLS error translation by Andrzej Kurek · 2 years, 7 months ago
  35. b8b07aa Handle errors from functions that now return int by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  36. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 6 months ago
  37. a0b97bc fix wrong type in debug message by Valerio Setti · 2 years, 6 months ago
  38. 1e868cc fix several typos and extra blank spaces by Valerio Setti · 2 years, 6 months ago
  39. 2b5d3de remove remaining occurencies of mbedtls_ecc_group_to_psa() from TLS by Valerio Setti · 2 years, 6 months ago
  40. 40d9ca9 tls: remove useless legacy function by Valerio Setti · 2 years, 6 months ago
  41. 18c9fed tls: remove dependency from mbedtls_ecp_curve functions by Valerio Setti · 2 years, 7 months ago
  42. 4064a82 Merge pull request #5600 from yuhaoth/pr/refactor-cookie-members-of-handshake by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  43. ed4f59e Fix another typo where 'PSK' was 'PKS' by Tom Cosgrove · 2 years, 7 months ago
  44. e01304f fix type conversion issue by Jerry Yu · 3 years, 3 months ago
  45. ac5ca5a Refactor cookie members of handshake struct by Jerry Yu · 3 years, 5 months ago
  46. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 7 months ago
  47. ffc330f Merge pull request #6264 from hannestschofenig/rfc9146_2 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  48. ef25a99 Merge pull request #6533 from valeriosetti/issue5847 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  49. 5151bdf tls: psa_pake: add missing braces by Valerio Setti · 2 years, 8 months ago
  50. 61ea17d tls: psa_pake: fix return values in parse functions by Valerio Setti · 2 years, 8 months ago
  51. 6b3dab0 tls: psa_pake: use a single function for round one and two in key exchange read/write by Valerio Setti · 2 years, 8 months ago
  52. 9bed8ec tls: psa_pake: make round two reading function symmatric to the writing one by Valerio Setti · 2 years, 8 months ago
  53. a08b1a4 tls: psa_pake: move move key exchange read/write functions to ssl_tls.c by Valerio Setti · 2 years, 8 months ago
  54. ec71b09 Introduce a test for single signature algorithm correctness by Andrzej Kurek · 2 years, 8 months ago
  55. 02c25b5 tls12: psa_pake: use common code for parsing/writing round one and round two data by Valerio Setti · 2 years, 8 months ago
  56. d384b64 Merge branch 'development' into rfc9146_2 by Dave Rodgman · 2 years, 8 months ago
  57. ca7d506 Use PSA PAKE API when MBEDTLS_USE_PSA_CRYPTO is selected by Neil Armstrong · 3 years, 2 months ago
  58. a4b4041 Shared code to free x509 structs by Glenn Strauss · 3 years, 1 month ago
  59. 88f5fd9 Merge pull request #6479 from AndrzejKurek/depends-py-no-psa by Gilles Peskine · 2 years, 9 months ago
  60. 744fd37 Merge pull request #6467 from davidhorstmann-arm/fix-unusual-macros-0 by Gilles Peskine · 2 years, 9 months ago
  61. 468c506 Fix key exchange dependencies for ssl_parse_server_ecdh_params by Andrzej Kurek · 2 years, 9 months ago
  62. d29e13e tls: Use the same function in TLS 1.2 and 1.3 to check PSK conf by Ronald Cron · 2 years, 9 months ago
  63. b21bbef Refactor macro-spanning if in ssl_tls12_client.c by David Horstmann · 2 years, 9 months ago
  64. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 10 months ago
  65. fd6cca4 CID update to RFC 9146 by Hannes Tschofenig · 3 years, 9 months ago
  66. 40afdd2 Make use of MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 10 months ago
  67. 0ce5921 Use hash_info_get_size in ssl_tls12_client by Andrzej Kurek · 2 years, 11 months ago
  68. 953ce39 Merge pull request #5971 from yuhaoth/pr/add-rsa-pss-rsae-for-tls12 by Dave Rodgman · 3 years ago
  69. 27036c9 Merge pull request #6142 from tom-cosgrove-arm/fix-comments-in-docs-and-comments by Dave Rodgman · 3 years ago
  70. c3bf748 fix vertical alignment by Jerry Yu · 3 years ago
  71. 95b743c Rename get_pk_type_and_md_alg by Jerry Yu · 3 years ago
  72. 693a47a add rsa_pss_rsae_* support in tls12 by Jerry Yu · 3 years, 1 month ago
  73. ce7f18c Fix a/an typos in doxygen and other comments by Tom Cosgrove · 3 years ago
  74. 20f89a9 Remove uses of SSL compression by Thomas Daubney · 3 years, 1 month ago
  75. a357cf4 Rename new_session_ticket state by Jerry Yu · 3 years ago
  76. ce7d76e Merge remote-tracking branch 'mbedtls-restricted/development-restricted' into mbedtls-3.2.0rc0-pr by Ronald Cron · 3 years ago
  77. 6e80e09 Merge pull request #5915 from AndrzejKurek/cid-resumption-clash by Paul Elliott · 3 years ago
  78. 21b5080 Clarify the need for calling mbedtls_ssl_derive_keys after extension parsing by Andrzej Kurek · 3 years ago
  79. bd10c4e Test accessors to config DN hints for cert request by Glenn Strauss · 3 years, 1 month ago
  80. a3115dc Mark static int SSL functions CHECK_RETURN_CRITICAL by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  81. 66b0d61 Add comments when can_do() is safe to use by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  82. 7cf8725 Rearrange the session resumption code by Andrzej Kurek · 3 years, 1 month ago
  83. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
  84. 8ecd668 Keep raw PSK when set via mbedtls_ssl_conf_psk() and feed as input_bytes by Neil Armstrong · 3 years, 2 months ago
  85. 80f6f32 Make mbedtls_ssl_psk_derive_premaster() only for when MBEDTLS_USE_PSA_CRYPTO is not selected by Neil Armstrong · 3 years, 2 months ago
  86. cd05f0b Drop skip PMS generation for opaque XXX-PSK now Opaque PSA key is always present when MBEDTLS_USE_PSA_CRYPTO selected by Neil Armstrong · 3 years, 2 months ago
  87. e952a30 Remove RAW PSK when MBEDTLS_USE_PSA_CRYPTO is selected by Neil Armstrong · 3 years, 2 months ago
  88. 61f237a Remove PSA-only code dealing with non-opaque PSA key by Neil Armstrong · 3 years, 2 months ago
  89. 99114f3 Fix build flags for opaque/raw psk checks by Przemek Stekiel · 3 years, 3 months ago
  90. b293aaa Enable support for psa opaque DHE-PSK key exchange on the client side by Przemek Stekiel · 3 years, 3 months ago
  91. 19b80f8 Enable support for psa opaque ECDHE-PSK key exchange on the client side by Przemek Stekiel · 3 years, 3 months ago
  92. f2534ba tls12_client: skip PMS generation for opaque RSA-PSK by Przemek Stekiel · 3 years, 3 months ago
  93. 55132c6 Merge pull request #5703 from superna9999/5322-ecdh-remove-legacy-context by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  94. a2da9c7 Merge pull request #5631 from gstrauss/enum-tls-vers by Paul Elliott · 3 years, 3 months ago
  95. 8315811 Remove restrictive proto ver negotiation checks by Glenn Strauss · 3 years, 3 months ago
  96. e3af4cb mbedtls_ssl_(read|write)_version using tls_version by Glenn Strauss · 3 years, 4 months ago
  97. 60bfe60 mbedtls_ssl_ciphersuite_t min_tls_version,max_tls_version by Glenn Strauss · 3 years, 4 months ago
  98. 2dfcea2 mbedtls_ssl_config min_tls_version, max_tls_version by Glenn Strauss · 3 years, 4 months ago
  99. da7851c Rename mbedtls_ssl_session minor_ver to tls_version by Glenn Strauss · 3 years, 4 months ago
  100. 2827502 Remove PSA only code from non-PSA code block code in ssl_write_client_key_exchange() by Neil Armstrong · 3 years, 3 months ago