summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/sha2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix sha2 regression test for libcrypto.doug2015-09-291-2/+2
| | | | | | | | | By default, "openssl sha" used SHA-0. However, it was possible to use the form "openssl sha -sha256" to run SHA-256 instead. The regression test used this form. Since we removed SHA-0 support, the regress tests should now call "openssl <digest>". ok guenther@, bcook@
* Update regress to follow openssl(1) move.jsing2014-08-261-2/+2
|
* Simple sha{224,256,384,512} test using the FIPS 180-2 test vectors availablemiod2014-05-021-0/+42
from http://csrc.nist.gov/groups/ST/toolkit/examples.html