1. 8c5559d Add HelloRetryRequst tests by Jerry Yu · 3 years, 9 months ago
  2. 936dffd Add certificate request check by Jerry Yu · 3 years, 9 months ago
  3. 8f9d7db Add unsupported version check by Jerry Yu · 3 years, 9 months ago
  4. 8b5c382 Fix (d)tls1_2 into (d)tls12 in version options by Xiaofei Bai · 3 years, 8 months ago
  5. d25fab6 Update based on comments by Xiaofei Bai · 3 years, 8 months ago
  6. 746f948 Fix 1_3/13 usages in macros and function names by Xiaofei Bai · 3 years, 9 months ago
  7. 30f5560 Reverse the cert file by XiaokangQian · 3 years, 9 months ago
  8. f9fca8a Add back cipher suite information in ssh-opt.sh by XiaokangQian · 3 years, 9 months ago
  9. 25476a4 Change code based on review by XiaokangQian · 3 years, 9 months ago
  10. 07c5547 Change cert file to server2-sha256.crt by XiaokangQian · 3 years, 9 months ago
  11. a27b352 Disable PSA_CRYPTO in tls1.3 tests by XiaokangQian · 3 years, 9 months ago
  12. bdf26de Fix test failure and remove useless code by XiaokangQian · 3 years, 9 months ago
  13. 3887ab5 Use O_NEXT_SRV to support ciphersuite option by XiaokangQian · 3 years, 9 months ago
  14. 22dd68c Rebase code and run through the whole test flow by XiaokangQian · 3 years, 9 months ago
  15. d150189 Change script to solve G_NEXT_SRV_RSA not set issue by XiaokangQian · 3 years, 9 months ago
  16. 4b82ca1 Refine test code and test scripts by XiaokangQian · 3 years, 9 months ago
  17. d940e64 Add test script for RSA signature by XiaokangQian · 3 years, 9 months ago
  18. 6d38c19 Add http connection pass check by Jerry Yu · 3 years, 9 months ago
  19. e1b1e2d Add minimal feature sets test by Jerry Yu · 3 years, 9 months ago
  20. 3306284 Change code base on comments by XiaokangQian · 3 years, 9 months ago
  21. d0aa3e9 Inprove code base on review comments by XiaokangQian · 3 years, 9 months ago
  22. 5398c10 Add return value check for cerificate verify by Jerry Yu · 3 years, 9 months ago
  23. 834886d Add certificate verify check by Jerry Yu · 3 years, 9 months ago
  24. daac359 Change check condition order by Jerry Yu · 3 years, 9 months ago
  25. 1df3db0 Add certificate success check by Jerry Yu · 3 years, 9 months ago
  26. 937ac67 Disable client cert for gnutls tests by Jerry Yu · 3 years, 9 months ago
  27. ab7f50d Change macro names and add test script for extensions by XiaokangQian · 3 years, 10 months ago
  28. 5893246 Merge pull request #4919 from yuhaoth/pr/add-tls13-server-hello-parser by Ronald Cron · 3 years, 9 months ago
  29. cbe4a05 Merge pull request #5090 from gilles-peskine-arm/ssl-opt-resend-retry-3.0 by paul-elliott-arm · 3 years, 9 months ago
  30. 9317e09 Merge pull request #5007 from mprse/pk_opaque by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  31. bb5d483 ssl-opt.sh: adapt paramteters of key opaque cases by Przemyslaw Stekiel · 3 years, 9 months ago
  32. 745bb61 Fix format issue and enhance test by Jerry Yu · 3 years, 10 months ago
  33. 42920ec tls1_3:skip handshake msg test with PSA_CRYPTO by Jerry Yu · 3 years, 10 months ago
  34. 4ae2d62 Improve tls13 handshake test by Jerry Yu · 3 years, 11 months ago
  35. e05e126 Remove bash specific code by Paul Elliott · 3 years, 10 months ago
  36. 8132c2f Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
  37. 788ad33 Move is-it-resend logic into a function by Gilles Peskine · 3 years, 10 months ago
  38. 58ed8a7 Remove use of -p with lsof by Paul Elliott · 3 years, 10 months ago
  39. f11d30e Retry if a test case fails because of an unexpected resend by Gilles Peskine · 3 years, 10 months ago
  40. 0e3534c Move retry logic into check_test_failure by Gilles Peskine · 3 years, 10 months ago
  41. 196d73b Move the core loop of run_test into an auxiliary function by Gilles Peskine · 3 years, 10 months ago
  42. 236bf98 Move some code of run_test into auxiliary functions by Gilles Peskine · 3 years, 10 months ago
  43. 6210320 Merge pull request #4989 from AndrzejKurek/remove-ssl-export-keys by Gilles Peskine · 3 years, 10 months ago
  44. 0421715 Use 127.0.0.1 rather than localhost by Paul Elliott · 3 years, 10 months ago
  45. 1428f25 Fix incorrect check for DTLS by Paul Elliott · 3 years, 10 months ago
  46. 09cfa18 Spelling fix by Paul Elliott · 3 years, 10 months ago
  47. d60950c Use newer OpenSSL for tests failing with the old by Manuel Pégourié-Gonnard · 3 years, 10 months ago
  48. 575f23c add client/server opaque test by Przemyslaw Stekiel · 3 years, 10 months ago
  49. 0483e3d Add key_opaque option to ssl_server2.c + test by Przemyslaw Stekiel · 3 years, 10 months ago
  50. 5902cd6 Remove MBEDTLS_SSL_EXPORT_KEYS, making it always on by Andrzej Kurek · 3 years, 10 months ago
  51. 6e81b27 Add client state number check by Jerry Yu · 3 years, 10 months ago
  52. 3523a3b Improve dispatch tests by Jerry Yu · 3 years, 11 months ago
  53. 76e31ec Add gnutls version test for client hello by Jerry Yu · 3 years, 11 months ago
  54. ed2ef2d add client hello msg test by Jerry Yu · 4 years ago
  55. 75261df fix comment issues by Jerry Yu · 4 years ago
  56. b12d81d Add feature tests for gnutls-next by Jerry Yu · 4 years ago
  57. e45ee40 Merge pull request #4811 from hanno-arm/tls13_ciphersuite_api by Manuel Pégourié-Gonnard · 4 years ago
  58. 31c01d3 Rename available values for tls13_kex_modes by Jerry Yu · 4 years ago
  59. 932064d Add ssl-opt.sh tests for ssl_client/server TLS 1.3 kex parameters by Hanno Becker · 4 years ago
  60. 0402979 Add openssl/gnutls tls1.3 feature tests. by Jerry Yu · 4 years ago
  61. b9930e7 Add dummy tls1.3 handshake dispatch functions by Jerry Yu · 4 years ago
  62. c46e9b4 tests: Add negative version config tests. by Jerry Yu · 4 years ago
  63. 78f6f05 Merge pull request #4695 from yutotakano/fix-ssl-opt.sh-hard-abort by Gilles Peskine · 4 years ago
  64. 06672ef Merge pull request #4776 from gilles-peskine-arm/generate_psa_tests-robutness-202107 by Manuel Pégourié-Gonnard · 4 years ago
  65. b637150 Merge pull request #4730 from TRodziewicz/finish_removing_tls_1.0_and_1.1 by Manuel Pégourié-Gonnard · 4 years ago
  66. 6ee3bc0 Fix typo in test dependencies by Gilles Peskine · 4 years, 1 month ago
  67. c3366a4 Added mis-removed test and removed unneeded tests by TRodziewicz · 4 years, 1 month ago
  68. 3fa1673 Fix grammar suggesting an upper bound on MAX_CONTENT_LEN by Yuto Takano · 4 years, 1 month ago
  69. 9c09d55 Raise max_content_len constraint by one in Connection ID tests by Yuto Takano · 4 years, 1 month ago
  70. bc87b1d Add content length constraint to tests that use max_frag_len by Yuto Takano · 4 years, 1 month ago
  71. 6f65743 Move repetitive equality check to `requires_config_value_equals` by Yuto Takano · 4 years, 1 month ago
  72. 0248582 Reword and add explanatory comments for MAX_IM_CA tests by Yuto Takano · 4 years, 1 month ago
  73. b0a1c5b Use `requires_max_content_len`, add check in Renegotiation by Yuto Takano · 4 years, 1 month ago
  74. 2be6f1a Add space between command substitution braces and content by Yuto Takano · 4 years, 2 months ago
  75. 73e7dcb Add MAX_IM_CA requirement to int_max+1 chain as well by Yuto Takano · 4 years, 2 months ago
  76. e43556b Remove hard exit with MAX_INTERMEDIATE_CA in ssl-opt.sh by Yuto Takano · 4 years, 2 months ago
  77. 0509fea Remove hard exit in ssh-opt.sh, replace with `requires` functions by Yuto Takano · 4 years, 2 months ago
  78. dc1a3b2 Merge pull request #4724 from hanno-arm/ssl_hs_parse_error_3_0 by Dave Rodgman · 4 years, 1 month ago
  79. c424098 Change exceptional case for running negative tests by Dave Rodgman · 4 years, 1 month ago
  80. e5b828c Fix error string checked for by ssl-opt.sh negative tests by Dave Rodgman · 4 years, 1 month ago
  81. bec7caf Correct required config flag in ECJPAKE tests by Dave Rodgman · 4 years, 1 month ago
  82. 737237f Fix ECJPAKE test failures by Dave Rodgman · 4 years, 1 month ago
  83. 6ce10be Fix test failure by Dave Rodgman · 4 years, 1 month ago
  84. 2abf03c Remove all TLS 1.0 and 1.1 instances and add some compatibility tests by TRodziewicz · 4 years, 1 month ago
  85. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
  86. e9bc857 Merge pull request #4552 from hanno-arm/mbedtls_3_0_key_export by Gilles Peskine · 4 years, 1 month ago
  87. 3e7ddb2 Merge pull request #4604 from gilles-peskine-arm/default-hashes-curves-3.0 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  88. 11a4c1a Adapt key export test in ssl-opt.sh to reduced output by Hanno Becker · 4 years, 2 months ago
  89. 4a02cef Test restartable ECC with a curve that supports it by Gilles Peskine · 4 years, 2 months ago
  90. 799eee6 Update the expected default curve in ssl-opt.sh by Gilles Peskine · 4 years, 2 months ago
  91. 12b5b38 Fix "PSA - ECDH with [non-default curve]" by Gilles Peskine · 4 years, 2 months ago
  92. 5f43f97 Removes tests from ssl-opt.sh by Thomas Daubney · 4 years, 2 months ago
  93. 16fdab7 Merge pull request #4382 from hanno-arm/max_record_payload_api by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  94. 59d3670 Fix ssl-opt.sh test cases grepping for MFL configuration output by Hanno Becker · 4 years, 2 months ago
  95. d60b6c6 Remove per-version ciphersuite configuration API by Hanno Becker · 4 years, 3 months ago
  96. 4ca18aa Corrections after the code review by TRodziewicz · 4 years, 3 months ago
  97. 97e4172 Remove the _SSL_FALLBACK_ tests by TRodziewicz · 4 years, 3 months ago
  98. ef73f01 Removing strayed dtls1 after doing tests by TRodziewicz · 4 years, 3 months ago
  99. 0f82ec6 Remove the TLS 1.0 and 1.1 support by TRodziewicz · 4 years, 3 months ago
  100. ea047c8 Merge pull request #4429 from gilles-peskine-arm/openssl-dhparam-robustness-3.0 by Manuel Pégourié-Gonnard · 4 years, 3 months ago