Age | Commit message (Expand) | Author |
2014-05-06 | Make sure the stdout output is check, to confirm proper sorting. | Miod Vallat |
2014-05-06 | Add a fixed (read: non-SIGSEGV'ing) pq_test. | Miod Vallat |
2014-05-05 | Replacing test files from previous commit to the right directory. There is no | Andre de Oliveira |
2014-05-04 | Remove the Z flag from the list of malloc options as it | Loganaden Velvindron |
2014-05-03 | Add tests for with and without compression, with and without privsep. | Darren Tucker |
2014-05-03 | Update the base64 regress test and enable a test that would previously | Joel Sing |
2014-05-03 | Initial version of a base64 regress. | Joel Sing |
2014-05-02 | Simple sha{224,256,384,512} test using the FIPS 180-2 test vectors available | Miod Vallat |
2014-05-02 | Add regression tests to relayd to cover a few key types/actions combinations. | Andre de Oliveira |
2014-05-02 | Improves this test to be more strict on the filter action test. Now it | Andre de Oliveira |
2014-05-02 | Extends relayd regress-tests framework to support tweaks from test-code: tables | Andre de Oliveira |
2014-05-02 | Add missing $ on OpenBSD cvs tags, ok djm | Andre de Oliveira |
2014-05-02 | use the test_helper fuzzer rather than the hand-rolled code that | Damien Miller |
2014-05-02 | make the fuzzer seed const to make it clear that it is never modified | Damien Miller |
2014-05-01 | KNF. | Joel Sing |
2014-05-01 | Provide an EVP implementation for ChaCha. | Joel Sing |
2014-05-01 | Add ChaCha to libcrypto, based on djb's public domain implementation. | Joel Sing |
2014-04-30 | unit tests for new buffer API; including basic fuzz testing | Damien Miller |
2014-04-27 | Regress for access() | Philip Guenther |
2014-04-24 | The switch statement given/when was introduced in Perl 5.10 and got | Alexander Bluhm |
2014-04-22 | When compiling with AES_WRAP_TEST, make main() return a meaningful value | Miod Vallat |
2014-04-22 | gets() is gone | Lawrence Teo |
2014-04-21 | repair regress tests broken by server-side default cipher/kex/mac changes | Damien Miller |
2014-04-18 | ECDSA signature computation involves a random number. Remove the test trying to | Miod Vallat |
2014-04-18 | Introduce some regress tests against our routing table. At least that way | Claudio Jeker |
2014-04-18 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-04-18 | cut altq here | Henning Brauer |
2014-04-18 | missed these | Henning Brauer |
2014-04-18 | stop testing altq stuffz | Henning Brauer |
2014-04-17 | crypto/modes/gcm128.c can be used as its own selftest. Add it to regress, | Miod Vallat |
2014-04-17 | Invoke OPENSSL_add_all_algorithms_noconf() to enforce OPENSSL_cpuid_setup() | Miod Vallat |
2014-04-17 | Remove the ossltests target, these are now all in libcrypto regress | Jonathan Gray |
2014-04-17 | move enginetest to regress as was done with the other tests | Jonathan Gray |
2014-04-15 | Import the OpenSSL libcrypto tests in a form suitable for our rergress | Miod Vallat |
2014-04-16 | adapt to test file moves | Jonathan Gray |
2014-04-16 | adapt to the less old des api | Jonathan Gray |
2014-04-15 | +libcrypto | Miod Vallat |
2014-04-15 | Import the OpenSSL libcrypto tests in a form suitable for our rergress | Miod Vallat |
2014-04-15 | Using macros in .Sh header lines, or having .Sm off or .Bk -words open | Ingo Schwarze |
2014-04-14 | fix test regarding false positives | Jasper Lievisse Adriaanse |
2014-04-14 | When i committed man_term.c rev. 1.99, i forgot to adjust this test; | Ingo Schwarze |
2014-04-08 | add a test for writing too far | Ted Unangst |
2014-04-08 | Add a new term_flushln() flag TERMP_BRIND (if break, then indent) | Ingo Schwarze |
2014-04-08 | more tests for excessively long text in TERMP_NOBREAK mode | Ingo Schwarze |
2014-04-08 | Fully implement the \B (validate numerical expression) and | Ingo Schwarze |
2014-04-07 | We already supported (outer) user-defined strings containing references | Ingo Schwarze |
2014-04-07 | Almost complete implementation of roff(7) numerical expressions. | Ingo Schwarze |
2014-04-05 | Implement the roff(7) .rr (remove register) request. | Ingo Schwarze |
2014-03-31 | recognise CONTEXT sections, for man9; | Jason McIntyre |
2014-03-31 | add test where Libs contains a variable reference | Jasper Lievisse Adriaanse |