1. 36b0223 Reorganize Opaque ssl-opt tests, pass key_opaque_algs=, add less wrong negative server testings by Neil Armstrong · 3 years, 1 month ago
  2. b2c3b5b Fix depends on handshake_ciphersuite_select tests by Neil Armstrong · 3 years, 1 month ago
  3. db13497 Reorganize & add more handshake_ciphersuite_select to test all MBEDTLS_KEY_EXCHANGE_XXX cases by Neil Armstrong · 3 years, 1 month ago
  4. 2407279 Add tests with specific hash for handshake_ciphersuite_select positive tests by Neil Armstrong · 3 years, 1 month ago
  5. ed917bf Update description for negative key_opaque_algs tests by Neil Armstrong · 3 years, 1 month ago
  6. 8c52ed8 Add negative testing of ciphersuite selection using Opaque algs & usage by Neil Armstrong · 3 years, 2 months ago
  7. eb4390b Add Cipersuite selection negative testing by using invalid algs for server-side opaque key by Neil Armstrong · 3 years, 2 months ago
  8. 585cd70 tests: ssl: Fix coverity deadcode issue by Ronald Cron · 3 years, 2 months ago
  9. b94854f Merge pull request #5973 from ronald-cron-arm/tls13-misc-tests by Ronald Cron · 3 years, 1 month ago
  10. f5b7082 Merge pull request #5811 from polhenarejos/bug_x448 by Dave Rodgman · 3 years, 1 month ago
  11. a8d79b9 ssl-opt.sh: Remove one pattern check by Ronald Cron · 3 years, 1 month ago
  12. 07040bb Merge pull request #5951 from xkqian/tls13_add_alpn by Ronald Cron · 3 years, 1 month ago
  13. 21a1b2d Enable "Sending app data" SSL unit tests for TLS 1.3 by Ronald Cron · 3 years, 2 months ago
  14. c78511b ssl-opt.sh: Enable some authentication tests for TLS 1.3 by Ronald Cron · 3 years, 2 months ago
  15. 1938588 tls13: Align some debug messages with TLS 1.2 ones by Ronald Cron · 3 years, 2 months ago
  16. a4417c1 ssl-opt.sh: Add Small/Large packets TLS 1.3 tests by Ronald Cron · 3 years, 1 month ago
  17. ba80d4d ssl-opt.sh: Enable Event-driven I/O tests for TLS 1.3 by Ronald Cron · 3 years, 1 month ago
  18. 2cffd28 ssl-opt.sh: Enable Non-blocking I/O tests for TLS 1.3 by Ronald Cron · 3 years, 1 month ago
  19. 93a7f7d Merge pull request #5954 from wernerlewis/x509_next_merged by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  20. 95d5f54 Fix coding styles by XiaokangQian · 3 years, 1 month ago
  21. 3e5585b Replace TEST_ASSERT macro uses by Werner Lewis · 3 years, 1 month ago
  22. ac80a66 Reduce buffer sizes to expected size by Werner Lewis · 3 years, 1 month ago
  23. c740345 Adress review comments by XiaokangQian · 3 years, 1 month ago
  24. acb3992 Add ALPN extension to the server side by XiaokangQian · 3 years, 2 months ago
  25. 0c9e74b Remove mbedtls_psa_hkdf_expand() and mbedtls_psa_hkdf_extract() tests by Przemek Stekiel · 3 years, 3 months ago
  26. 36aeb7f Merge pull request #5834 from mprse/HKDF_1 by Gilles Peskine · 3 years, 2 months ago
  27. 12657cd Remove binary int use by Werner Lewis · 3 years, 2 months ago
  28. 90c46c3 Use consistent test case names by Werner Lewis · 3 years, 2 months ago
  29. b3acb05 Add mbedtls_x509_dn_get_next function by Werner Lewis · 3 years, 2 months ago
  30. eb8570f Fix missing newline by Dave Rodgman · 3 years, 2 months ago
  31. 5cab9da fix whitespace by Dave Rodgman · 3 years, 2 months ago
  32. 5708046 Add test-case for checking curve order by Dave Rodgman · 3 years, 2 months ago
  33. ca3c6a5 Merge pull request #5817 from xkqian/tls13_add_server_name by Ronald Cron · 3 years, 2 months ago
  34. 4ccd226 Merge pull request #5864 from xkqian/tls13_add_comprehensive_cases by Ronald Cron · 3 years, 2 months ago
  35. 6c9fd61 exercise_key_agreement_key: add special handling for HKDF_EXPAND by Przemek Stekiel · 3 years, 2 months ago
  36. d898745 exercise_key_agreement_key: provide SALT for HKDF_EXTRACT by Przemek Stekiel · 3 years, 2 months ago
  37. 3ed1623 Refine server side SNI test cases by XiaokangQian · 3 years, 2 months ago
  38. b7c12a4 Refactor compat scripts by Jerry Yu · 3 years, 2 months ago
  39. 9b938b7 Share code with base class in generate_tls13_compat_tests.py by XiaokangQian · 3 years, 2 months ago
  40. fb1a3fe Address comments about python syntax by XiaokangQian · 3 years, 2 months ago
  41. b1847a2 Re-structure to share more common code by XiaokangQian · 3 years, 2 months ago
  42. 271c305 Merge pull request #5892 from AndrzejKurek/ssl-opt-client-kill-fix by Paul Elliott · 3 years, 2 months ago
  43. 1193069 Merge pull request #5827 from wernerlewis/time_utc by Dave Rodgman · 3 years, 2 months ago
  44. 5f2bc75 Merge pull request #5792 from yuhaoth/pr/add-tls13-moving-state-tests by Paul Elliott · 3 years, 2 months ago
  45. 96287d9 Remove the certificate key check against the received signature by XiaokangQian · 3 years, 2 months ago
  46. 9850fa8 Refine ssl_tls13_pick_cert() by XiaokangQian · 3 years, 2 months ago
  47. b088a90 test_suite_psa_crypto_storage_format: disable KA(ECDH,HKDF_EXTRACT/EXPAND...) test cases by Przemek Stekiel · 3 years, 2 months ago
  48. d9e1287 crypto_config_test_driver_extension.h add HKDF_EXTRACT/EXPAND algs by Przemek Stekiel · 3 years, 2 months ago
  49. 23c5be6 Enable SNI test for both tls12 and tls13 by XiaokangQian · 3 years, 2 months ago
  50. 00e5eaa test: ssl: Remove more TLS 1.2 dependencies in handshake state tests by Ronald Cron · 3 years, 2 months ago
  51. bdddaef test: ssl: Enable client authentication in handshake state tests by Ronald Cron · 3 years, 2 months ago
  52. 4b55a89 Merge pull request #5887 from tom-daubney-arm/mbedtls_x509_crt_ext_types_accessor by Dave Rodgman · 3 years, 2 months ago
  53. 140b589 Fix a bug with executing ssl-client2 in ssl-opt.sh in a subshell by Andrzej Kurek · 3 years, 2 months ago
  54. 5c9c2ce Add correct test dependencies by Thomas Daubney · 3 years, 2 months ago
  55. a5f39e0 Move accessor definition by Thomas Daubney · 3 years, 2 months ago
  56. 221391b generate_psa_tests.py: REVERT adapt OpFail test generator for HKDF-Exract/Expand algs by Przemek Stekiel · 3 years, 2 months ago
  57. 6686773 derive_output tests: fix output key length to be consistent with teh description by Przemek Stekiel · 3 years, 2 months ago
  58. cde3f78 Make info valid only after secret for HKDF-EXPAND + adapt tests by Przemek Stekiel · 3 years, 2 months ago
  59. 0586f4c Make salt mandatory for HKDF-EXTRACT + adapt tests by Przemek Stekiel · 3 years, 2 months ago
  60. 6994e3e fix various issues by Jerry Yu · 3 years, 2 months ago
  61. 0e99391 derive_output test: fix output key bit length by Przemek Stekiel · 3 years, 2 months ago
  62. 3e8249c Add PSA_WANT_ALG_HKDF_EXPAND, PSA_WANT_ALG_HKDF_EXTRACT, adapt code and dependencies by Przemek Stekiel · 3 years, 2 months ago
  63. f0f0bd0 test_suite_psa_crypto_metadata: add test cases for the HKDF-Extract/Expand algorithms by Przemek Stekiel · 3 years, 2 months ago
  64. 129aeb9 Update test cases and support sni ca override by XiaokangQian · 3 years, 2 months ago
  65. acd01e5 Use ASN1 UTC tags for dates before 2000 by Werner Lewis · 3 years, 3 months ago
  66. f2d32e6 fix tls13_only test fail by Jerry Yu · 3 years, 2 months ago
  67. 3ff4fc6 Add test data by Thomas Daubney · 3 years, 2 months ago
  68. bd5466a Add test for accessor by Thomas Daubney · 3 years, 2 months ago
  69. 7bf3358 Remove duplicated tests by Jerry Yu · 3 years, 2 months ago
  70. 1443537 fix test fail when WANT_READ/WRITE returned by Jerry Yu · 3 years, 2 months ago
  71. f4f0f69 Enable requires_openssl_tls1_3 in sni test cases by XiaokangQian · 3 years, 2 months ago
  72. ac41edf Enable requires_gnutls_tls1_3 in sni test cases by XiaokangQian · 3 years, 2 months ago
  73. 66537f4 fix certificate request fail by Jerry Yu · 3 years, 2 months ago
  74. 1e7c438 remove tls1.3 dependancy by Jerry Yu · 3 years, 2 months ago
  75. 09858ae Merge pull request #5813 from mprse/deprecate_mbedtls_cipher_setup_psa by Gilles Peskine · 3 years, 2 months ago
  76. 2ccd97b Change test case name to sni by XiaokangQian · 3 years, 2 months ago
  77. 66adf31 Update comments by Jerry Yu · 3 years, 2 months ago
  78. df0a71a Add handshake version test by Jerry Yu · 3 years, 2 months ago
  79. b3d86de fix hanshake wrapup fail by Jerry Yu · 3 years, 3 months ago
  80. df65b66 Add handshake over test by Jerry Yu · 3 years, 3 months ago
  81. 85e5c81 fix check test cases fail by Jerry Yu · 3 years, 3 months ago
  82. d9d049d revert dbg config by Jerry Yu · 3 years, 3 months ago
  83. d8c57fe Add moving state test for TLS1.3 by Jerry Yu · 3 years, 3 months ago
  84. 023ff7a Move dependes_on of move handshakes state by Jerry Yu · 3 years, 3 months ago
  85. d5d5b60 Add comprehensive test cases for TLS1.3 server side by XiaokangQian · 3 years, 3 months ago
  86. f2a9420 Fix SNI test failure by XiaokangQian · 3 years, 3 months ago
  87. 40a3523 Add support of server name extension to server side by XiaokangQian · 3 years, 3 months ago
  88. 9a4e1dd Add back openssl client auth test by XiaokangQian · 3 years, 2 months ago
  89. aca9048 Change base on review by XiaokangQian · 3 years, 3 months ago
  90. c3017f6 Remove useless guards and refine checking by XiaokangQian · 3 years, 3 months ago
  91. 189ded2 Remove coordinate functions and change state machine in server side by XiaokangQian · 3 years, 3 months ago
  92. 8fba70f Merge pull request #5749 from yuhaoth/pr/add-tls13-finished-message-and-wrapup by Paul Elliott · 3 years, 2 months ago
  93. 5491f85 skip openssl client auth test by Jerry Yu · 3 years, 3 months ago
  94. 090378c change exit code of cli auth test by Jerry Yu · 3 years, 3 months ago
  95. 69e348d Merge pull request #5833 from superna9999/5826-create-mbedtls-pk-can-do-psa by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  96. 7eaadae fix no x509 info fail. by Jerry Yu · 3 years, 3 months ago
  97. c661ff5 Fix pk_can_do_ext tests with non-opaque keys by Neil Armstrong · 3 years, 3 months ago
  98. 5c5b116 Add pk_can_do_ext test for non-opaque keys by Neil Armstrong · 3 years, 3 months ago
  99. 4283a6b Merge pull request #5736 from gilles-peskine-arm/psa-raw_key_agreement-buffer_too_small by Paul Elliott · 3 years, 3 months ago
  100. 476d9c4 Use MBEDTLS_TEST_DEPRECATED only in tests by Przemek Stekiel · 3 years, 3 months ago