FIPS mode EVP changes:
authorDr. Stephen Henson <steve@openssl.org>
Wed, 26 Jan 2011 15:25:33 +0000 (15:25 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 26 Jan 2011 15:25:33 +0000 (15:25 +0000)
commit7a4bd34a4f6d0c0745dd5710c0f4dba614e8dfac
treef7bf636ada3cb66b3e3b22f6ee37d49701f3f4a1
parent4ead4e5241bd08989f9d6305ff21f9da0614f955
FIPS mode EVP changes:

Set EVP_CIPH_FLAG_FIPS on approved ciphers.

Support "default ASN1" flag which avoids need for ASN1 dependencies in FIPS
code.

Include some defines to redirect operations to a "tiny EVP" implementation
in some FIPS source files.

Change m_sha1.c to use EVP_PKEY_NULL_method: the EVP_MD sign/verify functions
are not used in OpenSSL 1.0 and later for SHA1 and SHA2 ciphers: the EVP_PKEY
API is used instead.
crypto/evp/Makefile
crypto/evp/e_aes.c
crypto/evp/e_camellia.c
crypto/evp/e_des3.c
crypto/evp/evp.h
crypto/evp/evp_lib.c
crypto/evp/evp_locl.h
crypto/evp/m_sha1.c