Age | Commit message (Expand) | Author |
2020-07-04 | Add a missing circular_init() call in the TLS ordering test. | Joel Sing |
2020-07-03 | Rename IN6_IFF_PRIVACY to IN6_IFF_TEMPORARY. | Florian Obser |
2020-07-03 | tlsexttest: pass message type to the extension functions | Theo Buehler |
2020-07-03 | adjust alpn extension test to new argument order | Theo Buehler |
2020-07-03 | adjust tlsexttest to new argument order | Theo Buehler |
2020-06-29 | add a test covering the by now fixed regression during pipe close | anton |
2020-06-26 | Provide an optimized implementation of ffs(3) in libc on | Christian Weisgerber |
2020-06-26 | Add an OpenRCS regression test for merging files which lack newlines. | Stefan Sperling |
2020-06-26 | regress test for ssh-add -d; ok dtucker@ | Damien Miller |
2020-06-24 | add test for mux w/-Oproxy; ok djm | Markus Friedl |
2020-06-24 | enable test-tls13-keyshare-omitted.py | Theo Buehler |
2020-06-24 | Add test-ffdhe-expected-params.py | Theo Buehler |
2020-06-22 | add support for verification of webauthn sshsig signature, and | Damien Miller |
2020-06-19 | Enable lucky 13 test. | Theo Buehler |
2020-06-19 | Test that ssh-agent exits when running as as subprocess of a specified | Darren Tucker |
2020-06-19 | run sshsig unit tests | Damien Miller |
2020-06-19 | basic unit test for sshsig.[ch], including FIDO keys | Damien Miller |
2020-06-19 | basic unit test for FIDO kep parsing | Damien Miller |
2020-06-18 | Add test that splicing inet and unix sockets. This test should be aborted | mvs |
2020-06-12 | Add test for passive interfaces | denis |
2020-06-10 | Add lucky13 and bleichenbacher-timing tests | Theo Buehler |
2020-06-06 | Implement a rolling hash of the ClientHello message, Enforce RFC 8446 | Bob Beck |
2020-06-04 | When X509_ATTRIBUTE_create() receives an invalid NID (e.g., -1), return | Ingo Schwarze |
2020-06-03 | Enable the record layer limits test and mark two finished test cases as | Theo Buehler |
2020-06-01 | Enable the test-tls13-zero-length-data.py test, skipping the | Theo Buehler |
2020-06-01 | Enable test-dhe-rsa-key-exchange-with-bad-messages.py | Theo Buehler |
2020-05-31 | Fix printing long doubles on architectures with hm and lm bits. | mortimer |
2020-05-29 | Add checks for SH downgrade sentinel and HRR hash in appstest.sh | Kinichiro Inoguchi |
2020-05-29 | Add regression and unit tests for ${ENV} style environment variable | Darren Tucker |
2020-05-29 | Unit test for convtime. ok djm@ | Darren Tucker |
2020-05-27 | two new tests for Include in sshd_config, checking whether Port | Damien Miller |
2020-05-27 | more tests after getopt_long.c rev. 1.32; | Ingo Schwarze |
2020-05-25 | The unmount-nested test creates 15 partitions with file systems. | Alexander Bluhm |
2020-05-25 | Test that syslogd closes the UDP sockets only if not configured to | Alexander Bluhm |
2020-05-24 | Previous commit caught a few errx() cases by accident. undo them. | Theo Buehler |
2020-05-24 | include newlines in FAIL messages | Theo Buehler |
2020-05-24 | address some nits from jsing | Theo Buehler |
2020-05-24 | The version detection doesn't work on bluhm's test machine, causing | Theo Buehler |
2020-05-23 | Define REGRESS_TARGETS explicitly. | Theo Buehler |
2020-05-23 | Enforce that SNI hostnames be correct as per rfc 6066 and 5980. | Bob Beck |
2020-05-22 | Add test covering revision 1.64 of c_sh, fix exit code of compound lists | anton |
2020-05-21 | beck fixed most of the keyupdate tests. update annotation | Theo Buehler |
2020-05-21 | hook tlsfuzzer to regress | Theo Buehler |
2020-05-21 | Add a harness that runs tests from tlsfuzzer | Theo Buehler |
2020-05-19 | LibreSSL error message has been improved, adapt syslogd TLS tests. | Alexander Bluhm |
2020-05-19 | Add -status and -servername test for s_server and s_client in appstest.sh | Kinichiro Inoguchi |
2020-05-19 | Add -groups test for s_server and s_client in appstest.sh | Kinichiro Inoguchi |
2020-05-18 | Add client certificate test in appstest.sh | Kinichiro Inoguchi |
2020-05-18 | Rename variables for key, csr, pass, cert | Kinichiro Inoguchi |
2020-05-18 | Make ffs2 the default for newfs; change all calls to create e.g. floppy | Otto Moerbeek |