- ccba129 Use 127.0.0.1 rather than localhost by Paul Elliott · 3 years, 10 months ago
- 405fccc Fix incorrect check for DTLS by Paul Elliott · 3 years, 10 months ago
- 7ca2f39 Spelling fix by Paul Elliott · 3 years, 10 months ago
- d76c47d Use newer OpenSSL for tests failing with the old by Manuel Pégourié-Gonnard · 3 years, 10 months ago
- 633a74e Backport OPENSSL_NEXT to ssl-opt.sh by Paul Elliott · 3 years, 10 months ago
- b3d344c Remove MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_CERTIFICATES option. by Mateusz Starzyk · 4 years ago
- 1b95b34 Merge pull request #4696 from yutotakano/fix-ssl-opt.sh-hard-abort-2.x by Gilles Peskine · 4 years ago
- 75ab928 Fix DTLS 1.0 fragment tests not having length constraint by Yuto Takano · 4 years ago
- e7738c3 Fix typo in test dependencies by Gilles Peskine · 4 years, 1 month ago
- 7187953 Raise max_content_len constraint by one in Connection ID tests by Yuto Takano · 4 years, 1 month ago
- a49124e Add content length constraint to tests that use max_frag_len by Yuto Takano · 4 years, 1 month ago
- 8a693ef Move repetitive equality check to `requires_config_value_equals` by Yuto Takano · 4 years, 1 month ago
- ccdd25c Reword and add explanatory comments for MAX_IM_CA tests by Yuto Takano · 4 years, 1 month ago
- bec7cf7 Use `requires_max_content_len`, add check in Renegotiation by Yuto Takano · 4 years, 1 month ago
- ab9e4333 Add space between command substitution braces and content by Yuto Takano · 4 years, 1 month ago
- d448545 Add MAX_IM_CA requirement to int_max+1 chain as well by Yuto Takano · 4 years, 1 month ago
- 05d43f4 Remove hard exit with MAX_INTERMEDIATE_CA in ssl-opt.sh by Yuto Takano · 4 years, 2 months ago
- 18ddccc Remove hard exit in ssh-opt.sh, replace with `requires` functions by Yuto Takano · 4 years, 2 months ago
- 7ed75e2 Correct required config flag in ECJPAKE tests by Dave Rodgman · 4 years, 1 month ago
- 7dea076 Merge pull request #4289 from gilles-peskine-arm/openssl-dhparam-robustness-development by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- 4ad0967 Merge pull request #4430 from gilles-peskine-arm/dhm_min_bitlen-bits by Gilles Peskine · 4 years, 3 months ago
- a8a7033 Merge pull request #3615 from gilles-peskine-arm/ssl-opt-less-grep-development by Gilles Peskine · 4 years, 4 months ago
- c6b0d96 More precise testing of dhm_min_len by Gilles Peskine · 4 years, 8 months ago
- 3aec89b Fix SSL tests scripts with recent OpenSSL server with Diffie-Hellman by Gilles Peskine · 4 years, 4 months ago
- defdc3b SECP224K1 is not yet supported via the PSA API by Gilles Peskine · 4 years, 5 months ago
- e31fb03 Merge pull request #4136 from daverodgman/ssl-opt-gnutls-priority by Dave Rodgman · 4 years, 6 months ago
- 0279c2f ssl-opt.sh: add --priority=normal to gnutls by Dave Rodgman · 4 years, 6 months ago
- aaf866e ssl-opt.sh: Only check the server exit for Mbed TLS by Gilles Peskine · 4 years, 6 months ago
- 7f919de ssl-opt.sh: if the server fails, do treat it as a test failure by Gilles Peskine · 4 years, 6 months ago
- efcf52d Merge pull request #3614 from gilles-peskine-arm/ssl-opt-gnutls-printf-development by Ronald Cron · 4 years, 9 months ago
- 5ef72d2 Style and typos by Johan Pascal · 4 years, 9 months ago
- 20c7db3 API modified so server side can get mki value by Johan Pascal · 4 years, 9 months ago
- 1040315 style by Johan Pascal · 4 years, 10 months ago
- 9bc50b0 Test check the key material exported match - include interop with openssl client by Johan Pascal · 4 years, 11 months ago
- 39cfd3b interop test: openssl generate the DTLS-SRTP keys by Johan Pascal · 4 years, 11 months ago
- 43f9490 SRTP profiles definition use macros only by Johan Pascal · 4 years, 11 months ago
- 9bc97ca SRTP-DTLS protection profile configuration list not copied into ssl_config by Johan Pascal · 4 years, 11 months ago
- 5d991c9 Force IPv4 in gnutls_cli srtp tests by Ron Eldor · 7 years ago
- 2b3dfe4 Force IPv6 for DTLS interop tests with gnutls-cli by Ron Eldor · 7 years ago
- 3c6a44b Add interop tests by Ron Eldor · 7 years ago
- b465539 Add tests and code to support by Ron Eldor · 7 years ago
- b09e001 Fix regexp detection by Gilles Peskine · 4 years, 10 months ago
- 9fa4ed6 Avoid using grep for test case names if possible by Gilles Peskine · 5 years ago
- 6445749 Reduce the use of grep by Gilles Peskine · 5 years ago
- 5b428d7 Remove non-portable shell builtin local by Gilles Peskine · 5 years ago
- 231befa Fix printf escape errors in shell scripts by Gilles Peskine · 5 years ago
- 880f7f2 ssl-opt.sh --help: don't show regexps for -f and -e by Gilles Peskine · 5 years ago
- 6edfe60 Merge pull request #2182 from hanno-arm/key_pwd by Manuel Pégourié-Gonnard · 5 years ago
- e8582ba Merge pull request #3546 from bensze01/copyright by danh-arm · 5 years ago
- 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
- 721f7c1 Add minimal client authentication test to ssl-opt.sh by Hanno Becker · 5 years ago
- 2f54a3c Add tests to ssl-opt.sh exercising new `key_pwd[2]` parameters by Hanno Becker · 5 years ago
- 98944cd Merge pull request #3404 from mpg/improve-ssl-opt-logs by Manuel Pégourié-Gonnard · 5 years ago
- fa452c4 Fix guard in ECJPAKE tests in ssl-opt.sh by Hanno Becker · 5 years ago
- ee63af6 Adapt ssl-opt.sh to modified ciphersuite log format by Hanno Becker · 5 years ago
- a3b994f Fix misuse of printf in shell script by Manuel Pégourié-Gonnard · 5 years ago
- 8779e9a Fix added proxy command when IPv6 is used by Manuel Pégourié-Gonnard · 5 years ago
- 0d72165 Fix erroneous skip of test cases for disabled ciphersuites by Gilles Peskine · 5 years ago
- 70fce98 Simplify test syntax by Manuel Pégourié-Gonnard · 5 years ago
- 69b01f7 Fix logic error in setting client port by Manuel Pégourié-Gonnard · 5 years ago
- 0c00407 Merge pull request #3430 from bensze01/license by Janos Follath · 5 years ago
- c4b6656 Merge pull request #3405 from AndrzejKurek/variable-buffers-cid-serialization by danh-arm · 5 years ago
- b657783 Update iv and len context pointers manually when reallocating buffers by Andrzej Kurek · 5 years ago
- c7da1fe Add Apache-2.0 headers to all scripts by Bence Szépkúti · 5 years ago
- 65d8c26 Show failure in ssl-opts.sh when key export fails by Ron Eldor · 6 years ago
- d06125c ssl-opt.sh: include test name in log files by Manuel Pégourié-Gonnard · 5 years ago
- 3f3302f ssl-opt.sh: remove old buildbot-specific condition by Manuel Pégourié-Gonnard · 5 years ago
- f455786 ssl-opt.sh: add proxy to all DTLS tests by Manuel Pégourié-Gonnard · 5 years ago
- 3de298f Saving the serialized context to a file by Piotr Nowicki · 5 years ago
- 66e21ef Merge pull request #3163 from AndrzejKurek/variable-buffers-renegotiation by Jaeden Amero · 5 years ago
- 8ea6872 Improve pointer calculations when resizing I/O buffers by Andrzej Kurek · 5 years ago
- 90c6e84 Split the maximum fragment length into two - an input and output MFL by Andrzej Kurek · 5 years ago
- b692989 Adjust timeout of tests with "no resend" assertions by Manuel Pégourié-Gonnard · 6 years ago
- baad2de Add negative test for hard reconnect cookie check by Manuel Pégourié-Gonnard · 5 years ago
- 9e2c80f Improve some test names in ssl-opt.sh by Manuel Pégourié-Gonnard · 5 years ago
- c31f970 Merge pull request #3075 from AndrzejKurek/variable-buffer-size by Jaeden Amero · 5 years ago mbedtls-2.22.0d0
- 0937ed2 Add an acceptance test for memory usage after handshake by Piotr Nowicki · 6 years ago
- 56941fe Fix possible close_notify/ClientHello confusion by Manuel Pégourié-Gonnard · 5 years ago
- 148c3de Merge pull request #3018 from mpg/fix-ssl-opt-gnutls-no-sha1 by Janos Follath · 6 years ago
- bc4da29 De-duplicate SHA1-independent test in ssl-opt.sh by Manuel Pégourié-Gonnard · 6 years ago
- 77cbeff Fix ssl-opt.sh for GnuTLS versions rejecting SHA-1 by Manuel Pégourié-Gonnard · 6 years ago
- 342d2ca Add test for record compression in ssl-opt.sh by Manuel Pégourié-Gonnard · 6 years ago
- 230b87a Merge remote-tracking branch 'origin/pr/2843' into development by Jaeden Amero · 6 years ago
- 0d8b86a ssl-opt.sh: Fix some test case descriptions by Gilles Peskine · 6 years ago
- 654bab7 ssl-opt: remove semicolons from test case descriptions by Gilles Peskine · 6 years ago
- 560280b Test outcome file support: ssl-opt.sh by Gilles Peskine · 6 years ago
- 5d46f6a Invoke config.py instead of config.pl by Gilles Peskine · 6 years ago
- d364f4c ssl-opt.sh: wait for proxy to start before running the script further by Unknown · 6 years ago archive/iotssl-2885-wait-for-proxy iotssl-2885-wait-for-proxy
- e0b90ec ssl-opt.sh: Add var's of context s11n tests for ChaChaPoly,CCM,GCM by Hanno Becker · 6 years ago
- 1b18fd3 ssl-opt.sh: Duplicate context serialization tests for CID by Hanno Becker · 6 years ago
- 862b319 Enable serialisation tests in ssl-opt.sh by Manuel Pégourié-Gonnard · 6 years ago
- c2376f0 Add tests for re-init flow for context serialization by Jarno Lamsa · 6 years ago
- a0b2cd6 ssl-opt.sh tests for serialization are currently using stub implementation by Jarno Lamsa · 6 years ago
- cbee1b3 Add missing slashes to tests by Jarno Lamsa · 6 years ago
- 2937d81 Add serialization tests to ssl-opt.sh by Jarno Lamsa · 6 years ago
- eef4c75 Adapt buffering test to new ticket size by Manuel Pégourié-Gonnard · 6 years ago
- a7c3765 Add tests for session copy without serialisation by Manuel Pégourié-Gonnard · 6 years ago
- 8faa70e Use more specific name in debug message for testing by Manuel Pégourié-Gonnard · 6 years ago
- 7fa1407 Remove redundant debug message. by Manuel Pégourié-Gonnard · 6 years ago
- b2a86c3 Don't disallow 'record from another epoch' log msg in proxy ref test by Hanno Becker · 6 years ago