Age | Commit message (Expand) | Author |
2018-04-16 | Add regression test of unlinking and re-creating a pledgepathed file | Bob Beck |
2018-04-14 | Make ENGINE_free() succeed on NULL. Matches OpenSSL's behavior and | Theo Buehler |
2018-04-13 | Add a test for stack pivots that trigger page faults. | mortimer |
2018-04-12 | Disable counting TCP packets in the test as it does not work reliably. | Alexander Bluhm |
2018-04-11 | Fix a race in the syslogd test. It did not wait long enough for | Alexander Bluhm |
2018-04-11 | The pledge flag for file descriptors opened from /dev/fd was always | Alexander Bluhm |
2018-04-10 | Check that a file descriptor's plegde flag is correctly propagated. | Alexander Bluhm |
2018-04-10 | Add subdir filedescriptor. | Alexander Bluhm |
2018-04-10 | Check that a file descriptor's plegde flag is correctly propagated. | Alexander Bluhm |
2018-04-10 | tweak usage() | Theo Buehler |
2018-04-10 | Two new low-level roff(7) features: | Ingo Schwarze |
2018-04-10 | more typos spotted by Karsten Weiss using codespell | Damien Miller |
2018-04-10 | make this a bit more portable-friendly | Damien Miller |
2018-04-09 | When accessing an undefined number register, define it to be zero, like | Ingo Schwarze |
2018-04-09 | Support 64 bit integers on 32 bit architectures. | Tobias Stoeckmann |
2018-04-09 | Using an undefined string or macro will cause it to be defined as empty. | Ingo Schwarze |
2018-04-09 | Add regress test for stack pivot mitigation | mortimer |
2018-04-07 | Revise regress to match tls_keypair_clear() removal. | Joel Sing |
2018-04-07 | test X509_NAME_add_entry_by_txt(3); feedback and OK jsing@ | Ingo Schwarze |
2018-04-06 | Add test for username options parsing order, prompted by bz#2849. | Darren Tucker |
2018-04-02 | Support integers of arbitrary length. | Tobias Stoeckmann |
2018-04-01 | Fix .CURDIR to run with obj directory. | Alexander Bluhm |
2018-03-31 | a few more edge case tests, aiming for complete coverage | Ingo Schwarze |
2018-03-31 | Fix overflows while handling 64 bit integers. | Tobias Stoeckmann |
2018-03-30 | Fix overflow in list value parsing. | Tobias Stoeckmann |
2018-03-29 | Fix three bugs in setlocale(3): | Ingo Schwarze |
2018-03-27 | Link apply into regress build. | Tobias Stoeckmann |
2018-03-27 | Fix possibly wrong execution of commands and out of boundary write with | Tobias Stoeckmann |
2018-03-22 | The iked(8) fuzzer did not fuzz encrypted payloads. With that changed | Patrick Wildt |
2018-03-19 | Remove the now unnecessary tls_init() call. | Joel Sing |
2018-03-19 | Add regress test ensuring autoinit stays pledge("stdio") safe. | Bob Beck |
2018-03-19 | Add a -q (for quick) mode to apptest.sh, and use it by default. | Bob Beck |
2018-03-16 | Tell puttygen to use /dev/urandom instead of /dev/random. On OpenBSD they | Darren Tucker |
2018-03-15 | Fix a format string issue that Go 1.10 complains about. | Joel Sing |
2018-03-15 | Provide SSL_CTX_get_min_proto_version and SSL_CTX_get_max_proto_version | Jeremie Courreges-Anglas |
2018-03-14 | rename recently-added "valid-before" key restriction to "expiry-time" | Damien Miller |
2018-03-12 | check valid-before option in authorized_keys | Damien Miller |
2018-03-12 | explicitly specify RSA/SHA-2 keytype here too | Damien Miller |
2018-03-12 | exlicitly include RSA/SHA-2 keytypes in PubkeyAcceptedKeyTypes here | Damien Miller |
2018-03-10 | Implement sicos(3), sincosf(3) and sincosl(3). These functions are common | Mark Kettenis |
2018-03-07 | claudio@ added an Adj-RIB-Out, so add it to the regression tests | Peter Hessler |
2018-03-04 | for the pty control tests, just check that the PTY path points to | Damien Miller |
2018-03-03 | unit tests for new authorized_keys options API | Damien Miller |
2018-03-02 | fix testing of pty option, include positive test and testing of | Damien Miller |
2018-03-02 | better testing for port-forwarding and restrict flags in | Damien Miller |
2018-02-27 | There were more now useless -S in the process accounting test. | Alexander Bluhm |
2018-02-27 | Do not expect an eui64 link-local source address during duplicate | Alexander Bluhm |
2018-02-27 | The error handling of invalid certificate files has changed in | Alexander Bluhm |
2018-02-27 | Stop mentionning/testing the for the ASU bit (S flag). | Martin Pieuchot |
2018-02-23 | Logically, the following are are type names - just like .Vt, | Ingo Schwarze |