1. 44b23b1 tls13: Document TLS 1.3 handshake implementation by Ronald Cron · 3 years, 2 months ago
  2. 9d6a545 tls13: Re-organize EncryptedExtensions message parsing code by Ronald Cron · 3 years, 2 months ago
  3. 154d1b6 tls13: Fix wrong usage of MBEDTLS_SSL_CHK_BUF(_READ)_PTR macros by Ronald Cron · 3 years, 2 months ago
  4. c808359 tls13: Fix pointer calculation before space check by Ronald Cron · 3 years, 2 months ago
  5. 2827106 tls13: Add missing buffer overread check by Ronald Cron · 3 years, 2 months ago
  6. b94854f Merge pull request #5973 from ronald-cron-arm/tls13-misc-tests by Ronald Cron · 3 years, 1 month ago
  7. f5b7082 Merge pull request #5811 from polhenarejos/bug_x448 by Dave Rodgman · 3 years, 1 month ago
  8. a8d79b9 ssl-opt.sh: Remove one pattern check by Ronald Cron · 3 years, 1 month ago
  9. 07040bb Merge pull request #5951 from xkqian/tls13_add_alpn by Ronald Cron · 3 years, 1 month ago
  10. 21a1b2d Enable "Sending app data" SSL unit tests for TLS 1.3 by Ronald Cron · 3 years, 2 months ago
  11. c78511b ssl-opt.sh: Enable some authentication tests for TLS 1.3 by Ronald Cron · 3 years, 2 months ago
  12. 1938588 tls13: Align some debug messages with TLS 1.2 ones by Ronald Cron · 3 years, 2 months ago
  13. a4417c1 ssl-opt.sh: Add Small/Large packets TLS 1.3 tests by Ronald Cron · 3 years, 1 month ago
  14. ba80d4d ssl-opt.sh: Enable Event-driven I/O tests for TLS 1.3 by Ronald Cron · 3 years, 1 month ago
  15. 2cffd28 ssl-opt.sh: Enable Non-blocking I/O tests for TLS 1.3 by Ronald Cron · 3 years, 1 month ago
  16. 0b776e2 Change some comments for alpn by XiaokangQian · 3 years, 1 month ago
  17. 93a7f7d Merge pull request #5954 from wernerlewis/x509_next_merged by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  18. fc425ee Merge pull request #5838 from mprse/HKDF_2 by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  19. 95d5f54 Fix coding styles by XiaokangQian · 3 years, 1 month ago
  20. 3e5585b Replace TEST_ASSERT macro uses by Werner Lewis · 3 years, 1 month ago
  21. ac80a66 Reduce buffer sizes to expected size by Werner Lewis · 3 years, 1 month ago
  22. 1b0ebdf Zeroize hkdf_label buffer by Przemek Stekiel · 3 years, 1 month ago
  23. 38ab400 Adapt code to be consistent with the existing code by Przemek Stekiel · 3 years, 1 month ago
  24. c740345 Adress review comments by XiaokangQian · 3 years, 1 month ago
  25. acb3992 Add ALPN extension to the server side by XiaokangQian · 3 years, 2 months ago
  26. b33bd19 Enable HKDF EXTRACT/EXPAND algs by Przemek Stekiel · 3 years, 2 months ago
  27. d5ae365 Use PSA HKDF-Extrat/Expand algs instead mbedtls_psa_hkdf_extract(), mbedtls_psa_hkdf_xpand() by Przemek Stekiel · 3 years, 3 months ago
  28. 88e7101 Remove mbedtls_psa_hkdf_extract(), mbedtls_psa_hkdf_expand() by Przemek Stekiel · 3 years, 3 months ago
  29. 0c9e74b Remove mbedtls_psa_hkdf_expand() and mbedtls_psa_hkdf_extract() tests by Przemek Stekiel · 3 years, 3 months ago
  30. 36aeb7f Merge pull request #5834 from mprse/HKDF_1 by Gilles Peskine · 3 years, 2 months ago
  31. 12657cd Remove binary int use by Werner Lewis · 3 years, 2 months ago
  32. 90c46c3 Use consistent test case names by Werner Lewis · 3 years, 2 months ago
  33. 2f1d510 Fix incorrect param in function declaration by Werner Lewis · 3 years, 2 months ago
  34. b3acb05 Add mbedtls_x509_dn_get_next function by Werner Lewis · 3 years, 2 months ago
  35. eb8570f Fix missing newline by Dave Rodgman · 3 years, 2 months ago
  36. 5cab9da fix whitespace by Dave Rodgman · 3 years, 2 months ago
  37. 5708046 Add test-case for checking curve order by Dave Rodgman · 3 years, 2 months ago
  38. ca3c6a5 Merge pull request #5817 from xkqian/tls13_add_server_name by Ronald Cron · 3 years, 2 months ago
  39. 75fe8c7 Change place of ssl_tls13_check_ephemeral_key_exchange by XiaokangQian · 3 years, 2 months ago
  40. 4ccd226 Merge pull request #5864 from xkqian/tls13_add_comprehensive_cases by Ronald Cron · 3 years, 2 months ago
  41. fb665a8 Adress the comments about styles and pick_cert by XiaokangQian · 3 years, 2 months ago
  42. 6c9fd61 exercise_key_agreement_key: add special handling for HKDF_EXPAND by Przemek Stekiel · 3 years, 2 months ago
  43. d898745 exercise_key_agreement_key: provide SALT for HKDF_EXTRACT by Przemek Stekiel · 3 years, 2 months ago
  44. 69c4679 Adapt macro name to meet requested criteria: MBEDTLS_PSA_BUILTIN_ALG_ANY_HKDF->BUILTIN_ALG_ANY_HKDF by Przemek Stekiel · 3 years, 2 months ago
  45. 3ed1623 Refine server side SNI test cases by XiaokangQian · 3 years, 2 months ago
  46. 07aad07 Refine function name ssl_tls13_pick_key_cert by XiaokangQian · 3 years, 2 months ago
  47. 81802f4 Select certificate base on the received signature list by XiaokangQian · 3 years, 2 months ago
  48. b7c12a4 Refactor compat scripts by Jerry Yu · 3 years, 2 months ago
  49. 9b938b7 Share code with base class in generate_tls13_compat_tests.py by XiaokangQian · 3 years, 2 months ago
  50. fb1a3fe Address comments about python syntax by XiaokangQian · 3 years, 2 months ago
  51. 75fe3fb psa_crypto.c: add MBEDTLS_PSA_BUILTIN_ALG_ANY_HKDF macro to limit number of #if conditions by Przemek Stekiel · 3 years, 2 months ago
  52. b1847a2 Re-structure to share more common code by XiaokangQian · 3 years, 2 months ago
  53. 271c305 Merge pull request #5892 from AndrzejKurek/ssl-opt-client-kill-fix by Paul Elliott · 3 years, 2 months ago
  54. 1193069 Merge pull request #5827 from wernerlewis/time_utc by Dave Rodgman · 3 years, 2 months ago
  55. 5f2bc75 Merge pull request #5792 from yuhaoth/pr/add-tls13-moving-state-tests by Paul Elliott · 3 years, 2 months ago
  56. 3a83327 Merge pull request #5727 from SiliconLabs/feature/PSEC-3207-TLS13-hashing-HMAC-to-PSA by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  57. 96287d9 Remove the certificate key check against the received signature by XiaokangQian · 3 years, 2 months ago
  58. d9aaf76 Fixing CI complains. Signed-off-by: pespacek <peter.spacek@silabs.com> by pespacek · 3 years, 2 months ago
  59. 5313f03 Add change log by Ronald Cron · 3 years, 2 months ago
  60. 9850fa8 Refine ssl_tls13_pick_cert() by XiaokangQian · 3 years, 2 months ago
  61. b088a90 test_suite_psa_crypto_storage_format: disable KA(ECDH,HKDF_EXTRACT/EXPAND...) test cases by Przemek Stekiel · 3 years, 2 months ago
  62. d9e1287 crypto_config_test_driver_extension.h add HKDF_EXTRACT/EXPAND algs by Przemek Stekiel · 3 years, 2 months ago
  63. b06acd7 Fixing PSA return status Signed-off-by: pespacek <peter.spacek@silabs.com> by pespacek · 3 years, 2 months ago
  64. 23c5be6 Enable SNI test for both tls12 and tls13 by XiaokangQian · 3 years, 2 months ago
  65. 00e5eaa test: ssl: Remove more TLS 1.2 dependencies in handshake state tests by Ronald Cron · 3 years, 2 months ago
  66. bdddaef test: ssl: Enable client authentication in handshake state tests by Ronald Cron · 3 years, 2 months ago
  67. 209cae9 tls13: server: Fix state update in CLIENT_CERTIFICATE by Ronald Cron · 3 years, 2 months ago
  68. 670913f Fixing return value for ssl_tls13_write_certificate_body() by pespacek · 3 years, 2 months ago
  69. 4b55a89 Merge pull request #5887 from tom-daubney-arm/mbedtls_x509_crt_ext_types_accessor by Dave Rodgman · 3 years, 2 months ago
  70. 140b589 Fix a bug with executing ssl-client2 in ssl-opt.sh in a subshell by Andrzej Kurek · 3 years, 2 months ago
  71. 5c9c2ce Add correct test dependencies by Thomas Daubney · 3 years, 2 months ago
  72. a5f39e0 Move accessor definition by Thomas Daubney · 3 years, 2 months ago
  73. 5e03d9e Merge pull request #5837 from robert-shade/robert-shade/add_subdirectory_support by Dave Rodgman · 3 years, 2 months ago
  74. b57a44b is_kdf_alg_supported: Adapt impl to new build flags for HKDF EXTRACT/EXPAND by Przemek Stekiel · 3 years, 2 months ago
  75. 221391b generate_psa_tests.py: REVERT adapt OpFail test generator for HKDF-Exract/Expand algs by Przemek Stekiel · 3 years, 2 months ago
  76. 6686773 derive_output tests: fix output key length to be consistent with teh description by Przemek Stekiel · 3 years, 2 months ago
  77. cde3f78 Make info valid only after secret for HKDF-EXPAND + adapt tests by Przemek Stekiel · 3 years, 2 months ago
  78. 0586f4c Make salt mandatory for HKDF-EXTRACT + adapt tests by Przemek Stekiel · 3 years, 2 months ago
  79. 6994e3e fix various issues by Jerry Yu · 3 years, 2 months ago
  80. 0e99391 derive_output test: fix output key bit length by Przemek Stekiel · 3 years, 2 months ago
  81. 3e8249c Add PSA_WANT_ALG_HKDF_EXPAND, PSA_WANT_ALG_HKDF_EXTRACT, adapt code and dependencies by Przemek Stekiel · 3 years, 2 months ago
  82. 452a415 Changelog: HKDF-Expand and HKDF-Extract as separate algorithms in the PSA API by Przemek Stekiel · 3 years, 2 months ago
  83. 73f97d4 PSA_ALG_HKDF: add salt processing warning by Przemek Stekiel · 3 years, 2 months ago
  84. f0f0bd0 test_suite_psa_crypto_metadata: add test cases for the HKDF-Extract/Expand algorithms by Przemek Stekiel · 3 years, 2 months ago
  85. a29b488 Optimize code by adding PSA_ALG_IS_ANY_HKDF macro by Przemek Stekiel · 3 years, 2 months ago
  86. 129aeb9 Update test cases and support sni ca override by XiaokangQian · 3 years, 2 months ago
  87. 459ee35 Fix typo and style by Przemek Stekiel · 3 years, 2 months ago
  88. acd01e5 Use ASN1 UTC tags for dates before 2000 by Werner Lewis · 3 years, 3 months ago
  89. f2d32e6 fix tls13_only test fail by Jerry Yu · 3 years, 2 months ago
  90. 8399ccc Merge pull request #5829 from paul-elliott-arm/fix_ct_uninit_memory_access by Gilles Peskine · 3 years, 2 months ago
  91. 3d3cfc5 Add Changelog entry by Thomas Daubney · 3 years, 2 months ago
  92. 3ff4fc6 Add test data by Thomas Daubney · 3 years, 2 months ago
  93. bd5466a Add test for accessor by Thomas Daubney · 3 years, 2 months ago
  94. 979aa49 Add accessor for x509 certificate extension types by Thomas Daubney · 3 years, 4 months ago
  95. 7bf3358 Remove duplicated tests by Jerry Yu · 3 years, 2 months ago
  96. 1443537 fix test fail when WANT_READ/WRITE returned by Jerry Yu · 3 years, 2 months ago
  97. f4f0f69 Enable requires_openssl_tls1_3 in sni test cases by XiaokangQian · 3 years, 2 months ago
  98. ac41edf Enable requires_gnutls_tls1_3 in sni test cases by XiaokangQian · 3 years, 2 months ago
  99. 66537f4 fix certificate request fail by Jerry Yu · 3 years, 2 months ago
  100. 1e7c438 remove tls1.3 dependancy by Jerry Yu · 3 years, 2 months ago