Rename FIPS_MODE to FIPS_MODULE
authorRichard Levitte <levitte@openssl.org>
Mon, 13 Apr 2020 20:34:56 +0000 (22:34 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 28 Apr 2020 13:37:37 +0000 (15:37 +0200)
commitf844f9eb44186df2f8b0cfd3264b4eb003d8c61a
tree29860f9c269b67546a418c0197066164e455a362
parentcf86057a1acd13b13c9bd8f7b8a14bbc0e3ffd56
Rename FIPS_MODE to FIPS_MODULE

This macro is used to determine if certain pieces of code should
become part of the FIPS module or not.  The old name was confusing.

Fixes #11538

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11539)
89 files changed:
crypto/bn/bn_conv.c
crypto/bn/bn_ctx.c
crypto/bn/bn_dh.c
crypto/bn/bn_prime.c
crypto/bn/bn_rand.c
crypto/context.c
crypto/core_namemap.c
crypto/dh/dh_check.c
crypto/dh/dh_gen.c
crypto/dh/dh_group_params.c
crypto/dh/dh_key.c
crypto/dh/dh_lib.c
crypto/dh/dh_local.h
crypto/dh/dh_pmeth.c
crypto/dsa/dsa_gen.c
crypto/dsa/dsa_key.c
crypto/dsa/dsa_lib.c
crypto/dsa/dsa_local.h
crypto/dsa/dsa_ossl.c
crypto/ec/ec2_oct.c
crypto/ec/ec2_smpl.c
crypto/ec/ec_asn1.c
crypto/ec/ec_check.c
crypto/ec/ec_ctrl.c
crypto/ec/ec_curve.c
crypto/ec/ec_key.c
crypto/ec/ec_kmeth.c
crypto/ec/ec_lib.c
crypto/ec/ec_local.h
crypto/ec/ec_mult.c
crypto/ec/ecp_nistp224.c
crypto/ec/ecp_nistp256.c
crypto/ec/ecp_nistp521.c
crypto/ec/ecp_oct.c
crypto/evp/digest.c
crypto/evp/e_aes.c
crypto/evp/evp_enc.c
crypto/evp/evp_fetch.c
crypto/evp/evp_lib.c
crypto/evp/exchange.c
crypto/evp/m_sigver.c
crypto/evp/p_lib.c
crypto/evp/pmeth_check.c
crypto/evp/pmeth_gn.c
crypto/evp/pmeth_lib.c
crypto/ffc/ffc_params.c
crypto/ffc/ffc_params_generate.c
crypto/initthread.c
crypto/mem.c
crypto/ppccap.c
crypto/property/property.c
crypto/provider_core.c
crypto/provider_predefined.c
crypto/rand/drbg_ctr.c
crypto/rand/drbg_lib.c
crypto/rand/rand_lib.c
crypto/rand/rand_local.h
crypto/rand/rand_unix.c
crypto/rand/rand_win.c
crypto/rsa/rsa_chk.c
crypto/rsa/rsa_gen.c
crypto/rsa/rsa_lib.c
crypto/rsa/rsa_local.h
crypto/rsa/rsa_mp_names.c
crypto/rsa/rsa_oaep.c
crypto/rsa/rsa_ossl.c
crypto/rsa/rsa_pk1.c
crypto/rsa/rsa_sign.c
crypto/rsa/rsa_sp800_56b_check.c
crypto/self_test_core.c
crypto/threads_pthread.c
include/crypto/evp.h
include/internal/ffc.h
include/internal/thread_once.h
providers/build.info
providers/common/der/der_rsa.c.in
providers/common/provider_util.c
providers/fips/fipsprov.c
providers/implementations/ciphers/cipher_aes_xts_fips.c
providers/implementations/exchange/ecdh_exch.c
providers/implementations/include/prov/implementations.h
providers/implementations/kdfs/pbkdf2_fips.c
providers/implementations/keymgmt/rsa_kmgmt.c
providers/implementations/signature/rsa.c
test/aesgcmtest.c
test/drbg_cavs_test.c
test/drbgtest.c
test/ecdsatest.c
test/evp_extra_test.c