Age | Commit message (Expand) | Author |
2022-06-26 | Fix URI name constraints, allow for URI's with no host part. | Bob Beck |
2022-06-25 | Move leaf certificate checks to the last thing after chain validation. | Bob Beck |
2022-06-25 | Increase the auto partitioner's maximum /usr size to 30G. | mbuhl |
2022-06-25 | Check pointer argument after {d2i,i2d}_ASN1_{BIT_STRING,BOOLEAN,INTEGER}() | Joel Sing |
2022-06-25 | Add regress for ASN1_INTEGER_{get,set}_{u,}int64() | Joel Sing |
2022-06-25 | Add regress for ASN1_INTEGER_cmp() | Joel Sing |
2022-06-23 | Use dynamic linking correctly. bntest and bn_to_string need static linking. | Theo Buehler |
2022-06-22 | Explicitly include fcntl.h and unistd.h for pipe2 | Theo Buehler |
2022-06-22 | Fix format strings for size_t | Theo Buehler |
2022-06-22 | Fix format string: use %zu for size_t, not %lu. | Theo Buehler |
2022-06-19 | Use uppercase for SUCCESS for consistency | Theo Buehler |
2022-06-19 | None of these tests needs to link statically. | Theo Buehler |
2022-06-19 | Drop bogus DPADD += ${LIBSSL} | Theo Buehler |
2022-06-19 | Make expected output match reality again. | Theo Buehler |
2022-06-19 | Since rtsock.c -r1.329 routes sent via sysctl(2) are now marked RTF_DONE. | Theo Buehler |
2022-06-19 | Fix rttest output after rtsock.c r1.329 that RTF_DONE to routes sent | Theo Buehler |
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 |