Age | Commit message (Expand) | Author |
2017-05-19 | Add input targeted at the Bentley and McIrlroy quicksort generated | Todd C. Miller |
2017-05-18 | use mergesort instead of heapsort when comparing results | Todd C. Miller |
2017-05-17 | *Add* a test checking that no empty databases get created, | Ingo Schwarze |
2017-05-17 | Stop testing the creation and the properties of empty databases. | Ingo Schwarze |
2017-05-17 | Avoid running the "killer" tests multiple times with the same | Todd C. Miller |
2017-05-17 | Add "median of three" killer, as seen in "Introspective Sorting and | Todd C. Miller |
2017-05-17 | Approximate nlgn instead of using libm. The same approximation may | Todd C. Miller |
2017-05-17 | Add "killer" input from "algorithmic complexity attacks and libc | Todd C. Miller |
2017-05-17 | Revert MI AES-XTS code back to T-tables amid poor performance | Mike Belopuhov |
2017-05-17 | There's no need to track the number of errors (and the counter might | Todd C. Miller |
2017-05-17 | Add qsort(3) regress based on Bentley & McIlroy's "Engineering a Sort Function" | Todd C. Miller |
2017-05-15 | Try to work around a race in the daily test run. Before killing | Alexander Bluhm |
2017-05-15 | Delete the -H option. | Ingo Schwarze |
2017-05-15 | Delete the obsolete 9-argument-check for .Sh. | Ingo Schwarze |
2017-05-15 | Use netcat options -n, -W, -w to simplify test. Wrap long lines. | Alexander Bluhm |
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 |