summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2022-08-21Revise regress now that SSL_QUIC_METHOD exists.Joel Sing
2022-08-21Add initial installboot(8) testsKlemens Nanni
2022-08-20Test EVP_chacha20_poly1305() (linking statically for now)Joel Sing
2022-08-20add ld.so RTLD_NOLOAD regress tests, ok jca@ guenther@Stuart Henderson
2022-08-20Unhook vmd for i386Klemens Nanni
2022-08-19Up to version 1.22.4, groff_mdoc(7) only considered the first wordIngo Schwarze
2022-08-16Adjust desired output after the bugfix man.c rev. 1.137.Ingo Schwarze
2022-08-16New tests of tabs in fill mode, in particularIngo Schwarze
2022-08-16Adjust the desired output after the improvements in term.c rev. 1.150.Ingo Schwarze
2022-08-15Some more tests of no-fill mode similar to mdoc/Bd/blank.inIngo Schwarze
2022-08-15oops, once again, i failed to correctly sync some dates in the footerIngo Schwarze
2022-08-15Distinguish between escape sequences that produce no outputIngo Schwarze
2022-08-13blist: fix a possible blist corruption with blist_alloc() due to unsignedSebastien Marie
2022-08-12Fix upper bound in a for loop (no functional change).Theo Buehler
2022-08-12Tweak a comment to be more accurate.Theo Buehler
2022-08-11add some tests for parse_absolute_time(), including cases where itDamien Miller
2022-08-06blist: use swblk_t type (defined in sys/blist.h)Sebastien Marie
2022-08-06remove swblk_t type from sys/types.hSebastien Marie
2022-08-05fix error messageTheo Buehler
2022-08-05Use the FAIL macro instead of fprintf(stderr, "FAIL: ...\n");Theo Buehler
2022-08-05Make the bogokey[] global static const.Theo Buehler
2022-08-05Move CBB_init() to a consistent place.Theo Buehler
2022-08-05Consistently initialize failure to 1 at the top of the function andTheo Buehler
2022-08-05Consistently check for CBB_init() failure.Theo Buehler
2022-08-05Remove most of the indirection introduced in previous and instead fetchTheo Buehler
2022-08-04Add some glue to fetch the tlsext functions from the tls_extensions[]Theo Buehler
2022-08-03some love for patch regressOmar Polo
2022-08-02If the body of a man(7) .MT or .UR block is empty, do not emit a warning.Ingo Schwarze
2022-08-02Reorganize the tests that require custom command line optionsIngo Schwarze
2022-07-30Update copyright for additional/new code.Joel Sing
2022-07-30Provide additional AEAD test cases.Joel Sing
2022-07-30Add EVP_aes_192_gcm() as a known AEAD.Joel Sing
2022-07-30Allow the AEAD to be specified for a test file.Joel Sing
2022-07-30Run AEAD tests against EVP_CIPHER implementations.Joel Sing
2022-07-30Allow quoted ASCII strings as input for AEAD regress.Joel Sing
2022-07-30Sort includes.Joel Sing
2022-07-30Less #ifndef OPENSSL_NO_*Joel Sing
2022-07-30Fix comment formatting.Joel Sing
2022-07-30Switch to ISC license.Joel Sing
2022-07-29Replace the swap extent(9) usage by a blist data structure.Sebastien Marie
2022-07-28Add a second test to validate the tables in the library.Theo Buehler
2022-07-27Adjust a comment to reflect reality, minor code tweaks.Theo Buehler
2022-07-26Don't use echo "<blah>" | fdisk -e to create boot partition.Kenneth R Westerback
2022-07-26minor tweaks: unwrap a line, tweak a comment and zap an empty lineTheo Buehler
2022-07-26No need to provide a dummy nexthop anymore, instead set the nhflags toClaudio Jeker
2022-07-25Remove test of non-portable implementation details (whether wctype_tPhilip Guenther
2022-07-25Add a regression test for bn_isqrt.cTheo Buehler
2022-07-25Separate the macro for generating string test functionsIngo Schwarze
2022-07-25Restore missing "!" in TEST_SSH_ELAPSED_TIMES test.Darren Tucker
2022-07-24Test TEST_SSH_ELAPSED_TIMES for empty string not executable. No-opDarren Tucker