Age | Commit message (Expand) | Author |
2022-06-18 | Quick regression test that checks that BN_is_prime_fasttest_ex() | Theo Buehler |
2022-06-16 | OpenBSD syslogd(8) escapes binary data with vis(3). Use the | Alexander Bluhm |
2022-06-15 | Switch to using TLS_INT instead of handrolling it | Theo Buehler |
2022-06-10 | More %i vs %d cleanup | Theo Buehler |
2022-06-08 | Surprisingly, every escape sequence can also be used as an argument | Ingo Schwarze |
2022-06-07 | Fix format strings: change %i, %li, %lli to %d, %ld, %lld and switch to | Theo Buehler |
2022-06-07 | Split the excessively generic diagnostic message "invalid escape sequence" | Ingo Schwarze |
2022-06-06 | adjust two desired error messages after roff_escape.c rev. 1.11 | Ingo Schwarze |
2022-06-06 | Minor tweaks to psk modes regress | Theo Buehler |
2022-06-05 | move the calls to psk kex modes tests down to match order in ssl_tlsext.c | Theo Buehler |
2022-06-05 | Add regress coverage for PSK kex modes tlsext handlers. | Theo Buehler |
2022-06-05 | With the improved escape sequence parser, it becomes easy to also improve | Ingo Schwarze |
2022-06-03 | oops, update forgotten date in the footer | Ingo Schwarze |
2022-06-03 | During identifier parsing, handle undefined escape sequences | Ingo Schwarze |
2022-06-03 | test setenv in both client and server, test first-match-wins too | Damien Miller |
2022-06-02 | Use consistent spacing around assignments | Theo Buehler |
2022-06-02 | Only constraints and verify need static linking in here. | Theo Buehler |
2022-06-01 | Add a regress test for the end of lock range ambiguity bug. | Visa Hankala |
2022-05-31 | Make sure we error on parse failure. | Theo Buehler |
2022-05-31 | Fix typo: argv[1] -> argv[i] | Theo Buehler |
2022-05-31 | Remove old checklists and add a couple of new ones. | Theo Buehler |
2022-05-31 | The pflow regression test could fail due to a race where the close(2) | mbuhl |
2022-05-31 | Introduce a integration test for max-communities | Claudio Jeker |
2022-05-31 | Extend community unit test to also check community_count() | Claudio Jeker |
2022-05-30 | Dummy implementation of the roff(7) \V (interpolate environment variable) | Ingo Schwarze |
2022-05-28 | *** empty log message *** | mbuhl |
2022-05-25 | Adjust code after adding an extra argument to community_ext_add | Claudio Jeker |
2022-05-24 | Recent changes to truncate(2) swapped the ordering of some validations | Anton Lindqvist |
2022-05-20 | Add expected failures for octeon and riscv64. | mbuhl |
2022-05-20 | Re-classify the roff(7) \r (reverse line feed) escape sequence | Ingo Schwarze |
2022-05-20 | Test the handling of some additional one-character escape sequences | Ingo Schwarze |
2022-05-20 | New ldapsearch does not support -h and -p for host and port, but | Alexander Bluhm |
2022-05-19 | following the fixed parsing direction of roff_expand() in roff.c rev. 1.260, | Ingo Schwarze |
2022-05-19 | Adjust a column number in an error message | Ingo Schwarze |
2022-05-19 | fix a wrong column number that got fixed as a side effect | Ingo Schwarze |
2022-05-19 | remove a bogus warning that went away as a side effect | Ingo Schwarze |
2022-05-19 | Deal with STACK_OF divergence between LibreSSL and OpenSSL | Theo Buehler |
2022-05-16 | Add a simple test that exercises ASN1_STRING_to_UTF8() a little. | Theo Buehler |
2022-05-16 | The pf IPv4 option and IPv6 extension header filter has stricter | Alexander Bluhm |
2022-05-15 | regress test for in-place transfers and clobbering larger files with | Damien Miller |
2022-05-14 | Add the two length tests. Can't currently run them because we need an | Theo Buehler |
2022-05-13 | Tweak regress in such a way that it would have caught the bug in | Theo Buehler |
2022-05-13 | Output the relevant time specs before the assertion, in the hopes of | Anton Lindqvist |
2022-05-12 | Enable X509v3_asid_subset() tests now that they no longer segfault. | Theo Buehler |
2022-05-12 | Add a few more testcases for X509v3_asid_subset() | Theo Buehler |
2022-05-10 | If Ruby 3.1 isn't available, try to fall back to Ruby 3.0 so that | Theo Buehler |
2022-05-10 | The tests no-symlink and oldlib2 pass now. Do not expect failure. | Alexander Bluhm |
2022-05-09 | Add RSC regress bits | Job Snijders |
2022-05-08 | Default Ruby is now 3.1 | Theo Buehler |
2022-05-08 | Adjust regress after zlib update. Part of the following commit: | Theo Buehler |