1. 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
  2. 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
  3. 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
  4. 9361724 Code style fixes by Neil Armstrong · 3 years, 3 months ago
  5. 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
  6. 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
  7. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  8. ef2b98a fix coding style issues by Jerry Yu · 3 years, 3 months ago
  9. f86eb75 fix various issues by Jerry Yu · 3 years, 3 months ago
  10. e110d25 Add set outbound transform by Jerry Yu · 3 years, 3 months ago
  11. 07c6416 Rename mbedtls_ssl_transform minor_ver to tls_version by Glenn Strauss · 3 years, 5 months ago
  12. 29e7ca8 Fix typo by Gabor Mezei · 3 years, 4 months ago
  13. c094375 Remove commented out code by Gabor Mezei · 3 years, 4 months ago
  14. ed6d658 Use hash algoritm for parameter instead of HMAC by Gabor Mezei · 3 years, 4 months ago
  15. 07732f7 Translate from mbedtls_md_type_t to psa_algorithm_t by Gabor Mezei · 3 years, 4 months ago
  16. 5d9a1fe PSA code depends on MBEDTLS_SSL_PROTO_TLS1_3 by Gabor Mezei · 3 years, 4 months ago
  17. 58db653 Use the PSA-based HKDF functions by Gabor Mezei · 3 years, 5 months ago
  18. 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
  19. d815114 Merge pull request #5524 from mprse/tls_ecdh_2c by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  20. d860e0f Add comment by Gabor Mezei · 3 years, 6 months ago
  21. 0e7c6f4 Check return value of psa_destroy_key by Gabor Mezei · 3 years, 6 months ago
  22. 26c6741 Add better name for variable. by Gabor Mezei · 3 years, 6 months ago
  23. c5efb8e Use PSA error code by Gabor Mezei · 3 years, 6 months ago
  24. 89c1a95 Delete leftover code by Gabor Mezei · 3 years, 6 months ago
  25. 62bf024 Make the mbedtls_psa_hkdf_extract function more PSA compatible by Gabor Mezei · 3 years, 6 months ago
  26. 9f4bb31 Implement HKDF extract in TLS 1.3 based on PSA HMAC by Gabor Mezei · 3 years, 6 months ago
  27. 8e36025 Typo by Gabor Mezei · 3 years, 6 months ago
  28. 8d5a4cb Check return value of psa_destroy_key by Gabor Mezei · 3 years, 6 months ago
  29. 833713c Add better name for variable by Gabor Mezei · 3 years, 6 months ago
  30. c0824bf Change mbedtls_ssl_tls13_key_schedule_stage_handshake() to use psa_raw_key_agreement() by Przemyslaw Stekiel · 3 years, 6 months ago
  31. 9607ab4 Prevent function not used compilation error by Gabor Mezei · 3 years, 6 months ago
  32. a3eecd2 Implement HKDF expand in TLS 1.3 based on PSA HMAC by Gabor Mezei · 3 years, 6 months ago
  33. 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
  34. 77aec8d Rename ssl_psa_status_to_mbedtls->psa_ssl_status_to_mbedtls by Przemyslaw Stekiel · 3 years, 6 months ago
  35. 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
  36. f57b456 Rename tls_mbedtls_cipher_to_psa() to be consistent with function naming convention. by Przemyslaw Stekiel · 3 years, 6 months ago
  37. 9b22c2b Rename: mbedtls_cipher_to_psa -> tls_mbedtls_cipher_to_psa by Przemyslaw Stekiel · 3 years, 7 months ago
  38. 6be9cf5 Cleanup the code by Przemyslaw Stekiel · 3 years, 7 months ago
  39. fe7397d Fix key attributes encrypt or decrypt only (not both) by Przemyslaw Stekiel · 3 years, 7 months ago
  40. dd7b501 Move PSA init after taglen is set by Przemyslaw Stekiel · 3 years, 7 months ago
  41. e87475d Move psa_status_to_mbedtls to ssl_misc.h by Przemyslaw Stekiel · 3 years, 7 months ago
  42. 1fe065b Fix conditional compilation (MBEDTLS_USE_PSA_CRYPTO) by Przemyslaw Stekiel · 3 years, 7 months ago
  43. 76e1583 Convert psa status to mbedtls by Przemyslaw Stekiel · 3 years, 7 months ago
  44. 11a33e6 Use PSA_BITS_TO_BYTES macro to convert key bits to bytes by Przemyslaw Stekiel · 3 years, 7 months ago
  45. 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
  46. a3890a3 Swap the client and server random for TLS 1.3 by lhuang04 · 3 years, 7 months ago
  47. 6f135e1 Rename MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL to MBEDTLS_SSL_PROTO_TLS1_3 by Ronald Cron · 3 years, 8 months ago
  48. a5563f6 move position of base_key init by Jerry Yu · 3 years, 8 months ago
  49. b737f6a move base_key init by Jerry Yu · 3 years, 8 months ago
  50. 9c07473 fix various issues by Jerry Yu · 3 years, 8 months ago
  51. 889b3b7 fix clang build fail by Jerry Yu · 3 years, 8 months ago
  52. 4a2fa5d Move erase handshake secrets by Jerry Yu · 3 years, 8 months ago
  53. 27224f5 fix coding style issue by Jerry Yu · 3 years, 8 months ago
  54. 23ab7a4 move zeroize master secrets by Jerry Yu · 3 years, 8 months ago
  55. 2c70a39 move zeroize randbytes by Jerry Yu · 3 years, 8 months ago
  56. 6eaa41c Fix overflow error by Jerry Yu · 3 years, 8 months ago
  57. d25fab6 Update based on comments by Xiaofei Bai · 3 years, 8 months ago
  58. feecbbb Fix some variable names in code comment by Xiaofei Bai · 3 years, 8 months ago
  59. b797284 Fix variable names in ssl_tls13_keys.* by Xiaofei Bai · 3 years, 9 months ago
  60. 746f948 Fix 1_3/13 usages in macros and function names by Xiaofei Bai · 3 years, 9 months ago
  61. a4c99f2 Remove useless blank line by XiaokangQian · 3 years, 9 months ago
  62. 3306284 Change code base on comments by XiaokangQian · 3 years, 9 months ago
  63. d0aa3e9 Inprove code base on review comments by XiaokangQian · 3 years, 9 months ago
  64. aaa0e19 Change the alignment and names of functions and a macro by XiaokangQian · 3 years, 9 months ago
  65. c5c39d5 Change code for styles and comments .etc by XiaokangQian · 3 years, 9 months ago
  66. b51f884 Change comments for export_keys callback by XiaokangQian · 3 years, 9 months ago
  67. ac0385c Change code based on comments by XiaokangQian · 3 years, 9 months ago
  68. 61bdbbc Add cleanup in functions for secure reason by XiaokangQian · 3 years, 9 months ago
  69. f26f6ad Rebase and solve conflicts by XiaokangQian · 3 years, 9 months ago
  70. f13c560 Revert some changes about tls13 and macros by XiaokangQian · 3 years, 9 months ago
  71. 7c91705 Remove support for MBEDTLS_SSL_EXPORT_KEYS by XiaokangQian · 3 years, 9 months ago
  72. a763498 Change code based on commetns by XiaokangQian · 3 years, 10 months ago
  73. 4cab024 Change coding style by XiaokangQian · 3 years, 10 months ago
  74. aa5f5c1 TLS1.3: Add server finish processing in client side by XiaokangQian · 3 years, 11 months ago
  75. ad3a113 Remove MBEDTLS_SSL_EXPORT_KEYS by Jerry Yu · 3 years, 9 months ago
  76. b85277e Address various issues by Jerry Yu · 3 years, 10 months ago
  77. 435208a Improve generate_handshake_keys by Jerry Yu · 3 years, 10 months ago
  78. c068b66 Rename tls13 prefix to fix coding issues by Jerry Yu · 3 years, 10 months ago
  79. f0ac235 Refactor key_schedule_stage_handshake by Jerry Yu · 3 years, 10 months ago
  80. 5ccfcd4 Add local variable to represent handshake by Jerry Yu · 3 years, 10 months ago
  81. a0650eb tls13: add handshake key schedule by Jerry Yu · 3 years, 11 months ago
  82. 61e35e0 tls13: add generate handshake keys by Jerry Yu · 3 years, 11 months ago
  83. 6ca7c7f Remove useless variables by Jerry Yu · 3 years, 10 months ago
  84. e06f453 remove useless code by Jerry Yu · 3 years, 10 months ago
  85. 4836952 fix tls1_3 prefix issues by Jerry Yu · 3 years, 11 months ago
  86. b65eb2f Revert "tls13: add generate handshake keys" by Jerry Yu · 3 years, 11 months ago
  87. e3131ef fix various issues by Jerry Yu · 3 years, 11 months ago
  88. 000f976 Rename get_handshake_transcript by Jerry Yu · 3 years, 11 months ago
  89. 4925ef5 tls13: add generate handshake keys by Jerry Yu · 3 years, 11 months ago
  90. 89ea321 tls13: add key_schedule_stage_early_data by Jerry Yu · 3 years, 11 months ago
  91. 2194dc4 Replace MBEDTLS_CHAR_x with MBEDTLS_BYTE_x by Joe Subbiani · 4 years, 1 month ago
  92. cd84d76 Add Character byte reading macros by Joe Subbiani · 4 years, 1 month ago
  93. dfba065 Adjust ssl_tls13_keys.c to consolidated CID/1.3 padding granularity by Hanno Becker · 4 years ago
  94. f62a730 Add missing semicolon in TLS 1.3 transform generation code by Hanno Becker · 4 years, 3 months ago
  95. edd5bf0 Fix and document minimum length of record ciphertext in TLS 1.3 by Hanno Becker · 4 years, 4 months ago
  96. 7887a77 Match parameter check in TLS 1.3 populate transform to 1.2 version by Hanno Becker · 4 years, 4 months ago
  97. c94060c Add TLS 1.3 specific key to SSL transform conversion function by Hanno Becker · 4 years, 4 months ago
  98. cd817b0 Remove misleading comment in TLS 1.3 key schedule code by Hanno Becker · 4 years, 2 months ago
  99. 28e5f1e Avoid unused variable warning in TLS 1.3 PSK binder calculation by Hanno Becker · 4 years, 2 months ago
  100. b7d9bad Add helper function for calculation of TLS 1.3 PSK binder by Hanno Becker · 4 years, 2 months ago