]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
CryptoPkg/OpensslLib: Set MD4 disable in OpensslLib
[mirror_edk2.git] / CryptoPkg / Library / OpensslLib / OpensslLibCrypto.inf
index de05cac931d9bc81b5a6481d4a56480651fac2cf..d9782a3098a3f599c737fd60e180889d3cc34b93 100644 (file)
@@ -1,7 +1,8 @@
 ## @file\r
 #  This module provides OpenSSL Library implementation.\r
 #\r
-#  Copyright (c) 2010 - 2019, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2010 - 2020, Intel Corporation. All rights reserved.<BR>\r
+#  (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>\r
 #  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
@@ -23,6 +24,7 @@
 \r
 [Sources]\r
   $(OPENSSL_PATH)/e_os.h\r
+  $(OPENSSL_PATH)/ms/uplink.h\r
 # Autogenerated files list starts here\r
   $(OPENSSL_PATH)/crypto/aes/aes_cbc.c\r
   $(OPENSSL_PATH)/crypto/aes/aes_cfb.c\r
   $(OPENSSL_PATH)/crypto/kdf/tls1_prf.c\r
   $(OPENSSL_PATH)/crypto/lhash/lh_stats.c\r
   $(OPENSSL_PATH)/crypto/lhash/lhash.c\r
-  $(OPENSSL_PATH)/crypto/md4/md4_dgst.c\r
-  $(OPENSSL_PATH)/crypto/md4/md4_one.c\r
   $(OPENSSL_PATH)/crypto/md5/md5_dgst.c\r
   $(OPENSSL_PATH)/crypto/md5/md5_one.c\r
   $(OPENSSL_PATH)/crypto/mem.c\r
   $(OPENSSL_PATH)/crypto/x509v3/v3_tlsf.c\r
   $(OPENSSL_PATH)/crypto/x509v3/v3_utl.c\r
   $(OPENSSL_PATH)/crypto/x509v3/v3err.c\r
