Age | Commit message (Expand) | Author |
2014-06-13 | Add regress test for MAP_INHERIT_ZERO. | Matthew Dempsky |
2014-06-13 | Remove support for the `opaque PRF input' extension, which draft has expired | Miod Vallat |
2014-06-13 | Add regress tests for timingsafe_bcmp and timingsafe_memcmp. | Matthew Dempsky |
2014-06-12 | Add regress test for explicit_bzero. | Matthew Dempsky |
2014-06-07 | Add basic regression test for modf() issue. | Tobias Ulmer |
2014-06-01 | Build with WARNINGS=Yes and Werror. | Miod Vallat |
2014-06-01 | Build these tests with WARNINGS=Yes and -Werror, and do the necessary | Miod Vallat |
2014-04-15 | Import the OpenSSL libcrypto tests in a form suitable for our rergress | Miod Vallat |
2014-05-31 | Move the cts128 and gcm128 tests to regress. | Joel Sing |
2014-05-31 | Add a basic test for RTM_CHANGE | Claudio Jeker |
2014-05-31 | KNF and other cleanup. | Joel Sing |
2014-05-30 | Move sha256 and sha512 tests to regress and wire them up. | Joel Sing |
2014-05-30 | Move the AES wrap test code into regress. | Joel Sing |
2014-05-29 | use calloc, from Benjamin Baier | Ted Unangst |
2014-05-26 | Update the aead regress to work with the improved EVP AEAD API. | Joel Sing |
2014-05-24 | Add the RFC 7027 test vectors; from OpenSSL HEAD | Miod Vallat |
2014-05-24 | Move ssltest.c to a regress test. | Joel Sing |
2014-05-24 | remove OPENSSL_malloc and CRYPTO_malloc goo from the regress tests. | Bob Beck |
2014-05-24 | make this compile again - actually include stdio and friends ourselves. | Bob Beck |
2014-05-24 | Move the regress tests that are in lib/libssl to usr.sbin/openssl, | Joel Sing |
2014-05-22 | Make this build cleanly even with UTF8_{putc,getc} moved from the | Philip Guenther |
2014-05-21 | when failing because of unexpected output, show the offending output | Damien Miller |
2014-05-20 | Use errc/warnc to simplify code. | Philip Guenther |
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 |