summaryrefslogtreecommitdiff
path: root/tests/crypto
AgeCommit message (Expand)Author
2018-02-22PR lib/53044: remove tests not provided by OpenSSL 1.1.xmartin
2018-02-09put .PATH after the variable is defined.christos
2018-02-08fix 1.0 build; thanks ODE make.christos
2018-02-08include the right test directory for the right openssl versionchristos
2018-02-08adjust tests for 1.1christos
2017-06-14constify more to avoid gcc stupidity.christos
2017-06-13Avoid variable lenght buffers to help the stack protector (hopefully nomartin
2017-06-09add tests of ioctl for /dev/cryptoknakahara
2017-05-21Remove MKCRYPTO option.riastradh
2017-05-21Remove MKCRYPTO_RC5. Unconditionally include RC5 in libcrypto.so.riastradh
2017-04-17add opencrypto atf for CRYPTO_3DES_CBC and CRYPTO_AES_CBC(=CRYPTO_RIJNDAEL128...knakahara
2016-10-14periphereal updates and generated files for the new openssl.spz
2016-10-13Bump timeouts so they work on a 32bit sparc (poor Krups)martin
2015-12-26For the skipped ARC4 test, don't bother trying to run the test clean-uppgoyette
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