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