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