summaryrefslogtreecommitdiff
path: root/tests/crypto
AgeCommit message (Expand)Author
2019-06-16The runtime of the ecdsa test case increased approximately sixfoldgson
2019-03-27Timeout for evp test case is still not enough for qemu/sparcgson
2018-09-29A timeout of 480 seconds is not enough for the t_pubkey:ec test casegson
2018-09-29The default timeout of 300 seconds is not enough for the t_ciphers:evpgson
2018-09-28Force libcrypto to be loaded after libcryptotest for the benefit of sun2christos
2018-09-24Remove tests that don't exist anymore in OpenSSL-1.1.1 (We should add thechristos
2018-09-23Merge openssl-1.1.1christos
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