summaryrefslogtreecommitdiff
path: root/tests/crypto
AgeCommit message (Expand)Author
2015-03-16correct test nameprlw1
2014-01-19Sprinkle in some UNCONST()pgoyette
2014-01-18Include more of the test cases from RFC 1321.pgoyette
2014-01-18Remove some debugging code.pgoyette
2014-01-18Free each crypto(4) session when we're done with it. (A new sessionpgoyette
2014-01-18Fix verification to use correct buffer.pgoyette
2014-01-18Add the test cases for sha1_hmacpgoyette
2014-01-18Needs some unconst.joerg
2014-01-17Additional tests for SHA1_HMAC (with test cases from RFC2202)pgoyette
2014-01-17Add additional test cases from RFC2202pgoyette
2014-01-17Use RFC 3713 vector, add comment to identify the sourcepgoyette
2014-01-17Reenable h_null (NULL_CBC) test. It works if we correctly pass a NULL iv.pgoyette
2014-01-17Clean up the helper programs. Remove the code to print the results, andpgoyette
2014-01-17Disable the arc4 and null_cbc tests for now. The swcrypto driver doespgoyette
2014-01-16Use __arraycount and size_t as the format strings are wrong anyway.joerg
2014-01-16Since sizeof() is unsigned, use an unsigned int for the loop index.pgoyette
2014-01-16Include all of the examples from RFC3566pgoyette
2014-01-15Remove bogus TESTSDIRmartin
2014-01-14Descend into new opencrypto test suitepgoyette
2014-01-14Add some trivial tests for the in-kernel opencrypto framework, and linkpgoyette
2012-07-14more MKCRYPTO_IDEA and MKCRYPTO_MDC2 removal (resp, adjustment to IDEA andspz
2012-07-14MKCRYPTO_{IDEA,MDC2} is no morechristos
2011-10-22fix a build issue with MKCRYPTO=no.mrg
2011-07-05give the idea, rc5 and mdc2 checks a chance of working if they are definedspz
2011-06-12Fix patented algo compilationchristos
2011-06-11Turn warns on for all tests and fix all the bugs.christos
2011-06-09add tests for evb and srpspz
2011-05-26Default to -Wno-sign-compare -Wno-pointer-sign for clang.joerg
2010-12-18Don't force debug build.joerg
2010-11-08increase timeouts of long-running testspooka
2010-11-07Adjusts tests after import of atf-0.12:jmmv
2010-11-03add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazingchristos
2010-07-13Get rid of static Atffiles and let bsd.test.mk generate them on the fly.jmmv
2010-07-11ldap is configured to depend upon MKCRYPTO no, so force MKLAP=no ifmrg
2010-07-10Do not use awk to generate the test program. Instead, just expand thejmmv
2010-06-04atf-0.9 introduces an use.fs test-case property to allow tests to write tojmmv
2009-07-20fix for new opensslchristos
2009-02-14Use the correct dir to find source files. NetBSD finally builds again.cube
2009-02-13Convert the threads libcrypto test to ATF and enable it. Drop the old onejmmv
2009-02-13Remove threads from the list of subdirs. Commited by mistake.jmmv
2009-02-13Convert libcrypto tests to ATF. Original work done by Lukasz Strzygowskijmmv