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