mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 05:34:31 +02:00
CryptoPkg/openssl: update CI config for openssl 3.0
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Yi Li <yi1.li@intel.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Xiaoyu Lu <xiaoyu1.lu@intel.com> Cc: Guomin Jiang <guomin.jiang@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com> Acked-by: Ard Biesheuvel <ardb@kernel.org> Tested-by: Ard Biesheuvel <ardb@kernel.org> Tested-by: Brian J. Johnson <brian.johnson@hpe.com> Tested-by: Kenneth Lautner <klautner@microsoft.com>
This commit is contained in:
parent
46226fb5d3
commit
e91bfffd4f
@ -9,11 +9,7 @@
|
|||||||
"LicenseCheck": {
|
"LicenseCheck": {
|
||||||
"IgnoreFiles": [
|
"IgnoreFiles": [
|
||||||
# These directories contain auto-generated OpenSSL content
|
# These directories contain auto-generated OpenSSL content
|
||||||
"Library/OpensslLib/IA32",
|
"Library/OpensslLib/OpensslGen"
|
||||||
"Library/OpensslLib/IA32Gcc",
|
|
||||||
"Library/OpensslLib/X64",
|
|
||||||
"Library/OpensslLib/X64Gcc",
|
|
||||||
"Library/Include/openssl"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"EccCheck": {
|
"EccCheck": {
|
||||||
@ -30,14 +26,13 @@
|
|||||||
## Both file path and directory path are accepted.
|
## Both file path and directory path are accepted.
|
||||||
"IgnoreFiles": [
|
"IgnoreFiles": [
|
||||||
"Library/OpensslLib/openssl",
|
"Library/OpensslLib/openssl",
|
||||||
"Library/Include/openssl",
|
"Library/OpensslLib/OpensslGen",
|
||||||
"Library/Include/crypto",
|
|
||||||
# The unit testing folder is not to be checked
|
# The unit testing folder is not to be checked
|
||||||
"Test/UnitTest",
|
"Test/UnitTest",
|
||||||
# This has OpenSSL interfaces that aren't UEFI spec compliant
|
# This has OpenSSL interfaces that aren't UEFI spec compliant
|
||||||
"Library/BaseCryptLib/SysCall",
|
"Library/BaseCryptLib/SysCall",
|
||||||
# This has OpenSSL interfaces that aren't UEFI spec compliant
|
# This has OpenSSL interfaces that aren't UEFI spec compliant
|
||||||
"Library/OpensslLib/rand_pool.c",
|
"Library/OpensslLib/OpensslStub",
|
||||||
# This has OpenSSL interfaces that aren't UEFI spec compliant
|
# This has OpenSSL interfaces that aren't UEFI spec compliant
|
||||||
"Library/Include/CrtLibSupport.h",
|
"Library/Include/CrtLibSupport.h",
|
||||||
# This has OpenSSL interfaces that aren't UEFI spec compliant
|
# This has OpenSSL interfaces that aren't UEFI spec compliant
|
||||||
@ -96,9 +91,46 @@
|
|||||||
# options defined in .pytool/Plugin/UncrustifyCheck
|
# options defined in .pytool/Plugin/UncrustifyCheck
|
||||||
"UncrustifyCheck": {
|
"UncrustifyCheck": {
|
||||||
"IgnoreFiles": [
|
"IgnoreFiles": [
|
||||||
"opensslconf.h",
|
"Library/OpensslLib/OpensslGen/include/crypto/bn_conf.h",
|
||||||
"dso_conf.h",
|
"Library/OpensslLib/OpensslGen/include/crypto/dso_conf.h",
|
||||||
"opensslconf_generated.h"
|
"Library/OpensslLib/OpensslGen/include/openssl/asn1.h",
|
||||||
|
"Library/OpensslLib/OpensslGen/include/openssl/asn1t.h",
|
||||||
|
"Library/OpensslLib/OpensslGen/include/openssl/bio.h",
|
||||||
|
"Library/OpensslLib/OpensslGen/include/openssl/cmp.h",
|
||||||
|
"Library/OpensslLib/OpensslGen/include/openssl/cms.h",
|
||||||
|
"Library/OpensslLib/OpensslGen/include/openssl/conf.h",
|
||||||
|
"Library/OpensslLib/OpensslGen/include/openssl/configuration-ec.h",
|
||||||
|
"Library/OpensslLib/OpensslGen/include/openssl/configuration-noec.h",
|
||||||
|
"Library/OpensslLib/OpensslGen/include/openssl/configuration.h",
|
||||||
|
"Library/OpensslLib/OpensslGen/include/openssl/crmf.h",
|
||||||
|
"Library/OpensslLib/OpensslGen/include/openssl/crypto.h",
|
||||||
|
"Library/OpensslLib/OpensslGen/include/openssl/ct.h",
|
||||||
|
"Library/OpensslLib/OpensslGen/include/openssl/err.h",
|
||||||
|
"Library/OpensslLib/OpensslGen/include/openssl/ess.h",
|
||||||
|
"Library/OpensslLib/OpensslGen/include/openssl/fipskey.h",
|
||||||
|
"Library/OpensslLib/OpensslGen/include/openssl/lhash.h",
|
||||||
|
"Library/OpensslLib/OpensslGen/include/openssl/ocsp.h",
|
||||||
|
"Library/OpensslLib/OpensslGen/include/openssl/opensslv.h",
|
||||||
|
"Library/OpensslLib/OpensslGen/include/openssl/pkcs12.h",
|
||||||
|
"Library/OpensslLib/OpensslGen/include/openssl/pkcs7.h",
|
||||||
|
"Library/OpensslLib/OpensslGen/include/openssl/safestack.h",
|
||||||
|
"Library/OpensslLib/OpensslGen/include/openssl/srp.h",
|
||||||
|
"Library/OpensslLib/OpensslGen/include/openssl/ssl.h",
|
||||||
|
"Library/OpensslLib/OpensslGen/include/openssl/ui.h",
|
||||||
|
"Library/OpensslLib/OpensslGen/include/openssl/x509.h",
|
||||||
|
"Library/OpensslLib/OpensslGen/include/openssl/x509v3.h",
|
||||||
|
"Library/OpensslLib/OpensslGen/include/openssl/x509_vfy.h",
|
||||||
|
"Library/OpensslLib/OpensslGen/providers/common/der/der_digests_gen.c",
|
||||||
|
"Library/OpensslLib/OpensslGen/providers/common/der/der_ecx_gen.c",
|
||||||
|
"Library/OpensslLib/OpensslGen/providers/common/der/der_ec_gen.c",
|
||||||
|
"Library/OpensslLib/OpensslGen/providers/common/der/der_rsa_gen.c",
|
||||||
|
"Library/OpensslLib/OpensslGen/providers/common/der/der_wrap_gen.c",
|
||||||
|
"Library/OpensslLib/OpensslGen/providers/common/include/prov/der_digests.h",
|
||||||
|
"Library/OpensslLib/OpensslGen/providers/common/include/prov/der_ec.h",
|
||||||
|
"Library/OpensslLib/OpensslGen/providers/common/include/prov/der_ecx.h",
|
||||||
|
"Library/OpensslLib/OpensslGen/providers/common/include/prov/der_rsa.h",
|
||||||
|
"Library/OpensslLib/OpensslGen/providers/common/include/prov/der_wrap.h",
|
||||||
|
"Library/OpensslLib/OpensslStub/uefiprov.c"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user