summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2022-06-22Explicitly include fcntl.h and unistd.h for pipe2Theo Buehler
2022-06-22Fix format strings for size_tTheo Buehler
2022-06-22Fix format string: use %zu for size_t, not %lu.Theo Buehler
2022-06-19Use uppercase for SUCCESS for consistencyTheo Buehler
2022-06-19None of these tests needs to link statically.Theo Buehler
2022-06-19Drop bogus DPADD += ${LIBSSL}Theo Buehler
2022-06-19Make expected output match reality again.Theo Buehler
2022-06-19Since rtsock.c -r1.329 routes sent via sysctl(2) are now marked RTF_DONE.Theo Buehler
2022-06-19Fix rttest output after rtsock.c r1.329 that RTF_DONE to routes sentTheo Buehler
2022-06-18Quick regression test that checks that BN_is_prime_fasttest_ex()Theo Buehler
2022-06-16OpenBSD syslogd(8) escapes binary data with vis(3). Use theAlexander Bluhm
2022-06-15Switch to using TLS_INT instead of handrolling itTheo Buehler
2022-06-10More %i vs %d cleanupTheo Buehler
2022-06-08Surprisingly, every escape sequence can also be used as an argumentIngo Schwarze
2022-06-07Fix format strings: change %i, %li, %lli to %d, %ld, %lld and switch toTheo Buehler
2022-06-07Split the excessively generic diagnostic message "invalid escape sequence"Ingo Schwarze
2022-06-06adjust two desired error messages after roff_escape.c rev. 1.11Ingo Schwarze
2022-06-06Minor tweaks to psk modes regressTheo Buehler
2022-06-05move the calls to psk kex modes tests down to match order in ssl_tlsext.cTheo Buehler
2022-06-05Add regress coverage for PSK kex modes tlsext handlers.Theo Buehler
2022-06-05With the improved escape sequence parser, it becomes easy to also improveIngo Schwarze
2022-06-03oops, update forgotten date in the footerIngo Schwarze
2022-06-03During identifier parsing, handle undefined escape sequencesIngo Schwarze
2022-06-03test setenv in both client and server, test first-match-wins tooDamien Miller
2022-06-02Use consistent spacing around assignmentsTheo Buehler
2022-06-02Only constraints and verify need static linking in here.Theo Buehler
2022-06-01Add a regress test for the end of lock range ambiguity bug.Visa Hankala
2022-05-31Make sure we error on parse failure.Theo Buehler
2022-05-31Fix typo: argv[1] -> argv[i]Theo Buehler
2022-05-31Remove old checklists and add a couple of new ones.Theo Buehler
2022-05-31The pflow regression test could fail due to a race where the close(2)mbuhl
2022-05-31Introduce a integration test for max-communitiesClaudio Jeker
2022-05-31Extend community unit test to also check community_count()Claudio Jeker
2022-05-30Dummy implementation of the roff(7) \V (interpolate environment variable)Ingo Schwarze
2022-05-28*** empty log message ***mbuhl
2022-05-25Adjust code after adding an extra argument to community_ext_addClaudio Jeker
2022-05-24Recent changes to truncate(2) swapped the ordering of some validationsAnton Lindqvist
2022-05-20Add expected failures for octeon and riscv64.mbuhl
2022-05-20Re-classify the roff(7) \r (reverse line feed) escape sequenceIngo Schwarze
2022-05-20Test the handling of some additional one-character escape sequencesIngo Schwarze
2022-05-20New ldapsearch does not support -h and -p for host and port, butAlexander Bluhm
2022-05-19following the fixed parsing direction of roff_expand() in roff.c rev. 1.260,Ingo Schwarze
2022-05-19Adjust a column number in an error messageIngo Schwarze
2022-05-19fix a wrong column number that got fixed as a side effectIngo Schwarze
2022-05-19remove a bogus warning that went away as a side effectIngo Schwarze
2022-05-19Deal with STACK_OF divergence between LibreSSL and OpenSSLTheo Buehler
2022-05-16Add a simple test that exercises ASN1_STRING_to_UTF8() a little.Theo Buehler
2022-05-16The pf IPv4 option and IPv6 extension header filter has stricterAlexander Bluhm
2022-05-15regress test for in-place transfers and clobbering larger files withDamien Miller
2022-05-14Add the two length tests. Can't currently run them because we need anTheo Buehler