Age | Commit message (Expand) | Author |
2014-05-19 | Enable the 3- and 4-byte sequence tests for UTF8_getc() | Philip Guenther |
2014-05-18 | Add regression test for UTF8_{getc,putc}() | Philip Guenther |
2014-05-16 | Include openssl/evp.h for OPENSSL_add_all_algorithms_noconf(). | Joel Sing |
2014-05-16 | Fix various issues that result in compiler warnings. | Joel Sing |
2014-05-15 | Get pqueue.h from the libssl sources rather than relying upon it being | Miod Vallat |
2014-05-15 | Add additional chacha20-poly1305 test vectors. | Joel Sing |
2014-05-15 | Add chacha20-poly1305 test vector to regress. | Joel Sing |
2014-05-15 | KNF. | Joel Sing |
2014-05-15 | KNF. | Joel Sing |
2014-05-15 | Add a regress test for AEAD, based on Adam Langley's code. | Joel Sing |
2014-05-14 | Adjust route outputs to the new lo(4) MTU which is now the same on all archs. | Claudio Jeker |
2014-05-14 | Add poly1305 to libcrypto utilising Andrew Moon's public domain | Joel Sing |
2014-05-12 | Refactors "dummyrun" flag as "dryrun" with an approach similar to the one used | Andre de Oliveira |
2014-05-12 | Remove AES_bi_ige_encrypt() from libcrypto. This routine is supposed to use | Miod Vallat |
2014-05-12 | Move the `pqueue' part of libcrypto, which is a glorified sorted linked list | Miod Vallat |
2014-05-09 | Adds a couple tests for relayd parser, specially recent modifications reyk@ did | Andre de Oliveira |
2014-05-09 | Adds $relayd->{dummyrun} and $client->{noclient} flags to relayd tests | Andre de Oliveira |
2014-05-08 | Adjust this test contents from path keytype to url keytype to match the name of | Andre de Oliveira |
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 |