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