summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2014-06-13Add regress test for MAP_INHERIT_ZERO.Matthew Dempsky
2014-06-13Remove support for the `opaque PRF input' extension, which draft has expiredMiod Vallat
2014-06-13Add regress tests for timingsafe_bcmp and timingsafe_memcmp.Matthew Dempsky
2014-06-12Add regress test for explicit_bzero.Matthew Dempsky
2014-06-07Add basic regression test for modf() issue.Tobias Ulmer
2014-06-01Build with WARNINGS=Yes and Werror.Miod Vallat
2014-06-01Build these tests with WARNINGS=Yes and -Werror, and do the necessaryMiod Vallat
2014-04-15Import the OpenSSL libcrypto tests in a form suitable for our rergressMiod Vallat
2014-05-31Move the cts128 and gcm128 tests to regress.Joel Sing
2014-05-31Add a basic test for RTM_CHANGEClaudio Jeker
2014-05-31KNF and other cleanup.Joel Sing
2014-05-30Move sha256 and sha512 tests to regress and wire them up.Joel Sing
2014-05-30Move the AES wrap test code into regress.Joel Sing
2014-05-29use calloc, from Benjamin BaierTed Unangst
2014-05-26Update the aead regress to work with the improved EVP AEAD API.Joel Sing
2014-05-24Add the RFC 7027 test vectors; from OpenSSL HEADMiod Vallat
2014-05-24Move ssltest.c to a regress test.Joel Sing
2014-05-24remove OPENSSL_malloc and CRYPTO_malloc goo from the regress tests.Bob Beck
2014-05-24make this compile again - actually include stdio and friends ourselves.Bob Beck
2014-05-24Move the regress tests that are in lib/libssl to usr.sbin/openssl,Joel Sing
2014-05-22Make this build cleanly even with UTF8_{putc,getc} moved from thePhilip Guenther
2014-05-21when failing because of unexpected output, show the offending outputDamien Miller
2014-05-20Use errc/warnc to simplify code.Philip Guenther
2014-05-19Enable the 3- and 4-byte sequence tests for UTF8_getc()Philip Guenther
2014-05-18Add regression test for UTF8_{getc,putc}()Philip Guenther
2014-05-16Include openssl/evp.h for OPENSSL_add_all_algorithms_noconf().Joel Sing
2014-05-16Fix various issues that result in compiler warnings.Joel Sing
2014-05-15Get pqueue.h from the libssl sources rather than relying upon it beingMiod Vallat
2014-05-15Add additional chacha20-poly1305 test vectors.Joel Sing
2014-05-15Add chacha20-poly1305 test vector to regress.Joel Sing
2014-05-15KNF.Joel Sing
2014-05-15KNF.Joel Sing
2014-05-15Add a regress test for AEAD, based on Adam Langley's code.Joel Sing
2014-05-14Adjust route outputs to the new lo(4) MTU which is now the same on all archs.Claudio Jeker
2014-05-14Add poly1305 to libcrypto utilising Andrew Moon's public domainJoel Sing
2014-05-12Refactors "dummyrun" flag as "dryrun" with an approach similar to the one usedAndre de Oliveira
2014-05-12Remove AES_bi_ige_encrypt() from libcrypto. This routine is supposed to useMiod Vallat
2014-05-12Move the `pqueue' part of libcrypto, which is a glorified sorted linked listMiod Vallat
2014-05-09Adds a couple tests for relayd parser, specially recent modifications reyk@ didAndre de Oliveira
2014-05-09Adds $relayd->{dummyrun} and $client->{noclient} flags to relayd testsAndre de Oliveira
2014-05-08Adjust this test contents from path keytype to url keytype to match the name ofAndre de Oliveira
2014-05-06Make sure the stdout output is check, to confirm proper sorting.Miod Vallat
2014-05-06Add a fixed (read: non-SIGSEGV'ing) pq_test.Miod Vallat
2014-05-05Replacing test files from previous commit to the right directory. There is noAndre de Oliveira
2014-05-04Remove the Z flag from the list of malloc options as itLoganaden Velvindron
2014-05-03Add tests for with and without compression, with and without privsep.Darren Tucker
2014-05-03Update the base64 regress test and enable a test that would previouslyJoel Sing
2014-05-03Initial version of a base64 regress.Joel Sing
2014-05-02Simple sha{224,256,384,512} test using the FIPS 180-2 test vectors availableMiod Vallat
2014-05-02Add regression tests to relayd to cover a few key types/actions combinations.Andre de Oliveira