summaryrefslogtreecommitdiffstats
path: root/providers/fips.module.sources
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2021-05-06 09:03:23 +0200
committerRichard Levitte <levitte@openssl.org>2021-05-07 10:17:23 +0200
commit6d1bb1fffdeb053c6448ebf025979f9ad4689aaf (patch)
treeb9d17ea0c2c63953d9a0a6d76b50ae02e01978bf /providers/fips.module.sources
parent848af5e8feab2dd27becec8a4121947ab4a97df3 (diff)
make update
The impact on the FIPS checksum files is pretty significant Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15171)
Diffstat (limited to 'providers/fips.module.sources')
-rw-r--r--providers/fips.module.sources64
1 files changed, 5 insertions, 59 deletions
diff --git a/providers/fips.module.sources b/providers/fips.module.sources
index 79b532fe89..7e17658602 100644
--- a/providers/fips.module.sources
+++ b/providers/fips.module.sources
@@ -339,13 +339,11 @@ providers/common/provider_err.c
providers/common/provider_seeding.c
providers/common/provider_util.c
providers/common/securitycheck.c
-providers/common/securitycheck_default.c
providers/common/securitycheck_fips.c
providers/fips/fipsprov.c
providers/fips/self_test.c
providers/fips/self_test_kats.c
providers/implementations/asymciphers/rsa_enc.c
-providers/implementations/asymciphers/sm2_enc.c
providers/implementations/ciphers/cipher_aes.c
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
@@ -358,34 +356,13 @@ providers/implementations/ciphers/cipher_aes_gcm_hw.c
providers/implementations/ciphers/cipher_aes_hw.c
providers/implementations/ciphers/cipher_aes_ocb.c
providers/implementations/ciphers/cipher_aes_ocb_hw.c
-providers/implementations/ciphers/cipher_aes_siv.c
-providers/implementations/ciphers/cipher_aes_siv_hw.c
providers/implementations/ciphers/cipher_aes_wrp.c
providers/implementations/ciphers/cipher_aes_xts.c
providers/implementations/ciphers/cipher_aes_xts_fips.c
providers/implementations/ciphers/cipher_aes_xts_hw.c
-providers/implementations/ciphers/cipher_aria.c
-providers/implementations/ciphers/cipher_aria_ccm.c
-providers/implementations/ciphers/cipher_aria_ccm_hw.c
-providers/implementations/ciphers/cipher_aria_gcm.c
-providers/implementations/ciphers/cipher_aria_gcm_hw.c
-providers/implementations/ciphers/cipher_aria_hw.c
-providers/implementations/ciphers/cipher_camellia.c
-providers/implementations/ciphers/cipher_camellia_hw.c
-providers/implementations/ciphers/cipher_chacha20.c
-providers/implementations/ciphers/cipher_chacha20_hw.c
-providers/implementations/ciphers/cipher_chacha20_poly1305.c
-providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
-providers/implementations/ciphers/cipher_null.c
-providers/implementations/ciphers/cipher_sm4.c
-providers/implementations/ciphers/cipher_sm4_hw.c
providers/implementations/ciphers/cipher_tdes.c
providers/implementations/ciphers/cipher_tdes_common.c
-providers/implementations/ciphers/cipher_tdes_default.c
-providers/implementations/ciphers/cipher_tdes_default_hw.c
providers/implementations/ciphers/cipher_tdes_hw.c
-providers/implementations/ciphers/cipher_tdes_wrap.c
-providers/implementations/ciphers/cipher_tdes_wrap_hw.c
providers/implementations/ciphers/ciphercommon.c
providers/implementations/ciphers/ciphercommon_block.c
providers/implementations/ciphers/ciphercommon_ccm.c
@@ -393,35 +370,17 @@ providers/implementations/ciphers/ciphercommon_ccm_hw.c
providers/implementations/ciphers/ciphercommon_gcm.c
providers/implementations/ciphers/ciphercommon_gcm_hw.c
providers/implementations/ciphers/ciphercommon_hw.c
-providers/implementations/digests/blake2_prov.c
-providers/implementations/digests/blake2b_prov.c
-providers/implementations/digests/blake2s_prov.c
providers/implementations/digests/digestcommon.c
-providers/implementations/digests/md5_prov.c
-providers/implementations/digests/md5_sha1_prov.c
providers/implementations/digests/sha2_prov.c
providers/implementations/digests/sha3_prov.c
-providers/implementations/digests/sm3_prov.c
-providers/implementations/encode_decode/decode_der2key.c
-providers/implementations/encode_decode/decode_msblob2key.c
-providers/implementations/encode_decode/decode_pem2der.c
-providers/implementations/encode_decode/decode_pvk2key.c
-providers/implementations/encode_decode/encode_key2any.c
-providers/implementations/encode_decode/encode_key2blob.c
-providers/implementations/encode_decode/encode_key2ms.c
-providers/implementations/encode_decode/encode_key2text.c
-providers/implementations/encode_decode/endecoder_common.c
providers/implementations/exchange/dh_exch.c
providers/implementations/exchange/ecdh_exch.c
providers/implementations/exchange/ecx_exch.c
providers/implementations/exchange/kdf_exch.c
providers/implementations/kdfs/hkdf.c
providers/implementations/kdfs/kbkdf.c
-providers/implementations/kdfs/krb5kdf.c
providers/implementations/kdfs/pbkdf2.c
providers/implementations/kdfs/pbkdf2_fips.c
-providers/implementations/kdfs/pkcs12kdf.c
-providers/implementations/kdfs/scrypt.c
providers/implementations/kdfs/sshkdf.c
providers/implementations/kdfs/sskdf.c
providers/implementations/kdfs/tls1_prf.c
@@ -434,34 +393,21 @@ providers/implementations/keymgmt/ecx_kmgmt.c
providers/implementations/keymgmt/kdf_legacy_kmgmt.c
providers/implementations/keymgmt/mac_legacy_kmgmt.c
providers/implementations/keymgmt/rsa_kmgmt.c
-providers/implementations/macs/blake2b_mac.c
-providers/implementations/macs/blake2s_mac.c
providers/implementations/macs/cmac_prov.c
providers/implementations/macs/gmac_prov.c
providers/implementations/macs/hmac_prov.c
providers/implementations/macs/kmac_prov.c
-providers/implementations/macs/poly1305_prov.c
-providers/implementations/macs/siphash_prov.c
providers/implementations/rands/crngt.c
providers/implementations/rands/drbg.c
providers/implementations/rands/drbg_ctr.c
providers/implementations/rands/drbg_hash.c
providers/implementations/rands/drbg_hmac.c
-providers/implementations/rands/seed_src.c
-providers/implementations/rands/seeding/rand_cpu_x86.c
-providers/implementations/rands/seeding/rand_tsc.c
-providers/implementations/rands/seeding/rand_unix.c
-providers/implementations/rands/seeding/rand_win.c
providers/implementations/rands/test_rng.c
-providers/implementations/signature/dsa.c
-providers/implementations/signature/ecdsa.c
-providers/implementations/signature/eddsa.c
-providers/implementations/signature/mac_legacy.c
-providers/implementations/signature/rsa.c
-providers/implementations/signature/sm2sig.c
-providers/implementations/storemgmt/file_store.c
-providers/implementations/storemgmt/file_store_der2obj.c
-providers/prov_running.c
+providers/implementations/signature/dsa_sig.c
+providers/implementations/signature/ecdsa_sig.c
+providers/implementations/signature/eddsa_sig.c
+providers/implementations/signature/mac_legacy_sig.c
+providers/implementations/signature/rsa_sig.c
ssl/record/tls_pad.c
ssl/s3_cbc.c
util/providers.num