+  $(OPENSSL_PATH)/crypto/arm_arch.h\r
+  $(OPENSSL_PATH)/crypto/mips_arch.h\r
+  $(OPENSSL_PATH)/crypto/ppc_arch.h\r
+  $(OPENSSL_PATH)/crypto/s390x_arch.h\r
+  $(OPENSSL_PATH)/crypto/sparc_arch.h\r
+  $(OPENSSL_PATH)/crypto/vms_rms.h\r
+  $(OPENSSL_PATH)/crypto/aes/aes_locl.h\r
+  $(OPENSSL_PATH)/crypto/asn1/asn1_item_list.h\r
+  $(OPENSSL_PATH)/crypto/asn1/asn1_locl.h\r
+  $(OPENSSL_PATH)/crypto/asn1/charmap.h\r
+  $(OPENSSL_PATH)/crypto/asn1/standard_methods.h\r
+  $(OPENSSL_PATH)/crypto/asn1/tbl_standard.h\r
+  $(OPENSSL_PATH)/crypto/async/async_locl.h\r
+  $(OPENSSL_PATH)/crypto/async/arch/async_null.h\r
+  $(OPENSSL_PATH)/crypto/async/arch/async_posix.h\r
+  $(OPENSSL_PATH)/crypto/async/arch/async_win.h\r
+  $(OPENSSL_PATH)/crypto/bio/bio_lcl.h\r
+  $(OPENSSL_PATH)/crypto/bn/bn_lcl.h\r
+  $(OPENSSL_PATH)/crypto/bn/bn_prime.h\r
+  $(OPENSSL_PATH)/crypto/bn/rsaz_exp.h\r
+  $(OPENSSL_PATH)/crypto/comp/comp_lcl.h\r
+  $(OPENSSL_PATH)/crypto/conf/conf_def.h\r
+  $(OPENSSL_PATH)/crypto/conf/conf_lcl.h\r
+  $(OPENSSL_PATH)/crypto/des/des_locl.h\r
+  $(OPENSSL_PATH)/crypto/des/spr.h\r
+  $(OPENSSL_PATH)/crypto/dh/dh_locl.h\r
+  $(OPENSSL_PATH)/crypto/dso/dso_locl.h\r
+  $(OPENSSL_PATH)/crypto/evp/evp_locl.h\r
+  $(OPENSSL_PATH)/crypto/hmac/hmac_lcl.h\r
+  $(OPENSSL_PATH)/crypto/lhash/lhash_lcl.h\r
+  $(OPENSSL_PATH)/crypto/md5/md5_locl.h\r
+  $(OPENSSL_PATH)/crypto/modes/modes_lcl.h\r
+  $(OPENSSL_PATH)/crypto/objects/obj_dat.h\r
+  $(OPENSSL_PATH)/crypto/objects/obj_lcl.h\r
+  $(OPENSSL_PATH)/crypto/objects/obj_xref.h\r
+  $(OPENSSL_PATH)/crypto/ocsp/ocsp_lcl.h\r
+  $(OPENSSL_PATH)/crypto/pkcs12/p12_lcl.h\r
+  $(OPENSSL_PATH)/crypto/rand/rand_lcl.h\r
+  $(OPENSSL_PATH)/crypto/rc4/rc4_locl.h\r
+  $(OPENSSL_PATH)/crypto/rsa/rsa_locl.h\r
+  $(OPENSSL_PATH)/crypto/sha/sha_locl.h\r
+  $(OPENSSL_PATH)/crypto/siphash/siphash_local.h\r
+  $(OPENSSL_PATH)/crypto/sm3/sm3_locl.h\r
+  $(OPENSSL_PATH)/crypto/store/store_locl.h\r
+  $(OPENSSL_PATH)/crypto/ui/ui_locl.h\r
+  $(OPENSSL_PATH)/crypto/x509/x509_lcl.h\r
+  $(OPENSSL_PATH)/crypto/x509v3/ext_dat.h\r
+  $(OPENSSL_PATH)/crypto/x509v3/pcy_int.h\r
+  $(OPENSSL_PATH)/crypto/x509v3/standard_exts.h\r
+  $(OPENSSL_PATH)/crypto/x509v3/v3_admis.h\r
 # Autogenerated files list ends here\r
-\r
+  buildinf.h\r
+  rand_pool_noise.h\r
   ossl_store.c\r
   rand_pool.c\r
 \r
   GCC:*_*_X64_CC_FLAGS     = -U_WIN32 -U_WIN64 $(OPENSSL_FLAGS) -Wno-error=maybe-uninitialized -Wno-error=format -Wno-format -Wno-error=unused-but-set-variable -DNO_MSABI_VA_FUNCS\r
   GCC:*_*_ARM_CC_FLAGS     = $(OPENSSL_FLAGS) -Wno-error=maybe-uninitialized -Wno-error=unused-but-set-variable\r
   GCC:*_*_AARCH64_CC_FLAGS = $(OPENSSL_FLAGS) -Wno-error=maybe-uninitialized -Wno-format -Wno-error=unused-but-set-variable\r
+  GCC:*_*_RISCV64_CC_FLAGS = $(OPENSSL_FLAGS) -Wno-error=maybe-uninitialized -Wno-format -Wno-error=unused-but-set-variable\r
   GCC:*_CLANG35_*_CC_FLAGS = -std=c99 -Wno-error=uninitialized\r
   GCC:*_CLANG38_*_CC_FLAGS = -std=c99 -Wno-error=uninitialized\r
+  GCC:*_CLANGPDB_*_CC_FLAGS = -std=c99 -Wno-error=uninitialized -Wno-error=incompatible-pointer-types -Wno-error=pointer-sign -Wno-error=implicit-function-declaration -Wno-error=ignored-pragma-optimize\r
 \r
   # suppress the following warnings in openssl so we don't break the build with warnings-as-errors:\r
   # 1295: Deprecated declaration <entity> - give arg types\r