Add -show_chain option to print out verified chain.
[openssl.git] / crypto / sha / sha256t.c
2012-06-12 Andy Polyakovsha256t.c: make sure unrolled loop is tested.
2005-08-28 Nils Larschfix warnings when building openssl with the following...
2005-05-22 Andy PolyakovBe more consistent with OPENSSL_NO_SHA256.
2004-09-27 Andy Polyakovsha256_block advances the input pointer double as fast...
2004-07-22 Andy PolyakovRun SHA-256/-512 tests through EVP...
2004-06-17 Geoff ThorpeGet rid of signed/unsigned warnings, and teach CVS...
2004-05-28 Andy PolyakovMake sure we return 0 if test passed.
2004-05-27 Andy PolyakovSHA-224 test vectors added.
2004-05-13 Andy PolyakovSHA-224/-256/-384/-512 implementation. This is just...