summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
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
2019-11-19Import NetBSD system call regression tests. They were written withAlexander Bluhm
2020-10-20Add arm64 support.Mark Kettenis
2020-10-19Disable FP exception masking tests on armv7 and arm64. ARM hardware doesn'tMark Kettenis
2020-10-19Skip floating-point exception checks on arm64 and armv7 as the hardwareMark Kettenis
2020-10-18The maxoperand test is currently expected to fail.Patrick Wildt
2020-10-18XFAIL tests on arm64 and armv7 as floating-point exception support isMark Kettenis
2020-10-17Use CLEANFILES instead of a custom hack for cleaning up stuffTheo Buehler
2020-10-17remove debugging output capture to /tmp/ that is not neededBob Beck
2020-10-16With TLS 1.2 the step by step handshake created precise errorAlexander Bluhm
2020-10-16Implement propper handling for make clean and obj.Alexander Bluhm
2020-10-16make this test compile and pass on sparc64Theo Buehler
2020-10-16Add an explicit cast to make this test compile and pass with gcc.Theo Buehler
2020-10-16In HTML output, avoid printing a newline right after <pre>Ingo Schwarze
2020-10-16few more things needs match.c and addrmatch.c now that log.cDamien Miller
2020-10-16Display of P2P links has changeddenis
2020-10-16Refactor a bunch of oscpcheck for single return to clean it up,Bob Beck
2020-10-15Test DTLS timeouts and retransmissions by dropping specific messages.Joel Sing
2020-10-15Improve poll and event handling.Joel Sing
2020-10-14Hook up dtls regress.Joel Sing
2020-10-14Add regress tests for DTLS.Joel Sing
2020-10-12avoid two overlong lines and drop an unused printf argumentTheo Buehler
2020-10-11No longer need to cast away const in srtp_find_profile_by_name()Theo Buehler
2020-10-11Update regress for method changes.Joel Sing
2020-10-11Unbreak regress following SRTP_PROTECTION_PROFILE const change.Joel Sing
2020-10-10Don't leak bundle_file and cert_file paths at the end.Theo Buehler
2020-10-08Add regress for ocspcheckBob Beck
2020-10-08Read cert.pem once and reuse it instead of reading it twice per test certTheo Buehler
2020-10-07zap trailing whitespaceTheo Buehler
2020-10-07add arguments to skip a bunch of x448 testsTheo Buehler
2020-10-07Hook up tlslegacy regress.Joel Sing
2020-10-07Add regress tests for switching from the new TLS stack to the legacy stack.Joel Sing
2020-10-07remove GlobalKnownHostsFile for this test after UpdateHostkeysDamien Miller
2020-10-06Fix "rtable N" checkkn
2020-10-06Use std=gnu99 to be able to build the tests with both base clang and gcc.Martin Pieuchot
2020-10-03KNFTheo Buehler
2020-10-03typoTheo Buehler
2020-10-03add kcov remote interrupt coverage testanton
2020-10-03sync usageanton
2020-10-02spelling, punctuation, whitespaceTheo Buehler
2020-10-02Add possibility to link and run this test against the OpenSSL 1.1.1 packageTheo Buehler
2020-10-02Use += and ?= and tidy up whitespaceTheo Buehler
2020-10-02Tidy up: no need to link statically against libcrypto and no needTheo Buehler
2020-10-02Make this test compile against OpenSSL 1.1Theo Buehler
2020-09-25move test-tls13-finished.py from slow tests to normal tests.Theo Buehler
2020-09-25test-tls13-finished.py has 70 failing tests that expect a "decode_error"Theo Buehler
2020-09-25delete a stale commentTheo Buehler
2020-09-25Add regression tests for oscpcheck.Bob Beck
2020-09-21Fix test_parser crash in ikev2_pld_eap. msg->msg_parent is always set intobhe