1. 5398c10 Add return value check for cerificate verify by Jerry Yu · 3 years, 9 months ago
  2. 834886d Add certificate verify check by Jerry Yu · 3 years, 9 months ago
  3. daac359 Change check condition order by Jerry Yu · 3 years, 9 months ago
  4. 1df3db0 Add certificate success check by Jerry Yu · 3 years, 9 months ago
  5. 937ac67 Disable client cert for gnutls tests by Jerry Yu · 3 years, 9 months ago
  6. ab7f50d Change macro names and add test script for extensions by XiaokangQian · 3 years, 10 months ago
  7. 5893246 Merge pull request #4919 from yuhaoth/pr/add-tls13-server-hello-parser by Ronald Cron · 3 years, 9 months ago
  8. cbe4a05 Merge pull request #5090 from gilles-peskine-arm/ssl-opt-resend-retry-3.0 by paul-elliott-arm · 3 years, 9 months ago
  9. 9317e09 Merge pull request #5007 from mprse/pk_opaque by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  10. bb5d483 ssl-opt.sh: adapt paramteters of key opaque cases by Przemyslaw Stekiel · 3 years, 9 months ago
  11. 745bb61 Fix format issue and enhance test by Jerry Yu · 3 years, 10 months ago
  12. 42920ec tls1_3:skip handshake msg test with PSA_CRYPTO by Jerry Yu · 3 years, 10 months ago
  13. 4ae2d62 Improve tls13 handshake test by Jerry Yu · 3 years, 11 months ago
  14. e05e126 Remove bash specific code by Paul Elliott · 3 years, 10 months ago
  15. 8132c2f Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
  16. 788ad33 Move is-it-resend logic into a function by Gilles Peskine · 3 years, 10 months ago
  17. 58ed8a7 Remove use of -p with lsof by Paul Elliott · 3 years, 10 months ago
  18. f11d30e Retry if a test case fails because of an unexpected resend by Gilles Peskine · 3 years, 10 months ago
  19. 0e3534c Move retry logic into check_test_failure by Gilles Peskine · 3 years, 10 months ago
  20. 196d73b Move the core loop of run_test into an auxiliary function by Gilles Peskine · 3 years, 10 months ago
  21. 236bf98 Move some code of run_test into auxiliary functions by Gilles Peskine · 3 years, 10 months ago
  22. 6210320 Merge pull request #4989 from AndrzejKurek/remove-ssl-export-keys by Gilles Peskine · 3 years, 10 months ago
  23. 0421715 Use 127.0.0.1 rather than localhost by Paul Elliott · 3 years, 10 months ago
  24. 1428f25 Fix incorrect check for DTLS by Paul Elliott · 3 years, 10 months ago
  25. 09cfa18 Spelling fix by Paul Elliott · 3 years, 10 months ago
  26. d60950c Use newer OpenSSL for tests failing with the old by Manuel Pégourié-Gonnard · 3 years, 10 months ago
  27. 575f23c add client/server opaque test by Przemyslaw Stekiel · 3 years, 10 months ago
  28. 0483e3d Add key_opaque option to ssl_server2.c + test by Przemyslaw Stekiel · 3 years, 10 months ago
  29. 5902cd6 Remove MBEDTLS_SSL_EXPORT_KEYS, making it always on by Andrzej Kurek · 3 years, 10 months ago
  30. 6e81b27 Add client state number check by Jerry Yu · 3 years, 10 months ago
  31. 3523a3b Improve dispatch tests by Jerry Yu · 3 years, 11 months ago
  32. 76e31ec Add gnutls version test for client hello by Jerry Yu · 3 years, 11 months ago
  33. ed2ef2d add client hello msg test by Jerry Yu · 4 years ago
  34. 75261df fix comment issues by Jerry Yu · 4 years ago
  35. b12d81d Add feature tests for gnutls-next by Jerry Yu · 4 years ago
  36. e45ee40 Merge pull request #4811 from hanno-arm/tls13_ciphersuite_api by Manuel Pégourié-Gonnard · 4 years ago
  37. 31c01d3 Rename available values for tls13_kex_modes by Jerry Yu · 4 years ago
  38. 932064d Add ssl-opt.sh tests for ssl_client/server TLS 1.3 kex parameters by Hanno Becker · 4 years ago
  39. 0402979 Add openssl/gnutls tls1.3 feature tests. by Jerry Yu · 4 years ago
  40. b9930e7 Add dummy tls1.3 handshake dispatch functions by Jerry Yu · 4 years ago
  41. c46e9b4 tests: Add negative version config tests. by Jerry Yu · 4 years ago
  42. 78f6f05 Merge pull request #4695 from yutotakano/fix-ssl-opt.sh-hard-abort by Gilles Peskine · 4 years ago
  43. 06672ef Merge pull request #4776 from gilles-peskine-arm/generate_psa_tests-robutness-202107 by Manuel Pégourié-Gonnard · 4 years ago
  44. b637150 Merge pull request #4730 from TRodziewicz/finish_removing_tls_1.0_and_1.1 by Manuel Pégourié-Gonnard · 4 years ago
  45. 6ee3bc0 Fix typo in test dependencies by Gilles Peskine · 4 years, 1 month ago
  46. c3366a4 Added mis-removed test and removed unneeded tests by TRodziewicz · 4 years, 1 month ago
  47. 3fa1673 Fix grammar suggesting an upper bound on MAX_CONTENT_LEN by Yuto Takano · 4 years, 1 month ago
  48. 9c09d55 Raise max_content_len constraint by one in Connection ID tests by Yuto Takano · 4 years, 1 month ago
  49. bc87b1d Add content length constraint to tests that use max_frag_len by Yuto Takano · 4 years, 1 month ago
  50. 6f65743 Move repetitive equality check to `requires_config_value_equals` by Yuto Takano · 4 years, 1 month ago
  51. 0248582 Reword and add explanatory comments for MAX_IM_CA tests by Yuto Takano · 4 years, 1 month ago
  52. b0a1c5b Use `requires_max_content_len`, add check in Renegotiation by Yuto Takano · 4 years, 1 month ago
  53. 2be6f1a Add space between command substitution braces and content by Yuto Takano · 4 years, 1 month ago
  54. 73e7dcb Add MAX_IM_CA requirement to int_max+1 chain as well by Yuto Takano · 4 years, 1 month ago
  55. e43556b Remove hard exit with MAX_INTERMEDIATE_CA in ssl-opt.sh by Yuto Takano · 4 years, 1 month ago
  56. 0509fea Remove hard exit in ssh-opt.sh, replace with `requires` functions by Yuto Takano · 4 years, 1 month ago
  57. dc1a3b2 Merge pull request #4724 from hanno-arm/ssl_hs_parse_error_3_0 by Dave Rodgman · 4 years, 1 month ago
  58. c424098 Change exceptional case for running negative tests by Dave Rodgman · 4 years, 1 month ago
  59. e5b828c Fix error string checked for by ssl-opt.sh negative tests by Dave Rodgman · 4 years, 1 month ago
  60. bec7caf Correct required config flag in ECJPAKE tests by Dave Rodgman · 4 years, 1 month ago
  61. 737237f Fix ECJPAKE test failures by Dave Rodgman · 4 years, 1 month ago
  62. 6ce10be Fix test failure by Dave Rodgman · 4 years, 1 month ago
  63. 2abf03c Remove all TLS 1.0 and 1.1 instances and add some compatibility tests by TRodziewicz · 4 years, 1 month ago
  64. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
  65. e9bc857 Merge pull request #4552 from hanno-arm/mbedtls_3_0_key_export by Gilles Peskine · 4 years, 1 month ago
  66. 3e7ddb2 Merge pull request #4604 from gilles-peskine-arm/default-hashes-curves-3.0 by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  67. 11a4c1a Adapt key export test in ssl-opt.sh to reduced output by Hanno Becker · 4 years, 2 months ago
  68. 4a02cef Test restartable ECC with a curve that supports it by Gilles Peskine · 4 years, 2 months ago
  69. 799eee6 Update the expected default curve in ssl-opt.sh by Gilles Peskine · 4 years, 2 months ago
  70. 12b5b38 Fix "PSA - ECDH with [non-default curve]" by Gilles Peskine · 4 years, 2 months ago
  71. 5f43f97 Removes tests from ssl-opt.sh by Thomas Daubney · 4 years, 2 months ago
  72. 16fdab7 Merge pull request #4382 from hanno-arm/max_record_payload_api by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  73. 59d3670 Fix ssl-opt.sh test cases grepping for MFL configuration output by Hanno Becker · 4 years, 2 months ago
  74. d60b6c6 Remove per-version ciphersuite configuration API by Hanno Becker · 4 years, 3 months ago
  75. 4ca18aa Corrections after the code review by TRodziewicz · 4 years, 3 months ago
  76. 97e4172 Remove the _SSL_FALLBACK_ tests by TRodziewicz · 4 years, 3 months ago
  77. ef73f01 Removing strayed dtls1 after doing tests by TRodziewicz · 4 years, 3 months ago
  78. 0f82ec6 Remove the TLS 1.0 and 1.1 support by TRodziewicz · 4 years, 3 months ago
  79. ea047c8 Merge pull request #4429 from gilles-peskine-arm/openssl-dhparam-robustness-3.0 by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  80. 95d516f Remove MBEDTLS_SSL_MAX_CONTENT_LEN option by David Horstmann · 4 years, 3 months ago
  81. 85f023b Merge pull request #3950 from gilles-peskine-arm/dhm_min_bitlen-bits by Gilles Peskine · 4 years, 3 months ago
  82. c5722d1 Add missing MBEDTLS_X509_REMOVE_INFO guards to ssl-opt.sh by Hanno Becker · 4 years, 10 months ago
  83. 96f5bae Fix SSL tests scripts with recent OpenSSL server with Diffie-Hellman by Gilles Peskine · 4 years, 4 months ago
  84. a58625f Remove optional SHA-1 in the default TLS configuration. by Mateusz Starzyk · 4 years, 4 months ago
  85. c301bd5 Merge branch 'development_3.0' into drop_old_tls_options by Mateusz Starzyk · 4 years, 4 months ago
  86. a8a7033 Merge pull request #3615 from gilles-peskine-arm/ssl-opt-less-grep-development by Gilles Peskine · 4 years, 4 months ago
  87. c6b0d96 More precise testing of dhm_min_len by Gilles Peskine · 4 years, 8 months ago
  88. defdc3b SECP224K1 is not yet supported via the PSA API by Gilles Peskine · 4 years, 4 months ago
  89. 5224e29 Drop support for RC4 TLS ciphersuites. by Mateusz Starzyk · 4 years, 5 months ago
  90. a3a9984 Drop support for TLS record-level compression. by Mateusz Starzyk · 4 years, 6 months ago
  91. 06b07fb Drop support for SSLv3. by Mateusz Starzyk · 4 years, 6 months ago
  92. e31fb03 Merge pull request #4136 from daverodgman/ssl-opt-gnutls-priority by Dave Rodgman · 4 years, 6 months ago
  93. 0279c2f ssl-opt.sh: add --priority=normal to gnutls by Dave Rodgman · 4 years, 6 months ago
  94. aaf866e ssl-opt.sh: Only check the server exit for Mbed TLS by Gilles Peskine · 4 years, 6 months ago
  95. 7f919de ssl-opt.sh: if the server fails, do treat it as a test failure by Gilles Peskine · 4 years, 6 months ago
  96. efcf52d Merge pull request #3614 from gilles-peskine-arm/ssl-opt-gnutls-printf-development by Ronald Cron · 4 years, 9 months ago
  97. 5ef72d2 Style and typos by Johan Pascal · 4 years, 9 months ago
  98. 20c7db3 API modified so server side can get mki value by Johan Pascal · 4 years, 9 months ago
  99. 1040315 style by Johan Pascal · 4 years, 10 months ago
  100. 9bc50b0 Test check the key material exported match - include interop with openssl client by Johan Pascal · 4 years, 10 months ago