Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix sha2 regression test for libcrypto. | doug | 2015-09-29 | 1 | -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. | jsing | 2014-08-26 | 1 | -2/+2 |
| | |||||
* | Simple sha{224,256,384,512} test using the FIPS 180-2 test vectors available | miod | 2014-05-02 | 1 | -0/+42 |
from http://csrc.nist.gov/groups/ST/toolkit/examples.html |