summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
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
2014-05-02Improves this test to be more strict on the filter action test. Now itAndre de Oliveira
2014-05-02Extends relayd regress-tests framework to support tweaks from test-code: tablesAndre de Oliveira
2014-05-02Add missing $ on OpenBSD cvs tags, ok djmAndre de Oliveira
2014-05-02use the test_helper fuzzer rather than the hand-rolled code thatDamien Miller
2014-05-02make the fuzzer seed const to make it clear that it is never modifiedDamien Miller
2014-05-01KNF.Joel Sing
2014-05-01Provide an EVP implementation for ChaCha.Joel Sing
2014-05-01Add ChaCha to libcrypto, based on djb's public domain implementation.Joel Sing
2014-04-30unit tests for new buffer API; including basic fuzz testingDamien Miller
2014-04-27Regress for access()Philip Guenther
2014-04-24The switch statement given/when was introduced in Perl 5.10 and gotAlexander Bluhm
2014-04-22When compiling with AES_WRAP_TEST, make main() return a meaningful valueMiod Vallat
2014-04-22gets() is goneLawrence Teo
2014-04-21repair regress tests broken by server-side default cipher/kex/mac changesDamien Miller
2014-04-18ECDSA signature computation involves a random number. Remove the test trying toMiod Vallat
2014-04-18Introduce some regress tests against our routing table. At least that wayClaudio Jeker
2014-04-18It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-04-18cut altq hereHenning Brauer
2014-04-18missed theseHenning Brauer
2014-04-18stop testing altq stuffzHenning Brauer
2014-04-17crypto/modes/gcm128.c can be used as its own selftest. Add it to regress,Miod Vallat
2014-04-17Invoke OPENSSL_add_all_algorithms_noconf() to enforce OPENSSL_cpuid_setup()Miod Vallat
2014-04-17Remove the ossltests target, these are now all in libcrypto regressJonathan Gray