1. 70341c1 Merge pull request #6773 from yanrayw/6675-change-early_secrets-to-local by Ronald Cron · 2 years, 6 months ago
  2. 6b98001 Replace session_negotiate->ciphersuite with handshake->ciphersuite_info->id by Xiaokang Qian · 2 years, 6 months ago
  3. f206c14 Remove duplicate mbedtls_platform_zeroize for tls13_early_secrets by Yanray Wang · 2 years, 6 months ago
  4. a12cecb Modify some comments in ssl_tls13_keys.c by Yanray Wang · 2 years, 6 months ago
  5. ef5ec8f Rename static functions in ssl_tls13_keys.c by Yanray Wang · 2 years, 7 months ago
  6. 0540211 Enhancement: change some functions to static in ssl_tls13_keys.c by Yanray Wang · 2 years, 8 months ago
  7. 16c895d TLS1.3: zeroize tls13_early_secrets after its lifetime by Yanray Wang · 2 years, 8 months ago
  8. bae9e74 Enhancement: change tls13_early_secrets to local variable by Yanray Wang · 2 years, 8 months ago
  9. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  10. aec08b3 fix various format issues by Jerry Yu · 2 years, 8 months ago
  11. 3d78e08 erase early secrets and transcripts by Jerry Yu · 2 years, 8 months ago
  12. a5db6c0 fix coding style issues. by Jerry Yu · 2 years, 8 months ago
  13. e31688b fix comments issue by Jerry Yu · 2 years, 8 months ago
  14. a877183 Refactor make_traffic_keys by Jerry Yu · 2 years, 8 months ago
  15. 3ce61ff fix comments and function name issues by Jerry Yu · 2 years, 8 months ago
  16. b094e12 fix various issues by Jerry Yu · 2 years, 8 months ago
  17. 91b560f Add compute early transform by Jerry Yu · 2 years, 9 months ago
  18. 84a6eda change signature of get_cipher_key_info by Jerry Yu · 2 years, 9 months ago
  19. a2900bc tls13: keys: Simplify code guard by Ronald Cron · 2 years, 9 months ago
  20. 82be0d4 tls13: Do not use MBEDTLS_KEY_EXCHANGE_SOME_ECDHE_ENABLED by Ronald Cron · 2 years, 10 months ago
  21. 41a443a tls13: Use MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK.*ENABLED by Ronald Cron · 2 years, 10 months ago
  22. fa1e04a tls13: keys: Fix PSK build only case by Ronald Cron · 2 years, 10 months ago
  23. 9a6a49c tls13: keys: Fail if the group type is not ECDHE or DHE by Ronald Cron · 2 years, 10 months ago
  24. b15d4d8 tls13: keys: Fix error code by Ronald Cron · 2 years, 10 months ago
  25. 3b05620 tls13: keys: Do not use `handshake->premaster` by Ronald Cron · 2 years, 10 months ago
  26. 4c7edb2 tls13: keys: Fix indentation by Ronald Cron · 2 years, 10 months ago
  27. 831fee6 tls13: keys: Avoid input buffer copy by Ronald Cron · 2 years, 10 months ago
  28. c610e74 Formatting & unnecessary (void) fixes by Andrzej Kurek · 2 years, 10 months ago
  29. ecb6309 Fix constant name in ssl_tls13_keys by Andrzej Kurek · 2 years, 10 months ago
  30. e5a5cc1 Remove the dependency of tls1_3 key evolution tests on curve25519 by Andrzej Kurek · 2 years, 10 months ago
  31. 6ee726e Replace md translation function by Jerry Yu · 2 years, 11 months ago
  32. a5df584 fix build fail for test_psa_crypto_config_accel_hash_use_psa by Jerry Yu · 2 years, 11 months ago
  33. 46bffe0 Refine rsumption master secret compute function by Jerry Yu · 2 years, 11 months ago
  34. 466dda8 Rename resumption master secret compute function by Jerry Yu · 2 years, 11 months ago
  35. 49d63f8 Implement generate resumption master secret by Jerry Yu · 3 years ago
  36. c5a23a0 fix various issues by Jerry Yu · 3 years ago
  37. 29d9faa fix various issues. by Jerry Yu · 3 years ago
  38. 01e42d2 fix issues in export handshake psk by Jerry Yu · 3 years ago
  39. 5d01c05 fix various issues by Jerry Yu · 3 years ago
  40. 6cf6b47 fix format and comment issues by Jerry Yu · 3 years ago
  41. 295d93e Add psk handshake with gnutls by Ronald Cron · 3 years ago
  42. 40f3771 Add handshake psk export function. by Jerry Yu · 3 years ago
  43. f6b8c32 Merge pull request #6065 from mpg/explore2 by Manuel Pégourié-Gonnard · 3 years ago
  44. 7990771 TLS 1.3: Use selected key exchange mode field by Ronald Cron · 3 years ago
  45. 2d8b7ac TLS 1.3: Fix selected key exchange mode check by Ronald Cron · 3 years ago
  46. abac037 Migrate from old inline to new actual function. by Manuel Pégourié-Gonnard · 3 years ago
  47. ce7d76e Merge remote-tracking branch 'mbedtls-restricted/development-restricted' into mbedtls-3.2.0rc0-pr by Ronald Cron · 3 years, 1 month ago
  48. 1b0ebdf Zeroize hkdf_label buffer by Przemek Stekiel · 3 years, 1 month ago
  49. 38ab400 Adapt code to be consistent with the existing code by Przemek Stekiel · 3 years, 1 month ago
  50. d5ae365 Use PSA HKDF-Extrat/Expand algs instead mbedtls_psa_hkdf_extract(), mbedtls_psa_hkdf_xpand() by Przemek Stekiel · 3 years, 3 months ago
  51. 88e7101 Remove mbedtls_psa_hkdf_extract(), mbedtls_psa_hkdf_expand() by Przemek Stekiel · 3 years, 3 months ago
  52. a3115dc Mark static int SSL functions CHECK_RETURN_CRITICAL by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  53. 8fba70f Merge pull request #5749 from yuhaoth/pr/add-tls13-finished-message-and-wrapup by Paul Elliott · 3 years, 2 months ago
  54. fd5ea04 add compute application transform by Jerry Yu · 3 years, 2 months ago
  55. 5454323 remove zeorize from keys by Jerry Yu · 3 years, 2 months ago
  56. 0fa8ce3 TLS 1.3 only have AEAD ciphers, drop the PSA_ALG_IS_AEAD() check in mbedtls_ssl_tls13_get_cipher_key_info() by Neil Armstrong · 3 years, 3 months ago
  57. b818e16 Move out common PSA code from mbedtls_ssl_tls13_generate_handshake_keys/mbedtls_ssl_tls13_generate_application_keys by Neil Armstrong · 3 years, 3 months ago
  58. e3b0b8a Remove non-PSA code in mbedtls_ssl_tls13_generate_handshake_keys/mbedtls_ssl_tls13_generate_application_keys by Neil Armstrong · 3 years, 3 months ago
  59. 9361724 Code style fixes by Neil Armstrong · 3 years, 3 months ago
  60. 4f4f271 In mbedtls_ssl_tls13_generate_handshake_keys() and mbedtls_ssl_tls13_generate_application_keys(), avoid calling mbedtls_cipher_info_from_type() by Neil Armstrong · 3 years, 3 months ago
  61. a8093f5 In mbedtls_ssl_tls13_populate_transform() make sure mbedtls_cipher_info_from_type() is only called when USE_PSA is disabled by Neil Armstrong · 3 years, 3 months ago
  62. ff22698 Add client finished by Jerry Yu · 3 years, 4 months ago
  63. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
  64. ef2b98a fix coding style issues by Jerry Yu · 3 years, 3 months ago
  65. f86eb75 fix various issues by Jerry Yu · 3 years, 3 months ago
  66. e110d25 Add set outbound transform by Jerry Yu · 3 years, 3 months ago
  67. 07c6416 Rename mbedtls_ssl_transform minor_ver to tls_version by Glenn Strauss · 3 years, 5 months ago
  68. 29e7ca8 Fix typo by Gabor Mezei · 3 years, 4 months ago
  69. c094375 Remove commented out code by Gabor Mezei · 3 years, 4 months ago
  70. ed6d658 Use hash algoritm for parameter instead of HMAC by Gabor Mezei · 3 years, 4 months ago
  71. 07732f7 Translate from mbedtls_md_type_t to psa_algorithm_t by Gabor Mezei · 3 years, 4 months ago
  72. 5d9a1fe PSA code depends on MBEDTLS_SSL_PROTO_TLS1_3 by Gabor Mezei · 3 years, 4 months ago
  73. 58db653 Use the PSA-based HKDF functions by Gabor Mezei · 3 years, 4 months ago
  74. 8d4bc5e Merge pull request #5481 from gabor-mezei-arm/5401_implement_hkdf_extract_based_on_psa_hmac by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  75. d815114 Merge pull request #5524 from mprse/tls_ecdh_2c by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  76. d860e0f Add comment by Gabor Mezei · 3 years, 6 months ago
  77. 0e7c6f4 Check return value of psa_destroy_key by Gabor Mezei · 3 years, 6 months ago
  78. 26c6741 Add better name for variable. by Gabor Mezei · 3 years, 6 months ago
  79. c5efb8e Use PSA error code by Gabor Mezei · 3 years, 6 months ago
  80. 89c1a95 Delete leftover code by Gabor Mezei · 3 years, 6 months ago
  81. 62bf024 Make the mbedtls_psa_hkdf_extract function more PSA compatible by Gabor Mezei · 3 years, 6 months ago
  82. 9f4bb31 Implement HKDF extract in TLS 1.3 based on PSA HMAC by Gabor Mezei · 3 years, 6 months ago
  83. 8e36025 Typo by Gabor Mezei · 3 years, 5 months ago
  84. 8d5a4cb Check return value of psa_destroy_key by Gabor Mezei · 3 years, 6 months ago
  85. 833713c Add better name for variable by Gabor Mezei · 3 years, 6 months ago
  86. c0824bf Change mbedtls_ssl_tls13_key_schedule_stage_handshake() to use psa_raw_key_agreement() by Przemyslaw Stekiel · 3 years, 6 months ago
  87. 9607ab4 Prevent function not used compilation error by Gabor Mezei · 3 years, 6 months ago
  88. a3eecd2 Implement HKDF expand in TLS 1.3 based on PSA HMAC by Gabor Mezei · 3 years, 6 months ago
  89. f9cd608 ssl_tls1X_populate_transform(): import psa keys only if alg is not MBEDTLS_SSL_NULL_CIPHER by Przemyslaw Stekiel · 3 years, 6 months ago
  90. 77aec8d Rename ssl_psa_status_to_mbedtls->psa_ssl_status_to_mbedtls by Przemyslaw Stekiel · 3 years, 6 months ago
  91. 89dad93 Rename psa_status_to_mbedtls->ssl_psa_status_to_mbedtls and add conversion for PSA_ERROR_INVALID_SIGNATURE by Przemyslaw Stekiel · 3 years, 6 months ago
  92. f57b456 Rename tls_mbedtls_cipher_to_psa() to be consistent with function naming convention. by Przemyslaw Stekiel · 3 years, 6 months ago
  93. 9b22c2b Rename: mbedtls_cipher_to_psa -> tls_mbedtls_cipher_to_psa by Przemyslaw Stekiel · 3 years, 6 months ago
  94. 6be9cf5 Cleanup the code by Przemyslaw Stekiel · 3 years, 6 months ago
  95. fe7397d Fix key attributes encrypt or decrypt only (not both) by Przemyslaw Stekiel · 3 years, 7 months ago
  96. dd7b501 Move PSA init after taglen is set by Przemyslaw Stekiel · 3 years, 7 months ago
  97. e87475d Move psa_status_to_mbedtls to ssl_misc.h by Przemyslaw Stekiel · 3 years, 7 months ago
  98. 1fe065b Fix conditional compilation (MBEDTLS_USE_PSA_CRYPTO) by Przemyslaw Stekiel · 3 years, 7 months ago
  99. 76e1583 Convert psa status to mbedtls by Przemyslaw Stekiel · 3 years, 7 months ago
  100. 11a33e6 Use PSA_BITS_TO_BYTES macro to convert key bits to bytes by Przemyslaw Stekiel · 3 years, 7 months ago