Clean up references to FIPS
authorEmilia Kasper <emilia@openssl.org>
Tue, 28 Feb 2017 11:30:28 +0000 (12:30 +0100)
committerEmilia Kasper <emilia@openssl.org>
Tue, 28 Feb 2017 14:26:25 +0000 (15:26 +0100)
commitb53338cbf8822dd774f9e4057307f347d2b63ff0
tree762d5194d048f5ae4d156b769115ca8f3b5b4155
parent223a90cc9a94d1f6abf04ef28dc30b03c3e5e0c1
Clean up references to FIPS

This removes the fips configure option. This option is broken as the
required FIPS code is not available.

FIPS_mode() and FIPS_mode_set() are retained for compatibility, but
FIPS_mode() always returns 0, and FIPS_mode_set() can only be used to
turn FIPS mode off.

Reviewed-by: Stephen Henson <steve@openssl.org>
23 files changed:
Configure
apps/openssl.c
crypto/aes/asm/aes-mips.pl
crypto/bn/asm/sparcv8plus.S
crypto/des/asm/des_enc.m4
crypto/err/err_all.c
crypto/evp/evp_cnf.c
crypto/o_fips.c
crypto/o_init.c
crypto/rand/md_rand.c
crypto/rand/rand_lib.c
crypto/sha/asm/sha1-mips.pl
crypto/sha/asm/sha512-mips.pl
crypto/sparccpuid.S
doc/man5/config.pod
include/openssl/opensslv.h
ssl/record/ssl3_record.c
ssl/s3_cbc.c
ssl/ssl_ciph.c
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/statem/statem_lib.c
test/ssltest_old.c