summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2020-01-26Add back the tests that were deleted in previous but not containedTheo Buehler
in OpenSSL's test suite.
2020-01-26server sigalgs test is now bogus, disable for nowBob Beck
2020-01-26Adjust tests to match the change in EVP_chacha20().Theo Buehler
Test vectors taken from OpenSSL 1.1.1d (under OpenSSL's old license).
2020-01-26Also test maxprefix out. Based on maxprefix test added a few days ago.Claudio Jeker
2020-01-26unbreak unittests for recent API / source file changesDamien Miller
2020-01-25Disable cert interop tests for now.Joel Sing
The libressl TLSv1.3 client and server currently lack client certificate authentication support and this test expects all clients can auth with all servers. We can likely turn this back on in the near future.
2020-01-25Actually disable cipher interop tests.Joel Sing
2020-01-25Disable the cipher interop tests.Joel Sing
These make far too many assumptions about cipher suites - TLSv1.3 cipher suites can only be used with TLSv1.3 and there is tests using TLSv1.3 cipher suites with TLSv1.2 will not work. Likewise, expecting TLSv1.2 cipher suites to work with TLSv1.3 is futile. Additionally, eopenssl11 lists TLSv1.3 cipher suites with different names to libressl. Futher work will be necessary before this can be re-enabled.
2020-01-25Accept both TLSv1.2 and TLSv1.3 protocols for netcat.Joel Sing
This can potentially be improved by adding knowledge about which libraries support which versions and handle differences between clients and servers.
2020-01-25Disable session regress for libressl client talking to openssl11 server.Joel Sing
This is now talking over TLSv1.3 and needs session support.
2020-01-25Disable the client hello message regress test for now.Joel Sing
The golden values have changed due to TLSv1.3 and will likely change more in the near future. This will be updated and re-enabled when things settle. Discussed with beck@
2020-01-25Ensure that TLSv1.0 and TLSv1.1 are enabled before running SSLv2 clientJoel Sing
hello tests.
2020-01-25Move setting $NC into test-exec since it's now used by multiple tests,Darren Tucker
and in -portable we use our own local copy to avoid portability problems.
2020-01-25Wait a bit longer for the multiplex master to become ready since on veryDarren Tucker
slow hosts the current delay is not sufficient and the test will fail.
2020-01-24Add a connection test for proxycommand. This would have caught the problemDarren Tucker
caused by ssh.c rev 1.507 wherein Host and Hostname were swapped. Prompted by beck@
2020-01-24re{move,bound,gress}Ted Unangst
2020-01-24Do not warn about permissions on symlinks.Darren Tucker
2020-01-23Handle zlib compression being disabled now that it's optional.Darren Tucker
2020-01-23When checking for unsafe directories, ignore non-directories (ie symlinks,Darren Tucker
where permissions are not relevant).
2020-01-23Check for and warn about StrictModes permission problems. ok tb@Darren Tucker
2020-01-23Also test PuTTY chacha20.Darren Tucker
2020-01-23Also test PuTTY ecdh kex methods.Darren Tucker
2020-01-22delete wasteful ;;Theo de Raadt
ok tedu
2020-01-22Increase keyscan timeout from default. On slow hosts 3 concurrent keyscansDarren Tucker
can hit the default 5 second timeout, so increase to 15 seconds.
2020-01-22Add a simple regress test to check that max-prefix worksClaudio Jeker
2020-01-21Connect netcat client to server and close stdin. Then netcat waitsAlexander Bluhm
for the other side to terminate. Check that netcat is sleeping and does not run in a busy loop. Add tests for TCP, TLS, and UDP.
2020-01-21Regression tests for btrace(8).Martin Pieuchot
2020-01-21pass SSH_SK_HELPER explicitly past $SUDO to avoid it getting cleared;Damien Miller
with dtucker@
2020-01-20Update libtls config regress to include TLSv1.3.Joel Sing
2020-01-20Add a sub regression test for the nlst command in ftpd(8).jan
2020-01-19update Mdocdate for a test that got broken by committing to the out_lint fileIngo Schwarze
2020-01-19Align to the new, sane behaviour of the groff_mdoc(7) .Dd macro:Ingo Schwarze
without an argument, use the empty string, and always concatenate all arguments, no matter their number. This allows reducing the number of arguments of mandoc_normdate() and some other simplifications, at the same time polishing some error messages by adding the name of the macro in question.
2020-01-17Test the netcat -N feature. The test program can send and receiveAlexander Bluhm
messages, shutdown write, and wait for EOF in arbitray order. Since revision 1.211 of netcat.c some of the cases fail.
2020-01-17Reset udpencap_port sysctl in cleanup in case the run-udpencap-porttobhe
test fails.
2020-01-16Add ftpd(8) sub test for mkdir.jan
2020-01-16Implement custom TCP client and server to test netcat corner cases.Alexander Bluhm
2020-01-16Add sub test for ftpd(8) that test delete of files.jan
2020-01-16Add test for custom udp encapsulation port with set with '-p'.tobhe
2020-01-16Add a file put sub test for ftpd(8) regression test.jan
2020-01-16Check fpu functions without setjmp/longjmp before testing the latter.Alexander Bluhm
Use exit code 2 for setup failure and 1 for test fail. Unfortunately this regress is still failing.
2020-01-16Link iked live test to build. To operate it needs two remoteAlexander Bluhm
machines specified in the environment. Otherwise it is skipped.
2020-01-15Add multiple altname fields and test for different subjectAltName formatstobhe
and indices.
2020-01-15Do not create files as dependency of .BEGIN rule. Noticed byAlexander Bluhm
deraadt@ with make obj in regress.
2020-01-15Restructure certificate generation to utilize make's build deps. Add testtobhe
with multiple CAs.
2020-01-15Rename the environment variables for ssh hosts and addressesAlexander Bluhm
consistently with other tests. OK tobhe@
2020-01-15Add automated certificate generation, psk and certificate authenticationtobhe
tests and fragmentation test.
2020-01-14Add live test for simple ikev2 handshake and encrypted ping between twotobhe
remote hosts. The hosts must be specified with SSHRIGHT and SSHLEFT, the IPsec gateway IPs with the LEFTGW and RIGHTGW environment variables. ok bluhm@
2020-01-13Make clean should not require SUDO.Alexander Bluhm
2020-01-13Fix printf compiler warnings in wfp regress. Convert wchar to aAlexander Bluhm
printable error message when failing.
2020-01-13Link forgotten libc tests to the build.Alexander Bluhm