summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2016-11-09Remove the path MTU workaround in the af-to tcp test. This subtestAlexander Bluhm
2016-11-09Split the pf forwarding test into more subtests to make debuggingAlexander Bluhm
2016-11-09Use netstat -n in target check-setup to avoid DNS timeout.Alexander Bluhm
2016-11-09Use variable REMOTE_SSH to check the setup of the remote machine.Alexander Bluhm
2016-11-06Update regress for IDEA cipher suite removal.Joel Sing
2016-11-06Add regress test script for openssl command.Kinichiro Inoguchi
2016-11-05fix previous; looks good to bcook@Ingo Schwarze
2016-11-05don't skip names that match the beginning of the file name;Ingo Schwarze
2016-11-05update example directoryBrent Cook
2016-11-05Add regress tests for multicasts and dynamic vxlansVincent Gross
2016-11-05Add regress for X25519, converted from BoringSSL.Joel Sing
2016-11-05Set PROG so that the binary correctly gets recompiled when the librariesMiod Vallat
2016-11-05add EXAMPLES and tweak some wordingIngo Schwarze
2016-11-04a new utility for bcook@: find mlinks for portable LibreSSLIngo Schwarze
2016-11-04Move pqueue regress from libcrypto to libssl, since that's where the pqueueJoel Sing
2016-11-04Some tests require internal symbols; have them link with the staticPhilip Guenther
2016-11-01Clean up MALLOC_OPTIONS. For the unittests, move MALLOC_OPTIONS andTheo Buehler
2016-11-01MALLOC_OPTIONS=A no longer exists.Theo Buehler
2016-10-31Remove the obsolete A and P flags from MALLOC_OPTIONS.Theo Buehler
2016-10-31MALLOC_OPTION 'A' no longer exists.Theo Buehler
2016-10-31fix a few suspicious (according to emacs) linesJasper Lievisse Adriaanse
2016-10-26In addition to forwarding and path MTU discovery with pf, checkAlexander Bluhm
2016-10-26Cleanup pflow test before fixing it. Be more verbose to makeAlexander Bluhm
2016-10-26use -ffloat-store to avoid too much precision which breaks the subtle testOtto Moerbeek
2016-10-24using exact valus in floating point tests often does not work as expected,Otto Moerbeek
2016-10-24Add regress tests for carp(4).YASUOKA Masahiko
2016-10-23fix lgamma test on i386 and use symbolic constant; ok martynas@Otto Moerbeek
2016-10-20During sniffing filter strictly on icmp6 "packet too big" to avoidAlexander Bluhm
2016-10-20By removing all the sleeps I created a race in the pf tests. TheAlexander Bluhm
2016-10-20Replace fork() and sleep() with a Python thread for sniffing packets.Alexander Bluhm
2016-10-20Replace fork() and sleep() with a Python thread for sniffing packets.Alexander Bluhm
2016-10-20Make the test faster. Move all the packet matching code into theAlexander Bluhm
2016-10-19Add a test suite for pf state handling. It needs a remote machineAlexander Bluhm
2016-10-19Link pf_state test to build.Alexander Bluhm
2016-10-19Update client hello messages to follow the removal of fixed ECDH.Joel Sing
2016-10-19Add a test suite for pf state handling. It needs a remote machineAlexander Bluhm
2016-10-19The clean:, cleandir:, and obj: targets of src/Makefile descend intoTheo Buehler
2016-10-19Do not change routes during test run, but expect that everythingAlexander Bluhm
2016-10-18adjust after the ordering was made well-defined in mandocdb.c rev. 1.180Ingo Schwarze
2016-10-17test .Bl -tag without -width;Ingo Schwarze
2016-10-13In rare cases the number of dropped messages changes a bit more.Alexander Bluhm
2016-10-12Fix races during syslogd startup and shutdown in privsep tests.Alexander Bluhm
2016-10-11fix the KEX fuzzer - the previous method of obtaining the packet contentsDamien Miller
2016-10-11Add a regression test for the off by one bug reported by pfg.Martijn van Duren
2016-10-10The TLS error message depends on the generated fake certificate.Alexander Bluhm
2016-10-10Move check for sysctl settings from shell script to makefile toAlexander Bluhm
2016-10-09Remove simple UTF-8 tests. Ingo has written propper tests forAlexander Bluhm
2016-10-07enable tests for cut(1) and wc(1)Ingo Schwarze
2016-10-07test multibyte behaviour of cut(1)Ingo Schwarze
2016-10-07minimal UTF-8 tests for wc(1)Ingo Schwarze