Age | Commit message (Expand) | Author |
2020-02-17 | Disable name resolution in tcpdump with -n. We always compare source and | tobhe |
2020-02-17 | Generate public keys for newly generated local private keys. | tobhe |
2020-02-16 | Update protocol version test to include TLSv1.3. | Joel Sing |
2020-02-14 | no need to declare "extern optarg" and "extern optind" | Ingo Schwarze |
2020-02-05 | Reset the key share so that we do not have an existing peer public key. | Joel Sing |
2020-02-02 | Since OpenBSD has switched to the strict host model, this regress | Alexander Bluhm |
2020-02-02 | Add missing new line to printf. Make clean should not require SUDO. | Alexander Bluhm |
2020-02-01 | Tweak regress to match change made to tls13_key_share_peer_public(). | Joel Sing |
2020-01-31 | regress test for sshd_config Include directive; from Jakub Jelen | Damien Miller |
2020-01-30 | Revise for TLSv1.3 key share changes. | Joel Sing |
2020-01-30 | For debugging set KTRACE=ktrace environment. Then client.ktrace | Alexander Bluhm |
2020-01-30 | Enable t_ptrace with an errno change compared to NetBSD. | Martin Pieuchot |
2019-11-19 | Import NetBSD system call regression tests. They were written with | Alexander Bluhm |
2020-01-28 | With nc -NU netcat can probe if a UNIX stream socket is listening. | Alexander Bluhm |
2020-01-28 | Implement map functions min(), max() and sum(). | Martin Pieuchot |
2020-01-28 | Tests for delete(@map[key]) and printf("%d\n", @map[key]) | Martin Pieuchot |
2020-01-27 | Some of the test vectors that were added in the upstream commit | Theo Buehler |
2020-01-26 | make regress pass, since these new tests now pass | Bob Beck |
2020-01-26 | Restrict to use up to TLSv1.2 for test_server_client in appstest.sh | Kinichiro Inoguchi |
2020-01-26 | Add back the tests that were deleted in previous but not contained | Theo Buehler |
2020-01-26 | server sigalgs test is now bogus, disable for now | Bob Beck |
2020-01-26 | Adjust tests to match the change in EVP_chacha20(). | Theo Buehler |
2020-01-26 | Also test maxprefix out. Based on maxprefix test added a few days ago. | Claudio Jeker |
2020-01-26 | unbreak unittests for recent API / source file changes | Damien Miller |
2020-01-25 | Disable cert interop tests for now. | Joel Sing |
2020-01-25 | Actually disable cipher interop tests. | Joel Sing |
2020-01-25 | Disable the cipher interop tests. | Joel Sing |
2020-01-25 | Accept both TLSv1.2 and TLSv1.3 protocols for netcat. | Joel Sing |
2020-01-25 | Disable session regress for libressl client talking to openssl11 server. | Joel Sing |
2020-01-25 | Disable the client hello message regress test for now. | Joel Sing |
2020-01-25 | Ensure that TLSv1.0 and TLSv1.1 are enabled before running SSLv2 client | Joel Sing |
2020-01-25 | Move setting $NC into test-exec since it's now used by multiple tests, | Darren Tucker |
2020-01-25 | Wait a bit longer for the multiplex master to become ready since on very | Darren Tucker |
2020-01-24 | Add a connection test for proxycommand. This would have caught the problem | Darren Tucker |
2020-01-24 | re{move,bound,gress} | Ted Unangst |
2020-01-24 | Do not warn about permissions on symlinks. | Darren Tucker |
2020-01-23 | Handle zlib compression being disabled now that it's optional. | Darren Tucker |
2020-01-23 | When checking for unsafe directories, ignore non-directories (ie symlinks, | Darren Tucker |
2020-01-23 | Check for and warn about StrictModes permission problems. ok tb@ | Darren Tucker |
2020-01-23 | Also test PuTTY chacha20. | Darren Tucker |
2020-01-23 | Also test PuTTY ecdh kex methods. | Darren Tucker |
2020-01-22 | delete wasteful ;; | Theo de Raadt |
2020-01-22 | Increase keyscan timeout from default. On slow hosts 3 concurrent keyscans | Darren Tucker |
2020-01-22 | Add a simple regress test to check that max-prefix works | Claudio Jeker |
2020-01-21 | Connect netcat client to server and close stdin. Then netcat waits | Alexander Bluhm |
2020-01-21 | Regression tests for btrace(8). | Martin Pieuchot |
2020-01-21 | pass SSH_SK_HELPER explicitly past $SUDO to avoid it getting cleared; | Damien Miller |
2020-01-20 | Update libtls config regress to include TLSv1.3. | Joel Sing |
2020-01-20 | Add a sub regression test for the nlst command in ftpd(8). | jan |
2020-01-19 | update Mdocdate for a test that got broken by committing to the out_lint file | Ingo Schwarze |