summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2021-01-17Put a sleep 1 after starting net-snmpd. The reason of the race isAlexander Bluhm
2021-01-15Fix startup of smtpd; kill dangling smtpd; increase verbosity.Alexander Bluhm
2021-01-13Make the binary run by linking it against net-snmpd.Martijn van Duren
2021-01-12Tweak previous.rob
2021-01-12Fix regress to compile and run on current. Still not hooked up.rob
2021-01-12A few minor tweaks to make my OCD happy.Theo Buehler
2021-01-11Regress and Makefile cleanup.Alexander Bluhm
2021-01-11Print error if SSL_{connect,accept,shutdown}(3) don't run to completion.Theo Buehler
2021-01-11Shut down the TLS connections properly.Theo Buehler
2021-01-11Include headers used instead of relying on ssl.h pulling in the world.Theo Buehler
2021-01-10Merge handshake_loop() into handshake(). There's no benefit in havingTheo Buehler
2021-01-10tweak a commentTheo Buehler
2021-01-10Link shared ciphers test to buildTheo Buehler
2021-01-10Add a regress for SSL_get_shared_ciphers() for the change of returnedTheo Buehler
2021-01-09whitespaceTheo Buehler
2021-01-04Regress from martijn@.rob
2020-12-31Remove unused categories in re_guts; they are written to but never read.Todd C. Miller
2020-12-28Fix an off-by-one error in the marking of the O_CH operator followingTodd C. Miller
2020-12-26Include expat_config.h to run regress with matching set of ifdefs.Alexander Bluhm
2020-12-26Start each regress run from scratch with new keys and CA database.Alexander Bluhm
2020-12-26Convert CA regress implementation from shell script to make file.Alexander Bluhm
2020-12-25Add to *FLAGS and *ADD rather than overwriting themTheo Buehler
2020-12-17Remove echo headlines.Alexander Bluhm
2020-12-06Enable t_mmap-1 test. It is skipped on NetBSD, but works for us.Alexander Bluhm
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-19$OpenBSD$Theo Buehler
2020-11-18Don't leak verify and store contexts.Theo Buehler
2020-11-11Run the atf cleanup block after each test. This makes more testsAlexander Bluhm
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
2019-11-19Import NetBSD system call regression tests. They were written withAlexander Bluhm
2020-11-07Add test for ilogb(3).Mark Kettenis
2019-02-21Copy tests for our libm implementation from FreeBSD. Only passingAlexander Bluhm
2020-11-05Skip test if web server cannot be pinged.Alexander Bluhm
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-26catch unset error when validation fails.Bob Beck
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-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-18XFAIL tests on arm64 and armv7 as floating-point exception support isMark Kettenis
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-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