More FIPS algorithm blocking.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 27 Jan 2005 01:49:42 +0000 (01:49 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 27 Jan 2005 01:49:42 +0000 (01:49 +0000)
commit6be00c7e16f27111e6dcc77da3bb01fa98b8f4a9
treec6f6684558af0e8637efb1bec085c3e381a706e8
parent532d936be80c742d0746045d8396909822416eb5
More FIPS algorithm blocking.

Catch attempted use of non FIPS algorithms with HMAC.

Give an assertion error for applications that ignore FIPS digest errors.

Make -non-fips-allow work with dgst and HMAC.
apps/dgst.c
crypto/crypto.h
crypto/evp/digest.c
crypto/hmac/hmac.c