Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-13 | Test IPsec with AH the same way it is already done for ESP. | Alexander Bluhm | |
2017-02-12 | Do not access a NULL pointer if a matrix or square root are empty. | Ingo Schwarze | |
Crashes found by tb@ with afl(1). | |||
2015-01-01 | eqn(7) tests | Ingo Schwarze | |
2017-02-11 | new regression tests for mdoc_macro.c revs. 1.167-1.172 | Ingo Schwarze | |
2017-02-11 | remove a few Mdocdate that snuck in | Ingo Schwarze | |
2017-02-10 | Create and connect to unix domain sockets on NFS mounted file system. | Alexander Bluhm | |
2017-02-09 | Add defines that are needed to compile XS code with Perl 5.24.1. | Alexander Bluhm | |
2017-02-08 | Fix IP address schema to make space for AH tests. | Alexander Bluhm | |
2017-02-08 | Encrypt UDP and TCP packets in test. Use a sane transport config. | Alexander Bluhm | |
2017-02-06 | Test combinations of IPsec tunnel and transport mode on several | Alexander Bluhm | |
machines. For now only ESP encrypted IPv4 and IPv6 ICMP ping packets are generated. | |||
2017-02-07 | Remove deprecated SSH1 options RSAAuthentication and | Darren Tucker | |
RhostsRSAAuthentication from regression test sshd_config. | |||
2017-02-07 | Adapt regex in syslogd test to the new shiny libssl error messages. | Alexander Bluhm | |
2017-02-07 | Remove unused variable in C source to make the test compile and pass. | Alexander Bluhm | |
2017-02-07 | Include <netinet/in.h> to get in_addr_t and in_port_t compiled. | Alexander Bluhm | |
2017-02-06 | Ping via IPsec must increment ESP input and output counter by one. | Alexander Bluhm | |
2017-02-06 | Add ipsec subdir. | Alexander Bluhm | |
2017-02-06 | Test combinations of IPsec tunnel and transport mode on several | Alexander Bluhm | |
machines. For now only ESP encrypted IPv4 and IPv6 ICMP ping packets are generated. | |||
2017-02-06 | one less groff-mandoc difference after mdoc_validate.c rev. 1.234 | Ingo Schwarze | |
2017-02-03 | unit test for match_filter_list() function; still want a better | Damien Miller | |
name for this... | |||
2017-02-02 | sudo -> SUDO and some other minor tweaks | Theo Buehler | |
2017-02-01 | SUDO is doas | Reyk Floeter | |
2017-02-01 | Add Range and multipart tests. | Reyk Floeter | |
2017-01-31 | Mark the IO::Socket::SSL server socket with SSL_server to avoid | Alexander Bluhm | |
OCSP error messages. | |||
2017-01-31 | The libssl and libcrypto error messages have changed. Adapt the | Alexander Bluhm | |
regex for the expected output in the log files. | |||
2017-01-31 | LibreSSL : regress for carry bug in mulx4x_mont and sqr8x_mont | Kinichiro Inoguchi | |
This regress bntest.c patch is originally from master branch of OpenSSL. - dca2e0e test/bntest.c: regression test for CVE-2016-7055. - 3e7a496 test/bntest.c: regression test for carry bug in bn_sqr8x_internal. These tests were added for these commit. - 2fac86d bn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (Low severity). - 3f4bcf5 bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal. ok beck@ | |||
2017-01-30 | Fix TLS tests. Keys and log files are now in obj, not in obj/htdocs | Reyk Floeter | |
2017-01-30 | Adjust CLEANFILES for new httpd root | Reyk Floeter | |
2017-01-30 | unbreak httpd regress tests after wobj change | Reyk Floeter | |
Previously, the tests used the obj dir as the httpd chroot/root. But the www user cannot access any files since we switched obj to 0750. The fix is to create another 0755 subdirectory obj/htdocs as the root. | |||
2017-01-30 | fully unbreak: some $SSH invocations did not have -F specified and | Damien Miller | |
could pick up the ~/.ssh/config of the user running the tests | |||
2017-01-30 | partially unbreak: was not specifying hostname on some $SSH invocations | Damien Miller | |
2017-01-29 | ouch, smallest regress ever. Can't believe no-one got bitten by this | Marc Espie | |
2017-01-27 | Make sure that the fstest program has been build when running in | Alexander Bluhm | |
the ffs and nfs subdirs. | |||
2017-01-27 | More s/OSCP/OCSP/ typos | Tom Cosgrove | |
ok jmc@ | |||
2017-01-26 | Fix -man -Thtml formatting after .nf (which has nothing to do | Ingo Schwarze | |
with "literal", by the way, it means "no fill"): * Use <pre> such that whitespace is preserved. * Preserve lines breaks. * For font alternating macros, avoid node recursion which required scary juggling with the fill state. Instead, simply print the text children directly. Missing feature first noticed by kristaps@ in 2011, the again reported by afresh1@ in 2016, and finally reported here: https://github.com/Debian/debiman/issues/21 , which i only found because of Shane Kerr's comment here: https://plus.google.com/110314300533310775053/posts/H1eaw9Yskoc | |||
2017-01-26 | deactivate the existing pledge regress tests, they need | Sebastian Benoit | |
some changes to work again. activate new ioctl subdirectory. | |||
2017-01-26 | add check for pledge(pf), and pledge(pf) + fd passing | Sebastian Benoit | |
2017-01-26 | enable compiler warnings and fix them. | Sebastian Benoit | |
2017-01-26 | Each entry in REGRESS_TARGETS is run in a separate make process, so the | Jonathan Matthew | |
.END target will kill ldapd after each one. To compensate, make each test target depend on bootstrap to ensure ldapd is running. In .END, remove the pid file after killing ldapd so reduce noise. | |||
2017-01-25 | Do not try to execute this test on !m88k archs. | Martin Pieuchot | |
Logic taken from the sparc64 regress, to avoid false negative on bluhm@'s regression test infrastructure. | |||
2017-01-25 | Update ssl versions regress to handle min/max configured versions and | Joel Sing | |
the cover the ssl_supported_version_range() function. | |||
2017-01-25 | Add start of a regress for cert gen and validation. not clean, won't | Bob Beck | |
hook it up yet | |||
2017-01-25 | +arm64; | Jason McIntyre | |
2017-01-25 | link in rsa test | Bob Beck | |
2017-01-25 | Add rsa test from openssl, since it has a license now | Bob Beck | |
2017-01-24 | fix make clean and warnings | Otto Moerbeek | |
2017-01-24 | make sure realloc preserves data | Otto Moerbeek | |
2017-01-24 | use ${.OBJDIR} | Otto Moerbeek | |
2017-01-24 | Update client tests for changes in default EC formats/curves. | Joel Sing | |
2017-01-24 | Use prime256v1 for tests unless otherwise specified. | Joel Sing | |
2017-01-24 | Fix typo in variable name. | Alexander Bluhm | |