summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2020-12-01Extend the methods test to cover dtls methods as wellTheo Buehler
2020-12-01Enable ssl_methods unit test.Theo Buehler
2020-12-01Add an ssl_methods() unit test that currently only covers theTheo Buehler
2020-11-26Fix config_add_transform and config_free_proposal.tobhe
2020-11-21Fix ikev2_nat_detection().tobhe
2020-11-19$OpenBSD$Theo Buehler
2020-11-18Constify sa in ikev2_pld_eap(). The parser code must not change anytobhe
2020-11-18Don't leak verify and store contexts.Theo Buehler
2020-11-16Certificate verification error message has been improved.Alexander Bluhm
2020-11-11Run the atf cleanup block after each test. This makes more testsAlexander Bluhm
2020-11-10Link all regress/sys/kern/ subdirs to build and sort alphabetically.Alexander Bluhm
2020-11-10Pass correct vars to FROM and TO.tobhe
2020-11-10Declare prototype of __syscall locally. Fixes t_syscall test.Alexander Bluhm
2019-11-19Import NetBSD system call regression tests. They were written withAlexander Bluhm
2020-11-09Sync libc syscall tests with changes in upstream NetBSD. Use #ifdefAlexander Bluhm
2020-11-09Add test for dynamic IP assignment via "config address" and "request address".tobhe
2020-11-09Remove uses of the deprecated ERR_remove_state()Theo Buehler
2019-11-19Import NetBSD system call regression tests. They were written withAlexander Bluhm
2020-11-09One more missing prototypeTheo Buehler
2020-11-09Fix compiler warnings about missing prototypes.Theo Buehler
2020-11-09Print reminder to install OpenSSL 1.1 if it's not present in accordanceTheo Buehler
2020-11-09Rework the rpki-client test to also run against OpenSSL 1.1 if theTheo Buehler
2020-11-08Add seperate FROM/TO variables.tobhe
2020-11-07Check return value of mmap(2) correctly and set correct flags. NowAlexander Bluhm
2020-11-07Set TCP option NODELAY in relayd and in client and server. ThisAlexander Bluhm
2020-11-07Since rework of source IP selection, we can reverse the last changesdenis
2020-11-07Add test for ilogb(3).Mark Kettenis
2019-02-21Copy tests for our libm implementation from FreeBSD. Only passingAlexander Bluhm
2020-11-06Compiling rtable.c kernel source file needs satosin() and satosin6()Alexander Bluhm
2020-11-06Fix some races in syslogd tests. Fewer handshakes in TLS 1.3 makeAlexander Bluhm
2020-11-05Make sure IPsec flows are loaded with srcid/dstid attributes.tobhe
2020-11-05Skip test if web server cannot be pinged.Alexander Bluhm
2020-11-05Add test for ASN1_DN ids with existing certs.tobhe
2020-11-05add missing rcs idanton
2020-11-04Set up two WireGuard wg(4) interfaces in different routing domains.Alexander Bluhm
2020-11-03The 'source IP address' commit (route.c r1.249) broke the rtable regressTheo Buehler
2020-11-03Inline pem_print(). It's a wrapper around PEM_write_bio_X509().Theo Buehler
2020-11-03Fix dh test after recent API refactoring. Remove outdated references totobhe
2020-11-03On arm64 char is unsigned, use int in getopt() loop.Alexander Bluhm
2020-11-02Correctly initialize ppemTheo Buehler
2020-11-01Add options to print RPKI EE Certificates in PEM format for ROA & MFT filesjob
2020-10-30botan2 uses C++11, so use ports-gcc on gcc-archsTheo Buehler
2020-10-29Do not fail with obscure error messages on 'make'Theo Buehler
2020-10-26hook up vnodeanton
2020-10-26Add a reproducer for uvm vnode deadlock fixed in revision 1.108 ofanton
2020-10-26catch unset error when validation fails.Bob Beck
2020-10-25The GNU tbl(1) program contained in the groff package internallyIngo Schwarze
2020-10-24Treat \*[.T] in the same way as \*(.T rather than calling abort(3).Ingo Schwarze
2020-10-21Fix building the library when invoked with make regress.Alexander Bluhm
2020-10-21On machines with a userland timecounter we bypass the gettimeofday(2)Mark Kettenis