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