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