1. 6931e43 Fix Handshake select ECDH-RSA- test dependencies by Neil Armstrong · 3 years, 1 month ago
  2. 971f30d Fix mbedtls_ssl_get_ciphersuite_sig_alg() by returning MBEDTLS_PK_NONE for MBEDTLS_KEY_EXCHANGE_RSA by Neil Armstrong · 3 years, 1 month ago
  3. c67e6e9 Depends on MBEDTLS_X509_REMOVE_INFO disable for double Opaque keys test requiring cert infos to determine selected key by Neil Armstrong · 3 years, 1 month ago
  4. 7999cb3 Remove auth_mode=required and client crt_file/key_file when testing server authentication by Neil Armstrong · 3 years, 1 month ago
  5. 4b10209 Use different certs for double opaque keys and check certificate issuer CN by Neil Armstrong · 3 years, 1 month ago
  6. 1948a20 Cleanup Order & Title of Opaque TLS tests, fix RSA- test definition by Neil Armstrong · 3 years, 1 month ago
  7. 96eceb8 Refine mbedtls_ssl_tls12_get_preferred_hash_for_sig_alg() when USE_PSA_CRYPTO is selected by Neil Armstrong · 3 years, 1 month ago
  8. 167d82c Add dual keys Opaque ssl-opt tests by Neil Armstrong · 3 years, 1 month ago
  9. 36b0223 Reorganize Opaque ssl-opt tests, pass key_opaque_algs=, add less wrong negative server testings by Neil Armstrong · 3 years, 1 month ago
  10. b2c3b5b Fix depends on handshake_ciphersuite_select tests by Neil Armstrong · 3 years, 1 month ago
  11. db13497 Reorganize & add more handshake_ciphersuite_select to test all MBEDTLS_KEY_EXCHANGE_XXX cases by Neil Armstrong · 3 years, 1 month ago
  12. 2407279 Add tests with specific hash for handshake_ciphersuite_select positive tests by Neil Armstrong · 3 years, 1 month ago
  13. 9f1176a Move preferred_hash_for_sig_alg() check after ssl_pick_cert() and check if hash alg is supported with mbedtls_pk_can_do_ext() by Neil Armstrong · 3 years, 1 month ago
  14. ed917bf Update description for negative key_opaque_algs tests by Neil Armstrong · 3 years, 1 month ago
  15. 9f4606e Rename mbedtls_ssl_get_ciphersuite_sig_pk_ext_XXX in mbedtls_ssl_get_ciphersuite_sig_pk_ext_XXX() by Neil Armstrong · 3 years, 1 month ago
  16. 8c52ed8 Add negative testing of ciphersuite selection using Opaque algs & usage by Neil Armstrong · 3 years, 2 months ago
  17. eb4390b Add Cipersuite selection negative testing by using invalid algs for server-side opaque key by Neil Armstrong · 3 years, 2 months ago
  18. 0c9c10a Introduce mbedtls_ssl_get_ciphersuite_sig_pk_ext_alg() and use it in ssl_pick_cert() by Neil Armstrong · 3 years, 3 months ago
  19. e99ec7c Merge pull request #5908 from ronald-cron-arm/tls13-fixes-doc by Ronald Cron · 3 years, 1 month ago
  20. 273453f Merge pull request #5983 from gstrauss/inline-mbedtls_x509_dn_get_next by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  21. 6b14c69 Improve documentation by Ronald Cron · 3 years, 1 month ago
  22. 11b5332 tls13: Fix certificate extension size write by Ronald Cron · 3 years, 2 months ago
  23. 139d0aa Fix typo in documentation by Ronald Cron · 3 years, 2 months ago
  24. 81a334f tls13: Fix buffer overread checks in ssl_tls13_parse_alpn_ext() by Ronald Cron · 3 years, 2 months ago
  25. 585cd70 tests: ssl: Fix coverity deadcode issue by Ronald Cron · 3 years, 2 months ago
  26. 7b84046 tls13: Rename ssl_tls13_write_hello_retry_request_coordinate by Ronald Cron · 3 years, 2 months ago
  27. fb508b8 tls13: Move state changes up to state main handler by Ronald Cron · 3 years, 2 months ago
  28. 63dc463 tls13: Simplify switch to the inbound handshake keys on server side by Ronald Cron · 3 years, 2 months ago
  29. 5afb904 tls13: Move out of place handshake field reset by Ronald Cron · 3 years, 2 months ago
  30. 828aff6 tls13: Rename server_hello_coordinate to preprocess_server_hello by Ronald Cron · 3 years, 2 months ago
  31. db5dfa1 tls13: Move ServerHello fetch to the ServerHello top handler by Ronald Cron · 3 years, 2 months ago
  32. 44b23b1 tls13: Document TLS 1.3 handshake implementation by Ronald Cron · 3 years, 2 months ago
  33. 9d6a545 tls13: Re-organize EncryptedExtensions message parsing code by Ronald Cron · 3 years, 2 months ago
  34. 154d1b6 tls13: Fix wrong usage of MBEDTLS_SSL_CHK_BUF(_READ)_PTR macros by Ronald Cron · 3 years, 2 months ago
  35. c808359 tls13: Fix pointer calculation before space check by Ronald Cron · 3 years, 2 months ago
  36. 2827106 tls13: Add missing buffer overread check by Ronald Cron · 3 years, 2 months ago
  37. b94854f Merge pull request #5973 from ronald-cron-arm/tls13-misc-tests by Ronald Cron · 3 years, 1 month ago
  38. 01d2f52 Inline mbedtls_x509_dn_get_next() in x509.h by Glenn Strauss · 3 years, 1 month ago
  39. f5b7082 Merge pull request #5811 from polhenarejos/bug_x448 by Dave Rodgman · 3 years, 1 month ago
  40. a8d79b9 ssl-opt.sh: Remove one pattern check by Ronald Cron · 3 years, 1 month ago
  41. 07040bb Merge pull request #5951 from xkqian/tls13_add_alpn by Ronald Cron · 3 years, 1 month ago
  42. 21a1b2d Enable "Sending app data" SSL unit tests for TLS 1.3 by Ronald Cron · 3 years, 2 months ago
  43. c78511b ssl-opt.sh: Enable some authentication tests for TLS 1.3 by Ronald Cron · 3 years, 2 months ago
  44. 1938588 tls13: Align some debug messages with TLS 1.2 ones by Ronald Cron · 3 years, 2 months ago
  45. a4417c1 ssl-opt.sh: Add Small/Large packets TLS 1.3 tests by Ronald Cron · 3 years, 1 month ago
  46. ba80d4d ssl-opt.sh: Enable Event-driven I/O tests for TLS 1.3 by Ronald Cron · 3 years, 1 month ago
  47. 2cffd28 ssl-opt.sh: Enable Non-blocking I/O tests for TLS 1.3 by Ronald Cron · 3 years, 1 month ago
  48. 0b776e2 Change some comments for alpn by XiaokangQian · 3 years, 1 month ago
  49. 93a7f7d Merge pull request #5954 from wernerlewis/x509_next_merged by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  50. fc425ee Merge pull request #5838 from mprse/HKDF_2 by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  51. 95d5f54 Fix coding styles by XiaokangQian · 3 years, 1 month ago
  52. 3e5585b Replace TEST_ASSERT macro uses by Werner Lewis · 3 years, 1 month ago
  53. ac80a66 Reduce buffer sizes to expected size by Werner Lewis · 3 years, 1 month ago
  54. 1b0ebdf Zeroize hkdf_label buffer by Przemek Stekiel · 3 years, 1 month ago
  55. 38ab400 Adapt code to be consistent with the existing code by Przemek Stekiel · 3 years, 1 month ago
  56. c740345 Adress review comments by XiaokangQian · 3 years, 1 month ago
  57. acb3992 Add ALPN extension to the server side by XiaokangQian · 3 years, 2 months ago
  58. b33bd19 Enable HKDF EXTRACT/EXPAND algs by Przemek Stekiel · 3 years, 2 months ago
  59. d5ae365 Use PSA HKDF-Extrat/Expand algs instead mbedtls_psa_hkdf_extract(), mbedtls_psa_hkdf_xpand() by Przemek Stekiel · 3 years, 3 months ago
  60. 88e7101 Remove mbedtls_psa_hkdf_extract(), mbedtls_psa_hkdf_expand() by Przemek Stekiel · 3 years, 3 months ago
  61. 0c9e74b Remove mbedtls_psa_hkdf_expand() and mbedtls_psa_hkdf_extract() tests by Przemek Stekiel · 3 years, 3 months ago
  62. 36aeb7f Merge pull request #5834 from mprse/HKDF_1 by Gilles Peskine · 3 years, 2 months ago
  63. 12657cd Remove binary int use by Werner Lewis · 3 years, 2 months ago
  64. 90c46c3 Use consistent test case names by Werner Lewis · 3 years, 2 months ago
  65. 2f1d510 Fix incorrect param in function declaration by Werner Lewis · 3 years, 2 months ago
  66. b3acb05 Add mbedtls_x509_dn_get_next function by Werner Lewis · 3 years, 2 months ago
  67. eb8570f Fix missing newline by Dave Rodgman · 3 years, 2 months ago
  68. 5cab9da fix whitespace by Dave Rodgman · 3 years, 2 months ago
  69. 5708046 Add test-case for checking curve order by Dave Rodgman · 3 years, 2 months ago
  70. ca3c6a5 Merge pull request #5817 from xkqian/tls13_add_server_name by Ronald Cron · 3 years, 2 months ago
  71. 75fe8c7 Change place of ssl_tls13_check_ephemeral_key_exchange by XiaokangQian · 3 years, 2 months ago
  72. 4ccd226 Merge pull request #5864 from xkqian/tls13_add_comprehensive_cases by Ronald Cron · 3 years, 2 months ago
  73. fb665a8 Adress the comments about styles and pick_cert by XiaokangQian · 3 years, 2 months ago
  74. 6c9fd61 exercise_key_agreement_key: add special handling for HKDF_EXPAND by Przemek Stekiel · 3 years, 2 months ago
  75. d898745 exercise_key_agreement_key: provide SALT for HKDF_EXTRACT by Przemek Stekiel · 3 years, 2 months ago
  76. 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
  77. 3ed1623 Refine server side SNI test cases by XiaokangQian · 3 years, 2 months ago
  78. 07aad07 Refine function name ssl_tls13_pick_key_cert by XiaokangQian · 3 years, 2 months ago
  79. 81802f4 Select certificate base on the received signature list by XiaokangQian · 3 years, 2 months ago
  80. b7c12a4 Refactor compat scripts by Jerry Yu · 3 years, 2 months ago
  81. 9b938b7 Share code with base class in generate_tls13_compat_tests.py by XiaokangQian · 3 years, 2 months ago
  82. fb1a3fe Address comments about python syntax by XiaokangQian · 3 years, 2 months ago
  83. 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
  84. b1847a2 Re-structure to share more common code by XiaokangQian · 3 years, 2 months ago
  85. 271c305 Merge pull request #5892 from AndrzejKurek/ssl-opt-client-kill-fix by Paul Elliott · 3 years, 2 months ago
  86. 1193069 Merge pull request #5827 from wernerlewis/time_utc by Dave Rodgman · 3 years, 2 months ago
  87. 5f2bc75 Merge pull request #5792 from yuhaoth/pr/add-tls13-moving-state-tests by Paul Elliott · 3 years, 2 months ago
  88. 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
  89. 96287d9 Remove the certificate key check against the received signature by XiaokangQian · 3 years, 2 months ago
  90. d9aaf76 Fixing CI complains. Signed-off-by: pespacek <peter.spacek@silabs.com> by pespacek · 3 years, 2 months ago
  91. 5313f03 Add change log by Ronald Cron · 3 years, 2 months ago
  92. 9850fa8 Refine ssl_tls13_pick_cert() by XiaokangQian · 3 years, 2 months ago
  93. b088a90 test_suite_psa_crypto_storage_format: disable KA(ECDH,HKDF_EXTRACT/EXPAND...) test cases by Przemek Stekiel · 3 years, 2 months ago
  94. d9e1287 crypto_config_test_driver_extension.h add HKDF_EXTRACT/EXPAND algs by Przemek Stekiel · 3 years, 2 months ago
  95. b06acd7 Fixing PSA return status Signed-off-by: pespacek <peter.spacek@silabs.com> by pespacek · 3 years, 2 months ago
  96. 23c5be6 Enable SNI test for both tls12 and tls13 by XiaokangQian · 3 years, 2 months ago
  97. 00e5eaa test: ssl: Remove more TLS 1.2 dependencies in handshake state tests by Ronald Cron · 3 years, 2 months ago
  98. bdddaef test: ssl: Enable client authentication in handshake state tests by Ronald Cron · 3 years, 2 months ago
  99. 209cae9 tls13: server: Fix state update in CLIENT_CERTIFICATE by Ronald Cron · 3 years, 2 months ago
  100. 670913f Fixing return value for ssl_tls13_write_certificate_body() by pespacek · 3 years, 2 months ago