1. acb3992 Add ALPN extension to the server side by XiaokangQian · 3 years, 2 months ago
  2. ca3c6a5 Merge pull request #5817 from xkqian/tls13_add_server_name by Ronald Cron · 3 years, 2 months ago
  3. 4ccd226 Merge pull request #5864 from xkqian/tls13_add_comprehensive_cases by Ronald Cron · 3 years, 2 months ago
  4. 3ed1623 Refine server side SNI test cases by XiaokangQian · 3 years, 2 months ago
  5. b7c12a4 Refactor compat scripts by Jerry Yu · 3 years, 2 months ago
  6. 9b938b7 Share code with base class in generate_tls13_compat_tests.py by XiaokangQian · 3 years, 2 months ago
  7. fb1a3fe Address comments about python syntax by XiaokangQian · 3 years, 2 months ago
  8. b1847a2 Re-structure to share more common code by XiaokangQian · 3 years, 2 months ago
  9. 271c305 Merge pull request #5892 from AndrzejKurek/ssl-opt-client-kill-fix by Paul Elliott · 3 years, 2 months ago
  10. 1193069 Merge pull request #5827 from wernerlewis/time_utc by Dave Rodgman · 3 years, 2 months ago
  11. 5f2bc75 Merge pull request #5792 from yuhaoth/pr/add-tls13-moving-state-tests by Paul Elliott · 3 years, 2 months ago
  12. 96287d9 Remove the certificate key check against the received signature by XiaokangQian · 3 years, 2 months ago
  13. 9850fa8 Refine ssl_tls13_pick_cert() by XiaokangQian · 3 years, 2 months ago
  14. 23c5be6 Enable SNI test for both tls12 and tls13 by XiaokangQian · 3 years, 2 months ago
  15. 00e5eaa test: ssl: Remove more TLS 1.2 dependencies in handshake state tests by Ronald Cron · 3 years, 2 months ago
  16. bdddaef test: ssl: Enable client authentication in handshake state tests by Ronald Cron · 3 years, 2 months ago
  17. 4b55a89 Merge pull request #5887 from tom-daubney-arm/mbedtls_x509_crt_ext_types_accessor by Dave Rodgman · 3 years, 2 months ago
  18. 140b589 Fix a bug with executing ssl-client2 in ssl-opt.sh in a subshell by Andrzej Kurek · 3 years, 2 months ago
  19. 5c9c2ce Add correct test dependencies by Thomas Daubney · 3 years, 2 months ago
  20. a5f39e0 Move accessor definition by Thomas Daubney · 3 years, 2 months ago
  21. 6994e3e fix various issues by Jerry Yu · 3 years, 2 months ago
  22. 129aeb9 Update test cases and support sni ca override by XiaokangQian · 3 years, 2 months ago
  23. acd01e5 Use ASN1 UTC tags for dates before 2000 by Werner Lewis · 3 years, 3 months ago
  24. f2d32e6 fix tls13_only test fail by Jerry Yu · 3 years, 2 months ago
  25. 3ff4fc6 Add test data by Thomas Daubney · 3 years, 2 months ago
  26. bd5466a Add test for accessor by Thomas Daubney · 3 years, 2 months ago
  27. 7bf3358 Remove duplicated tests by Jerry Yu · 3 years, 2 months ago
  28. 1443537 fix test fail when WANT_READ/WRITE returned by Jerry Yu · 3 years, 2 months ago
  29. f4f0f69 Enable requires_openssl_tls1_3 in sni test cases by XiaokangQian · 3 years, 2 months ago
  30. ac41edf Enable requires_gnutls_tls1_3 in sni test cases by XiaokangQian · 3 years, 2 months ago
  31. 66537f4 fix certificate request fail by Jerry Yu · 3 years, 2 months ago
  32. 1e7c438 remove tls1.3 dependancy by Jerry Yu · 3 years, 2 months ago
  33. 09858ae Merge pull request #5813 from mprse/deprecate_mbedtls_cipher_setup_psa by Gilles Peskine · 3 years, 2 months ago
  34. 2ccd97b Change test case name to sni by XiaokangQian · 3 years, 2 months ago
  35. 66adf31 Update comments by Jerry Yu · 3 years, 2 months ago
  36. df0a71a Add handshake version test by Jerry Yu · 3 years, 2 months ago
  37. b3d86de fix hanshake wrapup fail by Jerry Yu · 3 years, 3 months ago
  38. df65b66 Add handshake over test by Jerry Yu · 3 years, 3 months ago
  39. 85e5c81 fix check test cases fail by Jerry Yu · 3 years, 3 months ago
  40. d9d049d revert dbg config by Jerry Yu · 3 years, 3 months ago
  41. d8c57fe Add moving state test for TLS1.3 by Jerry Yu · 3 years, 3 months ago
  42. 023ff7a Move dependes_on of move handshakes state by Jerry Yu · 3 years, 3 months ago
  43. d5d5b60 Add comprehensive test cases for TLS1.3 server side by XiaokangQian · 3 years, 3 months ago
  44. f2a9420 Fix SNI test failure by XiaokangQian · 3 years, 3 months ago
  45. 40a3523 Add support of server name extension to server side by XiaokangQian · 3 years, 3 months ago
  46. 9a4e1dd Add back openssl client auth test by XiaokangQian · 3 years, 2 months ago
  47. aca9048 Change base on review by XiaokangQian · 3 years, 3 months ago
  48. c3017f6 Remove useless guards and refine checking by XiaokangQian · 3 years, 3 months ago
  49. 189ded2 Remove coordinate functions and change state machine in server side by XiaokangQian · 3 years, 3 months ago
  50. 8fba70f Merge pull request #5749 from yuhaoth/pr/add-tls13-finished-message-and-wrapup by Paul Elliott · 3 years, 2 months ago
  51. 5491f85 skip openssl client auth test by Jerry Yu · 3 years, 3 months ago
  52. 090378c change exit code of cli auth test by Jerry Yu · 3 years, 3 months ago
  53. 69e348d Merge pull request #5833 from superna9999/5826-create-mbedtls-pk-can-do-psa by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  54. 7eaadae fix no x509 info fail. by Jerry Yu · 3 years, 3 months ago
  55. c661ff5 Fix pk_can_do_ext tests with non-opaque keys by Neil Armstrong · 3 years, 3 months ago
  56. 5c5b116 Add pk_can_do_ext test for non-opaque keys by Neil Armstrong · 3 years, 3 months ago
  57. 4283a6b Merge pull request #5736 from gilles-peskine-arm/psa-raw_key_agreement-buffer_too_small by Paul Elliott · 3 years, 3 months ago
  58. 476d9c4 Use MBEDTLS_TEST_DEPRECATED only in tests by Przemek Stekiel · 3 years, 3 months ago
  59. 6ab65e2 Merge pull request #5842 from mprse/decrypt_tests by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  60. 36becb1 update hrr tests by Jerry Yu · 3 years, 3 months ago
  61. a7abc5e fix ci test fails by Jerry Yu · 3 years, 3 months ago
  62. 155493d fix openssl test fail. by Jerry Yu · 3 years, 3 months ago
  63. 6622049 test:add state check by Jerry Yu · 3 years, 4 months ago
  64. 4d8567f fix various issues by Jerry Yu · 3 years, 4 months ago
  65. 42ed963 Update PSA compliance test branch by Gilles Peskine · 3 years, 3 months ago
  66. a478441 Merge pull request #5748 from yuhaoth/pr/add-tls13-write-certificate-and-verify by Paul Elliott · 3 years, 3 months ago
  67. 8eb0afb Remove duplicate pk_can_do_ext test by Neil Armstrong · 3 years, 3 months ago
  68. 408f6a6 Add usage parameter to mbedtls_pk_can_do_ext() by Neil Armstrong · 3 years, 3 months ago
  69. 434d4eb Remove invalid comments in pk_can_do_ext() by Neil Armstrong · 3 years, 3 months ago
  70. 7be11a7 Use TEST_LE_U in some places where it applies by Gilles Peskine · 3 years, 4 months ago
  71. d146542 New test helper macros TEST_LE_U, TEST_LE_S by Gilles Peskine · 3 years, 4 months ago
  72. 3ff2544 Separate the validation of the size macros and of the function by Gilles Peskine · 3 years, 4 months ago
  73. d4a258a Improve PSA_RAW_KEY_AGREEMENT_OUTPUT_SIZE validation by Gilles Peskine · 3 years, 4 months ago
  74. 992bee8 Test psa_raw_key_agreement with a larger/smaller buffer by Gilles Peskine · 3 years, 4 months ago
  75. 8da6da3 ssl-opt.sh: add test of RSA Opaque keys with TLS 1.2 server for decryption by Przemek Stekiel · 3 years, 3 months ago
  76. 9b7e296 Merge pull request #4211 from ccawley2011/mingw by Gilles Peskine · 3 years, 3 months ago
  77. e58ca8b Add MBEDTLS_TEST_DEPRECATED dependency by Przemek Stekiel · 3 years, 3 months ago
  78. b89125b Add test without server certificate by Jerry Yu · 3 years, 3 months ago
  79. 61922d1 Fix mbedtls_cipher_setup_psa() dependencies in tests by Przemek Stekiel · 3 years, 3 months ago
  80. 1cd4f6a Merge pull request #5794 from mprse/cipher_dep by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  81. 4014a04 Merge pull request #5617 from gilles-peskine-arm/chacha20-rfc7539-test-vector by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  82. ce1d239 Add tests for mbedtls_pk_can_do_ext() in test_suite_pktest_suite_pk by Neil Armstrong · 3 years, 3 months ago
  83. da5f483 all.sh: Fix order of CIPHER dependencies by Przemek Stekiel · 3 years, 3 months ago
  84. 179d748 all.sh: add build/test config crypto_full minus CIPHER Dependency list: by Przemek Stekiel · 3 years, 3 months ago
  85. 10f3a60 all.sh: add build/test config full minus CIPHER by Przemek Stekiel · 3 years, 3 months ago
  86. c450566 Update client auth tests by Jerry Yu · 3 years, 3 months ago
  87. c8bdbf7 test:add state check for certificate and verify by Jerry Yu · 3 years, 4 months ago
  88. 3009a97 Minor spelling / grammar improvements by Dave Rodgman · 3 years, 4 months ago
  89. 5c65c57 Fix additional misspellings found by codespell by Andrzej Kurek · 3 years, 4 months ago
  90. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  91. 5479f53 Merge pull request #5772 from superna9999/5762-rsa-decrypt-pk by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  92. 814562a Switch last TEST_ASSERT() in TEST_EQUAL() in pk_wrap_rsa_decrypt_test_vec() by Neil Armstrong · 3 years, 3 months ago
  93. d1a954d Merge pull request #5707 from yuhaoth/pr/add-tls13-write-hello-retry-request by Paul Elliott · 3 years, 3 months ago
  94. ea5496c Fix compilation with MinGW32 by Cameron Cawley · 4 years, 5 months ago
  95. 4265026 Merge pull request #5783 from mprse/md_dep_v3 by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  96. 9bbb7ba Merge pull request #5791 from superna9999/5788-unify-non-opaque-and-opaque-psks by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  97. ede50ea move hrr tests by Jerry Yu · 3 years, 3 months ago
  98. 23f7a6f share write_body between HRR and ServerHello by Jerry Yu · 3 years, 4 months ago
  99. cb03677 add hrr test by Jerry Yu · 3 years, 4 months ago
  100. a987e1d Change state machine after encrypted extension and update cases by XiaokangQian · 3 years, 3 months ago