Age | Commit message (Expand) | Author |
2017-05-14 | delete the -a option, it's now fully covered by mandoc -Tlint; | Ingo Schwarze |
2017-05-14 | remove the -s option, it is fully covered by mandoc -Tlint; | Ingo Schwarze |
2017-05-13 | Pick aes.c instead of rijndael.c | Mike Belopuhov |
2017-05-12 | Fix typos and spacing. From Andre Smagin <as at smagin.com>. Thanks. | Alexandre Ratchov |
2017-05-12 | Run all IPsec tests with a pf rule that logs everything on the enc0 | Alexander Bluhm |
2017-05-11 | Enable IPv6 IPsec transport mode tests for ping and TCP over ESP | Alexander Bluhm |
2017-05-11 | Use the new netcat -W recvlimit feature to speed up the test. | Alexander Bluhm |
2017-05-10 | Run tcpdump(8) on the enc0 device while the test is sending IPsec | Alexander Bluhm |
2017-05-08 | Basic implementation of the roff(7) .ti (temporary indent) request. | Ingo Schwarze |
2017-05-08 | fix for new SSH_ERR_KEY_LENGTH error value | Damien Miller |
2017-05-08 | remove arcfour, blowfish and CAST here too | Damien Miller |
2017-05-07 | Revise cipher suites in regress to match DSS cipher suite removal. | Joel Sing |
2017-05-07 | Basic implementation of the roff(7) .ta (define tab stops) request. | Ingo Schwarze |
2017-05-07 | Add a (currently failing) call to tls_handshake() on a client context that | Joel Sing |
2017-05-07 | Also test calling tls_handshake() on a server connection context that has | Joel Sing |
2017-05-07 | Add a test that calls tls_handshake() on a connection that has already | Joel Sing |
2017-05-07 | An an initial sequencing/ordering test for libtls. | Joel Sing |
2017-05-06 | Split TLS client/server handshake and close code into separate functions | Joel Sing |
2017-05-06 | Bring in an SSL_HANDSHAKE structure and commence the great shovelling | Bob Beck |
2017-05-06 | Move TLS test code into a function that is called from main, making it | Joel Sing |
2017-05-06 | Free tls_configs earlier now that we have refcounting. | Joel Sing |
2017-05-06 | Add more functions. | Joel Sing |
2017-05-06 | Sort/group functions. | Joel Sing |
2017-05-06 | Not much point using a failed variable here. | Joel Sing |
2017-05-06 | Bring in HKDF, from BoringSSL, with regress tests modified to be | Bob Beck |
2017-05-06 | Add regress coverage for SSL{,_CTX}_set_{min,max}_proto_version(). | Joel Sing |
2017-05-05 | Move .sp to the roff modules. Enough infrastructure is in place | Ingo Schwarze |
2017-05-05 | Move handling of the roff(7) .ft request from the man(7) | Ingo Schwarze |
2017-05-04 | Add IPsec test for manually configured SA bundles. That does ipcomp, | Alexander Bluhm |
2017-05-04 | Parser reorg: | Ingo Schwarze |
2017-05-02 | Remove -P (warnings about paragraph problems). | Ingo Schwarze |
2017-05-02 | bugfix: treat .Bd -unfilled like .Bd -literal; | Ingo Schwarze |
2017-05-02 | Convert CMAC and Key Wrap regress tests over to the new AES | Mike Belopuhov |
2017-05-02 | Sync GMAC and AES-CTR/-XTS regress tests with the new AES code | Mike Belopuhov |
2017-05-02 | Pick the right AES source file | Mike Belopuhov |
2017-05-02 | Add regress for free functions that should be safe with NULL | Bob Beck |
2017-05-01 | When trying to expand some columns in a table where the sum of the | Ingo Schwarze |
2017-04-30 | eliminate explicit specification of protocol in tests and loops over | Damien Miller |
2017-04-30 | remove SSHv1 support from unit tests | Damien Miller |
2017-04-30 | Switch AES testcase to the new implementation | Mike Belopuhov |
2017-04-30 | whitespace | Bob Beck |
2017-04-30 | Check that unsupported operation returns ENOSYS. | Martin Pieuchot |
2017-04-30 | Regression tests for futex(2). | Martin Pieuchot |
2017-04-30 | Add missing tls_init() and tls_free() calls. | Joel Sing |
2017-04-29 | Test that suslogd's UDP sockets bound to *.514 do not receive packets | Alexander Bluhm |
2017-04-28 | Delete .Pp right before the first .Sh and right before any .Ss, | Ingo Schwarze |
2017-04-28 | Check that non existing log files in syslog.conf are reported to | Alexander Bluhm |
2017-04-28 | Start deleting redundant features that are already covered | Ingo Schwarze |
2017-04-28 | Merge missing bits from Colin Watson's patch in bz#2658 which make integrity | Darren Tucker |
2017-04-28 | Pull back some shell portability fixes from -portable to make future syncs | Darren Tucker |