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