summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2017-02-13Test IPsec with AH the same way it is already done for ESP.Alexander Bluhm
2017-02-12Do not access a NULL pointer if a matrix or square root are empty.Ingo Schwarze
Crashes found by tb@ with afl(1).
2015-01-01eqn(7) testsIngo Schwarze
2017-02-11new regression tests for mdoc_macro.c revs. 1.167-1.172Ingo Schwarze
2017-02-11remove a few Mdocdate that snuck inIngo Schwarze
2017-02-10Create and connect to unix domain sockets on NFS mounted file system.Alexander Bluhm
2017-02-09Add defines that are needed to compile XS code with Perl 5.24.1.Alexander Bluhm
2017-02-08Fix IP address schema to make space for AH tests.Alexander Bluhm
2017-02-08Encrypt UDP and TCP packets in test. Use a sane transport config.Alexander Bluhm
2017-02-06Test combinations of IPsec tunnel and transport mode on severalAlexander Bluhm
machines. For now only ESP encrypted IPv4 and IPv6 ICMP ping packets are generated.
2017-02-07Remove deprecated SSH1 options RSAAuthentication andDarren Tucker
RhostsRSAAuthentication from regression test sshd_config.
2017-02-07Adapt regex in syslogd test to the new shiny libssl error messages.Alexander Bluhm
2017-02-07Remove unused variable in C source to make the test compile and pass.Alexander Bluhm
2017-02-07Include <netinet/in.h> to get in_addr_t and in_port_t compiled.Alexander Bluhm
2017-02-06Ping via IPsec must increment ESP input and output counter by one.Alexander Bluhm
2017-02-06Add ipsec subdir.Alexander Bluhm
2017-02-06Test combinations of IPsec tunnel and transport mode on severalAlexander Bluhm
machines. For now only ESP encrypted IPv4 and IPv6 ICMP ping packets are generated.
2017-02-06one less groff-mandoc difference after mdoc_validate.c rev. 1.234Ingo Schwarze
2017-02-03unit test for match_filter_list() function; still want a betterDamien Miller
name for this...
2017-02-02sudo -> SUDO and some other minor tweaksTheo Buehler
2017-02-01SUDO is doasReyk Floeter
2017-02-01Add Range and multipart tests.Reyk Floeter
2017-01-31Mark the IO::Socket::SSL server socket with SSL_server to avoidAlexander Bluhm
OCSP error messages.
2017-01-31The libssl and libcrypto error messages have changed. Adapt theAlexander Bluhm
regex for the expected output in the log files.
2017-01-31LibreSSL : regress for carry bug in mulx4x_mont and sqr8x_montKinichiro 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-30Fix TLS tests. Keys and log files are now in obj, not in obj/htdocsReyk Floeter
2017-01-30Adjust CLEANFILES for new httpd rootReyk Floeter
2017-01-30unbreak httpd regress tests after wobj changeReyk 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-30fully unbreak: some $SSH invocations did not have -F specified andDamien Miller
could pick up the ~/.ssh/config of the user running the tests
2017-01-30partially unbreak: was not specifying hostname on some $SSH invocationsDamien Miller
2017-01-29ouch, smallest regress ever. Can't believe no-one got bitten by thisMarc Espie
2017-01-27Make sure that the fstest program has been build when running inAlexander Bluhm
the ffs and nfs subdirs.
2017-01-27More s/OSCP/OCSP/ typosTom Cosgrove
ok jmc@
2017-01-26Fix -man -Thtml formatting after .nf (which has nothing to doIngo 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-26deactivate the existing pledge regress tests, they needSebastian Benoit
some changes to work again. activate new ioctl subdirectory.
2017-01-26add check for pledge(pf), and pledge(pf) + fd passingSebastian Benoit
2017-01-26enable compiler warnings and fix them.Sebastian Benoit
2017-01-26Each entry in REGRESS_TARGETS is run in a separate make process, so theJonathan 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-25Do 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-25Update ssl versions regress to handle min/max configured versions andJoel Sing
the cover the ssl_supported_version_range() function.
2017-01-25Add start of a regress for cert gen and validation. not clean, won'tBob Beck
hook it up yet
2017-01-25+arm64;Jason McIntyre
2017-01-25link in rsa testBob Beck
2017-01-25Add rsa test from openssl, since it has a license nowBob Beck
2017-01-24fix make clean and warningsOtto Moerbeek
2017-01-24make sure realloc preserves dataOtto Moerbeek
2017-01-24use ${.OBJDIR}Otto Moerbeek
2017-01-24Update client tests for changes in default EC formats/curves.Joel Sing
2017-01-24Use prime256v1 for tests unless otherwise specified.Joel Sing
2017-01-24Fix typo in variable name.Alexander Bluhm