Page MenuHomeFreeBSD

D52009.id160869.diff
No OneTemporary

D52009.id160869.diff

diff --git a/crypto/openssl/configdata.pm b/crypto/openssl/configdata.pm
--- a/crypto/openssl/configdata.pm
+++ b/crypto/openssl/configdata.pm
@@ -1096,9 +1096,18 @@
"test/buildtest_c_aes" => {
"noinst" => "1"
},
+ "test/buildtest_c_asn1" => {
+ "noinst" => "1"
+ },
+ "test/buildtest_c_asn1t" => {
+ "noinst" => "1"
+ },
"test/buildtest_c_async" => {
"noinst" => "1"
},
+ "test/buildtest_c_bio" => {
+ "noinst" => "1"
+ },
"test/buildtest_c_blowfish" => {
"noinst" => "1"
},
@@ -1120,9 +1129,21 @@
"test/buildtest_c_cmac" => {
"noinst" => "1"
},
+ "test/buildtest_c_cmp" => {
+ "noinst" => "1"
+ },
"test/buildtest_c_cmp_util" => {
"noinst" => "1"
},
+ "test/buildtest_c_cms" => {
+ "noinst" => "1"
+ },
+ "test/buildtest_c_comp" => {
+ "noinst" => "1"
+ },
+ "test/buildtest_c_conf" => {
+ "noinst" => "1"
+ },
"test/buildtest_c_conf_api" => {
"noinst" => "1"
},
@@ -1138,12 +1159,24 @@
"test/buildtest_c_core_dispatch" => {
"noinst" => "1"
},
+ "test/buildtest_c_core_names" => {
+ "noinst" => "1"
+ },
"test/buildtest_c_core_object" => {
"noinst" => "1"
},
+ "test/buildtest_c_crmf" => {
+ "noinst" => "1"
+ },
+ "test/buildtest_c_crypto" => {
+ "noinst" => "1"
+ },
"test/buildtest_c_cryptoerr_legacy" => {
"noinst" => "1"
},
+ "test/buildtest_c_ct" => {
+ "noinst" => "1"
+ },
"test/buildtest_c_decoder" => {
"noinst" => "1"
},
@@ -1183,12 +1216,18 @@
"test/buildtest_c_engine" => {
"noinst" => "1"
},
+ "test/buildtest_c_ess" => {
+ "noinst" => "1"
+ },
"test/buildtest_c_evp" => {
"noinst" => "1"
},
"test/buildtest_c_fips_names" => {
"noinst" => "1"
},
+ "test/buildtest_c_fipskey" => {
+ "noinst" => "1"
+ },
"test/buildtest_c_hmac" => {
"noinst" => "1"
},
@@ -1204,6 +1243,9 @@
"test/buildtest_c_kdf" => {
"noinst" => "1"
},
+ "test/buildtest_c_lhash" => {
+ "noinst" => "1"
+ },
"test/buildtest_c_macros" => {
"noinst" => "1"
},
@@ -1225,6 +1267,12 @@
"test/buildtest_c_objects" => {
"noinst" => "1"
},
+ "test/buildtest_c_ocsp" => {
+ "noinst" => "1"
+ },
+ "test/buildtest_c_opensslv" => {
+ "noinst" => "1"
+ },
"test/buildtest_c_ossl_typ" => {
"noinst" => "1"
},
@@ -1240,6 +1288,12 @@
"test/buildtest_c_pem2" => {
"noinst" => "1"
},
+ "test/buildtest_c_pkcs12" => {
+ "noinst" => "1"
+ },
+ "test/buildtest_c_pkcs7" => {
+ "noinst" => "1"
+ },
"test/buildtest_c_prov_ssl" => {
"noinst" => "1"
},
@@ -1264,6 +1318,9 @@
"test/buildtest_c_rsa" => {
"noinst" => "1"
},
+ "test/buildtest_c_safestack" => {
+ "noinst" => "1"
+ },
"test/buildtest_c_seed" => {
"noinst" => "1"
},
@@ -1273,9 +1330,15 @@
"test/buildtest_c_sha" => {
"noinst" => "1"
},
+ "test/buildtest_c_srp" => {
+ "noinst" => "1"
+ },
"test/buildtest_c_srtp" => {
"noinst" => "1"
},
+ "test/buildtest_c_ssl" => {
+ "noinst" => "1"
+ },
"test/buildtest_c_ssl2" => {
"noinst" => "1"
},
@@ -1306,9 +1369,24 @@
"test/buildtest_c_types" => {
"noinst" => "1"
},
+ "test/buildtest_c_ui" => {
+ "noinst" => "1"
+ },
"test/buildtest_c_whrlpool" => {
"noinst" => "1"
},
+ "test/buildtest_c_x509" => {
+ "noinst" => "1"
+ },
+ "test/buildtest_c_x509_acert" => {
+ "noinst" => "1"
+ },
+ "test/buildtest_c_x509_vfy" => {
+ "noinst" => "1"
+ },
+ "test/buildtest_c_x509v3" => {
+ "noinst" => "1"
+ },
"test/byteorder_test" => {
"noinst" => "1"
},
@@ -8400,10 +8478,22 @@
"libcrypto",
"libssl"
],
+ "test/buildtest_c_asn1" => [
+ "libcrypto",
+ "libssl"
+ ],
+ "test/buildtest_c_asn1t" => [
+ "libcrypto",
+ "libssl"
+ ],
"test/buildtest_c_async" => [
"libcrypto",
"libssl"
],
+ "test/buildtest_c_bio" => [
+ "libcrypto",
+ "libssl"
+ ],
"test/buildtest_c_blowfish" => [
"libcrypto",
"libssl"
@@ -8432,10 +8522,26 @@
"libcrypto",
"libssl"
],
+ "test/buildtest_c_cmp" => [
+ "libcrypto",
+ "libssl"
+ ],
"test/buildtest_c_cmp_util" => [
"libcrypto",
"libssl"
],
+ "test/buildtest_c_cms" => [
+ "libcrypto",
+ "libssl"
+ ],
+ "test/buildtest_c_comp" => [
+ "libcrypto",
+ "libssl"
+ ],
+ "test/buildtest_c_conf" => [
+ "libcrypto",
+ "libssl"
+ ],
"test/buildtest_c_conf_api" => [
"libcrypto",
"libssl"
@@ -8456,14 +8562,30 @@
"libcrypto",
"libssl"
],
+ "test/buildtest_c_core_names" => [
+ "libcrypto",
+ "libssl"
+ ],
"test/buildtest_c_core_object" => [
"libcrypto",
"libssl"
],
+ "test/buildtest_c_crmf" => [
+ "libcrypto",
+ "libssl"
+ ],
+ "test/buildtest_c_crypto" => [
+ "libcrypto",
+ "libssl"
+ ],
"test/buildtest_c_cryptoerr_legacy" => [
"libcrypto",
"libssl"
],
+ "test/buildtest_c_ct" => [
+ "libcrypto",
+ "libssl"
+ ],
"test/buildtest_c_decoder" => [
"libcrypto",
"libssl"
@@ -8516,6 +8638,10 @@
"libcrypto",
"libssl"
],
+ "test/buildtest_c_ess" => [
+ "libcrypto",
+ "libssl"
+ ],
"test/buildtest_c_evp" => [
"libcrypto",
"libssl"
@@ -8524,6 +8650,10 @@
"libcrypto",
"libssl"
],
+ "test/buildtest_c_fipskey" => [
+ "libcrypto",
+ "libssl"
+ ],
"test/buildtest_c_hmac" => [
"libcrypto",
"libssl"
@@ -8544,6 +8674,10 @@
"libcrypto",
"libssl"
],
+ "test/buildtest_c_lhash" => [
+ "libcrypto",
+ "libssl"
+ ],
"test/buildtest_c_macros" => [
"libcrypto",
"libssl"
@@ -8572,6 +8706,14 @@
"libcrypto",
"libssl"
],
+ "test/buildtest_c_ocsp" => [
+ "libcrypto",
+ "libssl"
+ ],
+ "test/buildtest_c_opensslv" => [
+ "libcrypto",
+ "libssl"
+ ],
"test/buildtest_c_ossl_typ" => [
"libcrypto",
"libssl"
@@ -8592,6 +8734,14 @@
"libcrypto",
"libssl"
],
+ "test/buildtest_c_pkcs12" => [
+ "libcrypto",
+ "libssl"
+ ],
+ "test/buildtest_c_pkcs7" => [
+ "libcrypto",
+ "libssl"
+ ],
"test/buildtest_c_prov_ssl" => [
"libcrypto",
"libssl"
@@ -8624,6 +8774,10 @@
"libcrypto",
"libssl"
],
+ "test/buildtest_c_safestack" => [
+ "libcrypto",
+ "libssl"
+ ],
"test/buildtest_c_seed" => [
"libcrypto",
"libssl"
@@ -8636,10 +8790,18 @@
"libcrypto",
"libssl"
],
+ "test/buildtest_c_srp" => [
+ "libcrypto",
+ "libssl"
+ ],
"test/buildtest_c_srtp" => [
"libcrypto",
"libssl"
],
+ "test/buildtest_c_ssl" => [
+ "libcrypto",
+ "libssl"
+ ],
"test/buildtest_c_ssl2" => [
"libcrypto",
"libssl"
@@ -8680,10 +8842,30 @@
"libcrypto",
"libssl"
],
+ "test/buildtest_c_ui" => [
+ "libcrypto",
+ "libssl"
+ ],
"test/buildtest_c_whrlpool" => [
"libcrypto",
"libssl"
],
+ "test/buildtest_c_x509" => [
+ "libcrypto",
+ "libssl"
+ ],
+ "test/buildtest_c_x509_acert" => [
+ "libcrypto",
+ "libssl"
+ ],
+ "test/buildtest_c_x509_vfy" => [
+ "libcrypto",
+ "libssl"
+ ],
+ "test/buildtest_c_x509v3" => [
+ "libcrypto",
+ "libssl"
+ ],
"test/byteorder_test" => [
"libcrypto.a",
"test/libtestutil.a"
@@ -19221,10 +19403,22 @@
"test/generate_buildtest.pl",
"aes"
],
+ "test/buildtest_asn1.c" => [
+ "test/generate_buildtest.pl",
+ "asn1"
+ ],
+ "test/buildtest_asn1t.c" => [
+ "test/generate_buildtest.pl",
+ "asn1t"
+ ],
"test/buildtest_async.c" => [
"test/generate_buildtest.pl",
"async"
],
+ "test/buildtest_bio.c" => [
+ "test/generate_buildtest.pl",
+ "bio"
+ ],
"test/buildtest_blowfish.c" => [
"test/generate_buildtest.pl",
"blowfish"
@@ -19253,10 +19447,26 @@
"test/generate_buildtest.pl",
"cmac"
],
+ "test/buildtest_cmp.c" => [
+ "test/generate_buildtest.pl",
+ "cmp"
+ ],
"test/buildtest_cmp_util.c" => [
"test/generate_buildtest.pl",
"cmp_util"
],
+ "test/buildtest_cms.c" => [
+ "test/generate_buildtest.pl",
+ "cms"
+ ],
+ "test/buildtest_comp.c" => [
+ "test/generate_buildtest.pl",
+ "comp"
+ ],
+ "test/buildtest_conf.c" => [
+ "test/generate_buildtest.pl",
+ "conf"
+ ],
"test/buildtest_conf_api.c" => [
"test/generate_buildtest.pl",
"conf_api"
@@ -19277,14 +19487,30 @@
"test/generate_buildtest.pl",
"core_dispatch"
],
+ "test/buildtest_core_names.c" => [
+ "test/generate_buildtest.pl",
+ "core_names"
+ ],
"test/buildtest_core_object.c" => [
"test/generate_buildtest.pl",
"core_object"
],
+ "test/buildtest_crmf.c" => [
+ "test/generate_buildtest.pl",
+ "crmf"
+ ],
+ "test/buildtest_crypto.c" => [
+ "test/generate_buildtest.pl",
+ "crypto"
+ ],
"test/buildtest_cryptoerr_legacy.c" => [
"test/generate_buildtest.pl",
"cryptoerr_legacy"
],
+ "test/buildtest_ct.c" => [
+ "test/generate_buildtest.pl",
+ "ct"
+ ],
"test/buildtest_decoder.c" => [
"test/generate_buildtest.pl",
"decoder"
@@ -19337,6 +19563,10 @@
"test/generate_buildtest.pl",
"engine"
],
+ "test/buildtest_ess.c" => [
+ "test/generate_buildtest.pl",
+ "ess"
+ ],
"test/buildtest_evp.c" => [
"test/generate_buildtest.pl",
"evp"
@@ -19345,6 +19575,10 @@
"test/generate_buildtest.pl",
"fips_names"
],
+ "test/buildtest_fipskey.c" => [
+ "test/generate_buildtest.pl",
+ "fipskey"
+ ],
"test/buildtest_hmac.c" => [
"test/generate_buildtest.pl",
"hmac"
@@ -19365,6 +19599,10 @@
"test/generate_buildtest.pl",
"kdf"
],
+ "test/buildtest_lhash.c" => [
+ "test/generate_buildtest.pl",
+ "lhash"
+ ],
"test/buildtest_macros.c" => [
"test/generate_buildtest.pl",
"macros"
@@ -19393,6 +19631,14 @@
"test/generate_buildtest.pl",
"objects"
],
+ "test/buildtest_ocsp.c" => [
+ "test/generate_buildtest.pl",
+ "ocsp"
+ ],
+ "test/buildtest_opensslv.c" => [
+ "test/generate_buildtest.pl",
+ "opensslv"
+ ],
"test/buildtest_ossl_typ.c" => [
"test/generate_buildtest.pl",
"ossl_typ"
@@ -19413,6 +19659,14 @@
"test/generate_buildtest.pl",
"pem2"
],
+ "test/buildtest_pkcs12.c" => [
+ "test/generate_buildtest.pl",
+ "pkcs12"
+ ],
+ "test/buildtest_pkcs7.c" => [
+ "test/generate_buildtest.pl",
+ "pkcs7"
+ ],
"test/buildtest_prov_ssl.c" => [
"test/generate_buildtest.pl",
"prov_ssl"
@@ -19445,6 +19699,10 @@
"test/generate_buildtest.pl",
"rsa"
],
+ "test/buildtest_safestack.c" => [
+ "test/generate_buildtest.pl",
+ "safestack"
+ ],
"test/buildtest_seed.c" => [
"test/generate_buildtest.pl",
"seed"
@@ -19457,10 +19715,18 @@
"test/generate_buildtest.pl",
"sha"
],
+ "test/buildtest_srp.c" => [
+ "test/generate_buildtest.pl",
+ "srp"
+ ],
"test/buildtest_srtp.c" => [
"test/generate_buildtest.pl",
"srtp"
],
+ "test/buildtest_ssl.c" => [
+ "test/generate_buildtest.pl",
+ "ssl"
+ ],
"test/buildtest_ssl2.c" => [
"test/generate_buildtest.pl",
"ssl2"
@@ -19501,10 +19767,30 @@
"test/generate_buildtest.pl",
"types"
],
+ "test/buildtest_ui.c" => [
+ "test/generate_buildtest.pl",
+ "ui"
+ ],
"test/buildtest_whrlpool.c" => [
"test/generate_buildtest.pl",
"whrlpool"
],
+ "test/buildtest_x509.c" => [
+ "test/generate_buildtest.pl",
+ "x509"
+ ],
+ "test/buildtest_x509_acert.c" => [
+ "test/generate_buildtest.pl",
+ "x509_acert"
+ ],
+ "test/buildtest_x509_vfy.c" => [
+ "test/generate_buildtest.pl",
+ "x509_vfy"
+ ],
+ "test/buildtest_x509v3.c" => [
+ "test/generate_buildtest.pl",
+ "x509v3"
+ ],
"test/p_minimal.ld" => [
"util/providers.num"
],
@@ -21855,9 +22141,18 @@
"test/buildtest_c_aes" => [
"include"
],
+ "test/buildtest_c_asn1" => [
+ "include"
+ ],
+ "test/buildtest_c_asn1t" => [
+ "include"
+ ],
"test/buildtest_c_async" => [
"include"
],
+ "test/buildtest_c_bio" => [
+ "include"
+ ],
"test/buildtest_c_blowfish" => [
"include"
],
@@ -21879,9 +22174,21 @@
"test/buildtest_c_cmac" => [
"include"
],
+ "test/buildtest_c_cmp" => [
+ "include"
+ ],
"test/buildtest_c_cmp_util" => [
"include"
],
+ "test/buildtest_c_cms" => [
+ "include"
+ ],
+ "test/buildtest_c_comp" => [
+ "include"
+ ],
+ "test/buildtest_c_conf" => [
+ "include"
+ ],
"test/buildtest_c_conf_api" => [
"include"
],
@@ -21897,12 +22204,24 @@
"test/buildtest_c_core_dispatch" => [
"include"
],
+ "test/buildtest_c_core_names" => [
+ "include"
+ ],
"test/buildtest_c_core_object" => [
"include"
],
+ "test/buildtest_c_crmf" => [
+ "include"
+ ],
+ "test/buildtest_c_crypto" => [
+ "include"
+ ],
"test/buildtest_c_cryptoerr_legacy" => [
"include"
],
+ "test/buildtest_c_ct" => [
+ "include"
+ ],
"test/buildtest_c_decoder" => [
"include"
],
@@ -21942,12 +22261,18 @@
"test/buildtest_c_engine" => [
"include"
],
+ "test/buildtest_c_ess" => [
+ "include"
+ ],
"test/buildtest_c_evp" => [
"include"
],
"test/buildtest_c_fips_names" => [
"include"
],
+ "test/buildtest_c_fipskey" => [
+ "include"
+ ],
"test/buildtest_c_hmac" => [
"include"
],
@@ -21963,6 +22288,9 @@
"test/buildtest_c_kdf" => [
"include"
],
+ "test/buildtest_c_lhash" => [
+ "include"
+ ],
"test/buildtest_c_macros" => [
"include"
],
@@ -21984,6 +22312,12 @@
"test/buildtest_c_objects" => [
"include"
],
+ "test/buildtest_c_ocsp" => [
+ "include"
+ ],
+ "test/buildtest_c_opensslv" => [
+ "include"
+ ],
"test/buildtest_c_ossl_typ" => [
"include"
],
@@ -21999,6 +22333,12 @@
"test/buildtest_c_pem2" => [
"include"
],
+ "test/buildtest_c_pkcs12" => [
+ "include"
+ ],
+ "test/buildtest_c_pkcs7" => [
+ "include"
+ ],
"test/buildtest_c_prov_ssl" => [
"include"
],
@@ -22023,6 +22363,9 @@
"test/buildtest_c_rsa" => [
"include"
],
+ "test/buildtest_c_safestack" => [
+ "include"
+ ],
"test/buildtest_c_seed" => [
"include"
],
@@ -22032,9 +22375,15 @@
"test/buildtest_c_sha" => [
"include"
],
+ "test/buildtest_c_srp" => [
+ "include"
+ ],
"test/buildtest_c_srtp" => [
"include"
],
+ "test/buildtest_c_ssl" => [
+ "include"
+ ],
"test/buildtest_c_ssl2" => [
"include"
],
@@ -22065,9 +22414,24 @@
"test/buildtest_c_types" => [
"include"
],
+ "test/buildtest_c_ui" => [
+ "include"
+ ],
"test/buildtest_c_whrlpool" => [
"include"
],
+ "test/buildtest_c_x509" => [
+ "include"
+ ],
+ "test/buildtest_c_x509_acert" => [
+ "include"
+ ],
+ "test/buildtest_c_x509_vfy" => [
+ "include"
+ ],
+ "test/buildtest_c_x509v3" => [
+ "include"
+ ],
"test/byteorder_test" => [
"include",
"apps/include"
@@ -24135,7 +24499,10 @@
"test/bntest",
"test/build_wincrypt_test",
"test/buildtest_c_aes",
+ "test/buildtest_c_asn1",
+ "test/buildtest_c_asn1t",
"test/buildtest_c_async",
+ "test/buildtest_c_bio",
"test/buildtest_c_blowfish",
"test/buildtest_c_bn",
"test/buildtest_c_buffer",
@@ -24143,14 +24510,22 @@
"test/buildtest_c_camellia",
"test/buildtest_c_cast",
"test/buildtest_c_cmac",
+ "test/buildtest_c_cmp",
"test/buildtest_c_cmp_util",
+ "test/buildtest_c_cms",
+ "test/buildtest_c_comp",
+ "test/buildtest_c_conf",
"test/buildtest_c_conf_api",
"test/buildtest_c_configuration",
"test/buildtest_c_conftypes",
"test/buildtest_c_core",
"test/buildtest_c_core_dispatch",
+ "test/buildtest_c_core_names",
"test/buildtest_c_core_object",
+ "test/buildtest_c_crmf",
+ "test/buildtest_c_crypto",
"test/buildtest_c_cryptoerr_legacy",
+ "test/buildtest_c_ct",
"test/buildtest_c_decoder",
"test/buildtest_c_des",
"test/buildtest_c_dh",
@@ -24164,13 +24539,16 @@
"test/buildtest_c_ecdsa",
"test/buildtest_c_encoder",
"test/buildtest_c_engine",
+ "test/buildtest_c_ess",
"test/buildtest_c_evp",
"test/buildtest_c_fips_names",
+ "test/buildtest_c_fipskey",
"test/buildtest_c_hmac",
"test/buildtest_c_hpke",
"test/buildtest_c_http",
"test/buildtest_c_indicator",
"test/buildtest_c_kdf",
+ "test/buildtest_c_lhash",
"test/buildtest_c_macros",
"test/buildtest_c_md4",
"test/buildtest_c_md5",
@@ -24178,11 +24556,15 @@
"test/buildtest_c_modes",
"test/buildtest_c_obj_mac",
"test/buildtest_c_objects",
+ "test/buildtest_c_ocsp",
+ "test/buildtest_c_opensslv",
"test/buildtest_c_ossl_typ",
"test/buildtest_c_param_build",
"test/buildtest_c_params",
"test/buildtest_c_pem",
"test/buildtest_c_pem2",
+ "test/buildtest_c_pkcs12",
+ "test/buildtest_c_pkcs7",
"test/buildtest_c_prov_ssl",
"test/buildtest_c_provider",
"test/buildtest_c_quic",
@@ -24191,10 +24573,13 @@
"test/buildtest_c_rc4",
"test/buildtest_c_ripemd",
"test/buildtest_c_rsa",
+ "test/buildtest_c_safestack",
"test/buildtest_c_seed",
"test/buildtest_c_self_test",
"test/buildtest_c_sha",
+ "test/buildtest_c_srp",
"test/buildtest_c_srtp",
+ "test/buildtest_c_ssl",
"test/buildtest_c_ssl2",
"test/buildtest_c_sslerr_legacy",
"test/buildtest_c_stack",
@@ -24205,7 +24590,12 @@
"test/buildtest_c_ts",
"test/buildtest_c_txt_db",
"test/buildtest_c_types",
+ "test/buildtest_c_ui",
"test/buildtest_c_whrlpool",
+ "test/buildtest_c_x509",
+ "test/buildtest_c_x509_acert",
+ "test/buildtest_c_x509_vfy",
+ "test/buildtest_c_x509v3",
"test/byteorder_test",
"test/ca_internals_test",
"test/casttest",
@@ -33649,12 +34039,30 @@
"test/buildtest_c_aes-bin-buildtest_aes.o" => [
"test/buildtest_aes.c"
],
+ "test/buildtest_c_asn1" => [
+ "test/buildtest_c_asn1-bin-buildtest_asn1.o"
+ ],
+ "test/buildtest_c_asn1-bin-buildtest_asn1.o" => [
+ "test/buildtest_asn1.c"
+ ],
+ "test/buildtest_c_asn1t" => [
+ "test/buildtest_c_asn1t-bin-buildtest_asn1t.o"
+ ],
+ "test/buildtest_c_asn1t-bin-buildtest_asn1t.o" => [
+ "test/buildtest_asn1t.c"
+ ],
"test/buildtest_c_async" => [
"test/buildtest_c_async-bin-buildtest_async.o"
],
"test/buildtest_c_async-bin-buildtest_async.o" => [
"test/buildtest_async.c"
],
+ "test/buildtest_c_bio" => [
+ "test/buildtest_c_bio-bin-buildtest_bio.o"
+ ],
+ "test/buildtest_c_bio-bin-buildtest_bio.o" => [
+ "test/buildtest_bio.c"
+ ],
"test/buildtest_c_blowfish" => [
"test/buildtest_c_blowfish-bin-buildtest_blowfish.o"
],
@@ -33697,12 +34105,36 @@
"test/buildtest_c_cmac-bin-buildtest_cmac.o" => [
"test/buildtest_cmac.c"
],
+ "test/buildtest_c_cmp" => [
+ "test/buildtest_c_cmp-bin-buildtest_cmp.o"
+ ],
+ "test/buildtest_c_cmp-bin-buildtest_cmp.o" => [
+ "test/buildtest_cmp.c"
+ ],
"test/buildtest_c_cmp_util" => [
"test/buildtest_c_cmp_util-bin-buildtest_cmp_util.o"
],
"test/buildtest_c_cmp_util-bin-buildtest_cmp_util.o" => [
"test/buildtest_cmp_util.c"
],
+ "test/buildtest_c_cms" => [
+ "test/buildtest_c_cms-bin-buildtest_cms.o"
+ ],
+ "test/buildtest_c_cms-bin-buildtest_cms.o" => [
+ "test/buildtest_cms.c"
+ ],
+ "test/buildtest_c_comp" => [
+ "test/buildtest_c_comp-bin-buildtest_comp.o"
+ ],
+ "test/buildtest_c_comp-bin-buildtest_comp.o" => [
+ "test/buildtest_comp.c"
+ ],
+ "test/buildtest_c_conf" => [
+ "test/buildtest_c_conf-bin-buildtest_conf.o"
+ ],
+ "test/buildtest_c_conf-bin-buildtest_conf.o" => [
+ "test/buildtest_conf.c"
+ ],
"test/buildtest_c_conf_api" => [
"test/buildtest_c_conf_api-bin-buildtest_conf_api.o"
],
@@ -33733,18 +34165,42 @@
"test/buildtest_c_core_dispatch-bin-buildtest_core_dispatch.o" => [
"test/buildtest_core_dispatch.c"
],
+ "test/buildtest_c_core_names" => [
+ "test/buildtest_c_core_names-bin-buildtest_core_names.o"
+ ],
+ "test/buildtest_c_core_names-bin-buildtest_core_names.o" => [
+ "test/buildtest_core_names.c"
+ ],
"test/buildtest_c_core_object" => [
"test/buildtest_c_core_object-bin-buildtest_core_object.o"
],
"test/buildtest_c_core_object-bin-buildtest_core_object.o" => [
"test/buildtest_core_object.c"
],
+ "test/buildtest_c_crmf" => [
+ "test/buildtest_c_crmf-bin-buildtest_crmf.o"
+ ],
+ "test/buildtest_c_crmf-bin-buildtest_crmf.o" => [
+ "test/buildtest_crmf.c"
+ ],
+ "test/buildtest_c_crypto" => [
+ "test/buildtest_c_crypto-bin-buildtest_crypto.o"
+ ],
+ "test/buildtest_c_crypto-bin-buildtest_crypto.o" => [
+ "test/buildtest_crypto.c"
+ ],
"test/buildtest_c_cryptoerr_legacy" => [
"test/buildtest_c_cryptoerr_legacy-bin-buildtest_cryptoerr_legacy.o"
],
"test/buildtest_c_cryptoerr_legacy-bin-buildtest_cryptoerr_legacy.o" => [
"test/buildtest_cryptoerr_legacy.c"
],
+ "test/buildtest_c_ct" => [
+ "test/buildtest_c_ct-bin-buildtest_ct.o"
+ ],
+ "test/buildtest_c_ct-bin-buildtest_ct.o" => [
+ "test/buildtest_ct.c"
+ ],
"test/buildtest_c_decoder" => [
"test/buildtest_c_decoder-bin-buildtest_decoder.o"
],
@@ -33823,6 +34279,12 @@
"test/buildtest_c_engine-bin-buildtest_engine.o" => [
"test/buildtest_engine.c"
],
+ "test/buildtest_c_ess" => [
+ "test/buildtest_c_ess-bin-buildtest_ess.o"
+ ],
+ "test/buildtest_c_ess-bin-buildtest_ess.o" => [
+ "test/buildtest_ess.c"
+ ],
"test/buildtest_c_evp" => [
"test/buildtest_c_evp-bin-buildtest_evp.o"
],
@@ -33835,6 +34297,12 @@
"test/buildtest_c_fips_names-bin-buildtest_fips_names.o" => [
"test/buildtest_fips_names.c"
],
+ "test/buildtest_c_fipskey" => [
+ "test/buildtest_c_fipskey-bin-buildtest_fipskey.o"
+ ],
+ "test/buildtest_c_fipskey-bin-buildtest_fipskey.o" => [
+ "test/buildtest_fipskey.c"
+ ],
"test/buildtest_c_hmac" => [
"test/buildtest_c_hmac-bin-buildtest_hmac.o"
],
@@ -33865,6 +34333,12 @@
"test/buildtest_c_kdf-bin-buildtest_kdf.o" => [
"test/buildtest_kdf.c"
],
+ "test/buildtest_c_lhash" => [
+ "test/buildtest_c_lhash-bin-buildtest_lhash.o"
+ ],
+ "test/buildtest_c_lhash-bin-buildtest_lhash.o" => [
+ "test/buildtest_lhash.c"
+ ],
"test/buildtest_c_macros" => [
"test/buildtest_c_macros-bin-buildtest_macros.o"
],
@@ -33907,6 +34381,18 @@
"test/buildtest_c_objects-bin-buildtest_objects.o" => [
"test/buildtest_objects.c"
],
+ "test/buildtest_c_ocsp" => [
+ "test/buildtest_c_ocsp-bin-buildtest_ocsp.o"
+ ],
+ "test/buildtest_c_ocsp-bin-buildtest_ocsp.o" => [
+ "test/buildtest_ocsp.c"
+ ],
+ "test/buildtest_c_opensslv" => [
+ "test/buildtest_c_opensslv-bin-buildtest_opensslv.o"
+ ],
+ "test/buildtest_c_opensslv-bin-buildtest_opensslv.o" => [
+ "test/buildtest_opensslv.c"
+ ],
"test/buildtest_c_ossl_typ" => [
"test/buildtest_c_ossl_typ-bin-buildtest_ossl_typ.o"
],
@@ -33937,6 +34423,18 @@
"test/buildtest_c_pem2-bin-buildtest_pem2.o" => [
"test/buildtest_pem2.c"
],
+ "test/buildtest_c_pkcs12" => [
+ "test/buildtest_c_pkcs12-bin-buildtest_pkcs12.o"
+ ],
+ "test/buildtest_c_pkcs12-bin-buildtest_pkcs12.o" => [
+ "test/buildtest_pkcs12.c"
+ ],
+ "test/buildtest_c_pkcs7" => [
+ "test/buildtest_c_pkcs7-bin-buildtest_pkcs7.o"
+ ],
+ "test/buildtest_c_pkcs7-bin-buildtest_pkcs7.o" => [
+ "test/buildtest_pkcs7.c"
+ ],
"test/buildtest_c_prov_ssl" => [
"test/buildtest_c_prov_ssl-bin-buildtest_prov_ssl.o"
],
@@ -33985,6 +34483,12 @@
"test/buildtest_c_rsa-bin-buildtest_rsa.o" => [
"test/buildtest_rsa.c"
],
+ "test/buildtest_c_safestack" => [
+ "test/buildtest_c_safestack-bin-buildtest_safestack.o"
+ ],
+ "test/buildtest_c_safestack-bin-buildtest_safestack.o" => [
+ "test/buildtest_safestack.c"
+ ],
"test/buildtest_c_seed" => [
"test/buildtest_c_seed-bin-buildtest_seed.o"
],
@@ -34003,12 +34507,24 @@
"test/buildtest_c_sha-bin-buildtest_sha.o" => [
"test/buildtest_sha.c"
],
+ "test/buildtest_c_srp" => [
+ "test/buildtest_c_srp-bin-buildtest_srp.o"
+ ],
+ "test/buildtest_c_srp-bin-buildtest_srp.o" => [
+ "test/buildtest_srp.c"
+ ],
"test/buildtest_c_srtp" => [
"test/buildtest_c_srtp-bin-buildtest_srtp.o"
],
"test/buildtest_c_srtp-bin-buildtest_srtp.o" => [
"test/buildtest_srtp.c"
],
+ "test/buildtest_c_ssl" => [
+ "test/buildtest_c_ssl-bin-buildtest_ssl.o"
+ ],
+ "test/buildtest_c_ssl-bin-buildtest_ssl.o" => [
+ "test/buildtest_ssl.c"
+ ],
"test/buildtest_c_ssl2" => [
"test/buildtest_c_ssl2-bin-buildtest_ssl2.o"
],
@@ -34069,12 +34585,42 @@
"test/buildtest_c_types-bin-buildtest_types.o" => [
"test/buildtest_types.c"
],
+ "test/buildtest_c_ui" => [
+ "test/buildtest_c_ui-bin-buildtest_ui.o"
+ ],
+ "test/buildtest_c_ui-bin-buildtest_ui.o" => [
+ "test/buildtest_ui.c"
+ ],
"test/buildtest_c_whrlpool" => [
"test/buildtest_c_whrlpool-bin-buildtest_whrlpool.o"
],
"test/buildtest_c_whrlpool-bin-buildtest_whrlpool.o" => [
"test/buildtest_whrlpool.c"
],
+ "test/buildtest_c_x509" => [
+ "test/buildtest_c_x509-bin-buildtest_x509.o"
+ ],
+ "test/buildtest_c_x509-bin-buildtest_x509.o" => [
+ "test/buildtest_x509.c"
+ ],
+ "test/buildtest_c_x509_acert" => [
+ "test/buildtest_c_x509_acert-bin-buildtest_x509_acert.o"
+ ],
+ "test/buildtest_c_x509_acert-bin-buildtest_x509_acert.o" => [
+ "test/buildtest_x509_acert.c"
+ ],
+ "test/buildtest_c_x509_vfy" => [
+ "test/buildtest_c_x509_vfy-bin-buildtest_x509_vfy.o"
+ ],
+ "test/buildtest_c_x509_vfy-bin-buildtest_x509_vfy.o" => [
+ "test/buildtest_x509_vfy.c"
+ ],
+ "test/buildtest_c_x509v3" => [
+ "test/buildtest_c_x509v3-bin-buildtest_x509v3.o"
+ ],
+ "test/buildtest_c_x509v3-bin-buildtest_x509v3.o" => [
+ "test/buildtest_x509v3.c"
+ ],
"test/byteorder_test" => [
"test/byteorder_test-bin-byteorder_test.o"
],
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
--- a/secure/lib/libcrypto/Makefile
+++ b/secure/lib/libcrypto/Makefile
@@ -20,23 +20,1116 @@
.include "Makefile.man"
.include "Makefile.inc"
-# $UTIL_COMMON
-SRCS= cryptlib.c params.c params_from_text.c bsearch.c ex_data.c o_str.c
-SRCS+= threads_pthread.c threads_win.c threads_none.c initthread.c
-SRCS+= context.c sparse_array.c asn1_dsa.c packet.c param_build.c
-SRCS+= param_build_set.c der_writer.c threads_lib.c params_dup.c
-SRCS+= time.c params_idx.c
-
-SRCS+= mem.c mem_sec.c
-SRCS+= comp_methods.c cversion.c info.c cpt_err.c ebcdic.c uid.c o_time.c
-SRCS+= o_dir.c o_fopen.c getenv.c o_init.c init.c trace.c provider.c
-SRCS+= provider_child.c punycode.c passphrase.c sleep.c deterministic_nonce.c
-SRCS+= quic_vlint.c defaults.c ssl_err.c
-
-SRCS+= core_algorithm.c core_fetch.c core_namemap.c cpuid.c ctype.c
-SRCS+= indicator_core.c
-SRCS+= provider_conf.c provider_core.c provider_predefined.c
-SRCS+= self_test_core.c
+# crypto
+SRCS+= asn1_dsa.c
+SRCS+= bsearch.c
+SRCS+= comp_methods.c
+SRCS+= context.c
+SRCS+= core_algorithm.c
+SRCS+= core_fetch.c
+SRCS+= core_namemap.c
+SRCS+= cpt_err.c
+SRCS+= cpuid.c
+SRCS+= cryptlib.c
+SRCS+= ctype.c
+SRCS+= cversion.c
+SRCS+= defaults.c
+SRCS+= der_writer.c
+SRCS+= deterministic_nonce.c
+SRCS+= ebcdic.c
+SRCS+= ex_data.c
+SRCS+= getenv.c
+SRCS+= indicator_core.c
+SRCS+= info.c
+SRCS+= init.c
+SRCS+= initthread.c
+SRCS+= mem.c
+SRCS+= mem_sec.c
+SRCS+= o_dir.c
+SRCS+= o_fopen.c
+SRCS+= o_init.c
+SRCS+= o_str.c
+SRCS+= o_time.c
+SRCS+= packet.c
+SRCS+= param_build.c
+SRCS+= param_build_set.c
+SRCS+= params.c
+SRCS+= params_dup.c
+SRCS+= params_from_text.c
+SRCS+= params_idx.c
+SRCS+= passphrase.c
+SRCS+= provider.c
+SRCS+= provider_child.c
+SRCS+= provider_conf.c
+SRCS+= provider_core.c
+SRCS+= provider_predefined.c
+SRCS+= punycode.c
+SRCS+= quic_vlint.c
+SRCS+= self_test_core.c
+SRCS+= sleep.c
+SRCS+= sparse_array.c
+SRCS+= ssl_err.c
+SRCS+= threads_lib.c
+SRCS+= threads_none.c
+SRCS+= threads_pthread.c
+SRCS+= threads_win.c
+SRCS+= time.c
+SRCS+= trace.c
+SRCS+= uid.c
+
+# crypto/aes
+SRCS+= aes_cfb.c
+SRCS+= aes_ecb.c
+SRCS+= aes_ige.c
+SRCS+= aes_misc.c
+SRCS+= aes_ofb.c
+SRCS+= aes_wrap.c
+
+# crypto/asn1
+SRCS+= a_bitstr.c
+SRCS+= a_d2i_fp.c
+SRCS+= a_digest.c
+SRCS+= a_dup.c
+SRCS+= a_gentm.c
+SRCS+= a_i2d_fp.c
+SRCS+= a_int.c
+SRCS+= a_mbstr.c
+SRCS+= a_object.c
+SRCS+= a_octet.c
+SRCS+= a_print.c
+SRCS+= a_sign.c
+SRCS+= a_strex.c
+SRCS+= a_strnid.c
+SRCS+= a_time.c
+SRCS+= a_type.c
+SRCS+= a_utctm.c
+SRCS+= a_utf8.c
+SRCS+= a_verify.c
+SRCS+= ameth_lib.c
+SRCS+= asn1_err.c
+SRCS+= asn1_gen.c
+SRCS+= asn1_item_list.c
+SRCS+= asn1_lib.c
+SRCS+= asn1_parse.c
+SRCS+= asn_mime.c
+SRCS+= asn_moid.c
+SRCS+= asn_mstbl.c
+SRCS+= asn_pack.c
+SRCS+= bio_asn1.c
+SRCS+= bio_ndef.c
+SRCS+= d2i_param.c
+SRCS+= d2i_pr.c
+SRCS+= d2i_pu.c
+SRCS+= evp_asn1.c
+SRCS+= f_int.c
+SRCS+= f_string.c
+SRCS+= i2d_evp.c
+SRCS+= n_pkey.c
+SRCS+= nsseq.c
+SRCS+= p5_pbe.c
+SRCS+= p5_pbev2.c
+SRCS+= p5_scrypt.c
+SRCS+= p8_pkey.c
+SRCS+= t_bitst.c
+SRCS+= t_pkey.c
+SRCS+= t_spki.c
+SRCS+= tasn_dec.c
+SRCS+= tasn_enc.c
+SRCS+= tasn_fre.c
+SRCS+= tasn_new.c
+SRCS+= tasn_prn.c
+SRCS+= tasn_scn.c
+SRCS+= tasn_typ.c
+SRCS+= tasn_utl.c
+SRCS+= x_algor.c
+SRCS+= x_bignum.c
+SRCS+= x_info.c
+SRCS+= x_int64.c
+SRCS+= x_long.c
+SRCS+= x_pkey.c
+SRCS+= x_sig.c
+SRCS+= x_spki.c
+SRCS+= x_val.c
+
+# crypto/async
+SRCS+= async.c
+SRCS+= async_err.c
+SRCS+= async_wait.c
+
+# crypto/async/arch
+SRCS+= async_null.c
+SRCS+= async_posix.c
+SRCS+= async_win.c
+
+# crypto/bf
+SRCS+= bf_cfb64.c
+SRCS+= bf_ecb.c
+SRCS+= bf_ofb64.c
+SRCS+= bf_skey.c
+
+# crypto/bio
+SRCS+= bf_buff.c
+SRCS+= bf_lbuf.c
+SRCS+= bf_nbio.c
+SRCS+= bf_null.c
+SRCS+= bf_prefix.c
+SRCS+= bf_readbuff.c
+SRCS+= bio_addr.c
+SRCS+= bio_cb.c
+SRCS+= bio_dump.c
+SRCS+= bio_err.c
+SRCS+= bio_lib.c
+SRCS+= bio_meth.c
+SRCS+= bio_print.c
+SRCS+= bio_sock.c
+SRCS+= bio_sock2.c
+SRCS+= bss_acpt.c
+SRCS+= bss_bio.c
+SRCS+= bss_conn.c
+SRCS+= bss_core.c
+SRCS+= bss_dgram.c
+SRCS+= bss_dgram_pair.c
+SRCS+= bss_fd.c
+SRCS+= bss_file.c
+SRCS+= bss_log.c
+SRCS+= bss_mem.c
+SRCS+= bss_null.c
+SRCS+= bss_sock.c
+SRCS+= ossl_core_bio.c
+
+# crypto/bn
+SRCS+= bn_add.c
+SRCS+= bn_blind.c
+SRCS+= bn_const.c
+SRCS+= bn_conv.c
+SRCS+= bn_ctx.c
+SRCS+= bn_depr.c
+SRCS+= bn_dh.c
+SRCS+= bn_div.c
+SRCS+= bn_err.c
+SRCS+= bn_exp.c
+SRCS+= bn_exp2.c
+SRCS+= bn_gcd.c
+SRCS+= bn_gf2m.c
+SRCS+= bn_intern.c
+SRCS+= bn_kron.c
+SRCS+= bn_lib.c
+SRCS+= bn_mod.c
+SRCS+= bn_mont.c
+SRCS+= bn_mpi.c
+SRCS+= bn_mul.c
+SRCS+= bn_nist.c
+SRCS+= bn_prime.c
+SRCS+= bn_print.c
+SRCS+= bn_rand.c
+SRCS+= bn_recp.c
+SRCS+= bn_rsa_fips186_4.c
+SRCS+= bn_shift.c
+SRCS+= bn_sqr.c
+SRCS+= bn_sqrt.c
+SRCS+= bn_srp.c
+SRCS+= bn_word.c
+SRCS+= bn_x931p.c
+
+# crypto/bn/asm
+
+# crypto/buffer
+SRCS+= buf_err.c
+SRCS+= buffer.c
+
+# crypto/camellia
+SRCS+= cmll_cfb.c
+SRCS+= cmll_ctr.c
+SRCS+= cmll_ecb.c
+SRCS+= cmll_ofb.c
+
+# crypto/cast
+SRCS+= c_cfb64.c
+SRCS+= c_ecb.c
+SRCS+= c_enc.c
+SRCS+= c_ofb64.c
+SRCS+= c_skey.c
+
+# crypto/cmac
+SRCS+= cmac.c
+
+# crypto/cmp
+SRCS+= cmp_asn.c
+SRCS+= cmp_client.c
+SRCS+= cmp_ctx.c
+SRCS+= cmp_err.c
+SRCS+= cmp_genm.c
+SRCS+= cmp_hdr.c
+SRCS+= cmp_http.c
+SRCS+= cmp_msg.c
+SRCS+= cmp_protect.c
+SRCS+= cmp_server.c
+SRCS+= cmp_status.c
+SRCS+= cmp_util.c
+SRCS+= cmp_vfy.c
+
+# crypto/cms
+SRCS+= cms_asn1.c
+SRCS+= cms_att.c
+SRCS+= cms_cd.c
+SRCS+= cms_dd.c
+SRCS+= cms_dh.c
+SRCS+= cms_ec.c
+SRCS+= cms_enc.c
+SRCS+= cms_env.c
+SRCS+= cms_err.c
+SRCS+= cms_ess.c
+SRCS+= cms_io.c
+SRCS+= cms_kari.c
+SRCS+= cms_lib.c
+SRCS+= cms_pwri.c
+SRCS+= cms_rsa.c
+SRCS+= cms_sd.c
+SRCS+= cms_smime.c
+
+# crypto/comp
+SRCS+= c_brotli.c
+SRCS+= c_zlib.c
+SRCS+= c_zstd.c
+SRCS+= comp_err.c
+SRCS+= comp_lib.c
+
+# crypto/conf
+SRCS+= conf_api.c
+SRCS+= conf_def.c
+SRCS+= conf_err.c
+SRCS+= conf_lib.c
+SRCS+= conf_mall.c
+SRCS+= conf_mod.c
+SRCS+= conf_sap.c
+SRCS+= conf_ssl.c
+
+# crypto/crmf
+SRCS+= crmf_asn.c
+SRCS+= crmf_err.c
+SRCS+= crmf_lib.c
+SRCS+= crmf_pbm.c
+
+# crypto/ct
+SRCS+= ct_b64.c
+SRCS+= ct_err.c
+SRCS+= ct_log.c
+SRCS+= ct_oct.c
+SRCS+= ct_policy.c
+SRCS+= ct_prn.c
+SRCS+= ct_sct.c
+SRCS+= ct_sct_ctx.c
+SRCS+= ct_vfy.c
+SRCS+= ct_x509v3.c
+
+# crypto/des
+SRCS+= cbc_cksm.c
+SRCS+= cbc_enc.c
+SRCS+= cfb64ede.c
+SRCS+= cfb64enc.c
+SRCS+= cfb_enc.c
+SRCS+= ecb3_enc.c
+SRCS+= ecb_enc.c
+SRCS+= fcrypt.c
+SRCS+= ofb64ede.c
+SRCS+= ofb64enc.c
+SRCS+= ofb_enc.c
+SRCS+= pcbc_enc.c
+SRCS+= qud_cksm.c
+SRCS+= rand_key.c
+SRCS+= set_key.c
+SRCS+= str2key.c
+SRCS+= xcbc_enc.c
+
+# crypto/dh
+SRCS+= dh_ameth.c
+SRCS+= dh_asn1.c
+SRCS+= dh_backend.c
+SRCS+= dh_check.c
+SRCS+= dh_depr.c
+SRCS+= dh_err.c
+SRCS+= dh_gen.c
+SRCS+= dh_group_params.c
+SRCS+= dh_kdf.c
+SRCS+= dh_key.c
+SRCS+= dh_lib.c
+SRCS+= dh_meth.c
+SRCS+= dh_pmeth.c
+SRCS+= dh_prn.c
+SRCS+= dh_rfc5114.c
+
+# crypto/dsa
+SRCS+= dsa_ameth.c
+SRCS+= dsa_asn1.c
+SRCS+= dsa_backend.c
+SRCS+= dsa_check.c
+SRCS+= dsa_depr.c
+SRCS+= dsa_err.c
+SRCS+= dsa_gen.c
+SRCS+= dsa_key.c
+SRCS+= dsa_lib.c
+SRCS+= dsa_meth.c
+SRCS+= dsa_ossl.c
+SRCS+= dsa_pmeth.c
+SRCS+= dsa_prn.c
+SRCS+= dsa_sign.c
+SRCS+= dsa_vrf.c
+
+# crypto/dso
+SRCS+= dso_dl.c
+SRCS+= dso_dlfcn.c
+SRCS+= dso_err.c
+SRCS+= dso_lib.c
+SRCS+= dso_openssl.c
+SRCS+= dso_vms.c
+SRCS+= dso_win32.c
+
+# crypto/ec
+SRCS+= curve25519.c
+SRCS+= ec2_oct.c
+SRCS+= ec2_smpl.c
+SRCS+= ec_ameth.c
+SRCS+= ec_asn1.c
+SRCS+= ec_backend.c
+SRCS+= ec_check.c
+SRCS+= ec_curve.c
+SRCS+= ec_cvt.c
+SRCS+= ec_deprecated.c
+SRCS+= ec_err.c
+SRCS+= ec_key.c
+SRCS+= ec_kmeth.c
+SRCS+= ec_lib.c
+SRCS+= ec_mult.c
+SRCS+= ec_oct.c
+SRCS+= ec_pmeth.c
+SRCS+= ec_print.c
+SRCS+= ecdh_kdf.c
+SRCS+= ecdh_ossl.c
+SRCS+= ecdsa_ossl.c
+SRCS+= ecdsa_sign.c
+SRCS+= ecdsa_vrf.c
+SRCS+= eck_prn.c
+SRCS+= ecp_mont.c
+SRCS+= ecp_nist.c
+SRCS+= ecp_oct.c
+SRCS+= ecp_smpl.c
+SRCS+= ecx_backend.c
+SRCS+= ecx_key.c
+SRCS+= ecx_meth.c
+
+# crypto/ec/curve448
+SRCS+= curve448.c
+SRCS+= curve448_tables.c
+SRCS+= eddsa.c
+SRCS+= f_generic.c
+SRCS+= scalar.c
+
+# crypto/ec/curve448/arch_32
+SRCS+= f_impl32.c
+
+# crypto/ec/curve448/arch_64
+SRCS+= f_impl64.c
+
+# crypto/encode_decode
+SRCS+= decoder_err.c
+SRCS+= decoder_lib.c
+SRCS+= decoder_meth.c
+SRCS+= decoder_pkey.c
+SRCS+= encoder_err.c
+SRCS+= encoder_lib.c
+SRCS+= encoder_meth.c
+SRCS+= encoder_pkey.c
+
+# crypto/engine
+SRCS+= eng_all.c
+SRCS+= eng_cnf.c
+SRCS+= eng_ctrl.c
+SRCS+= eng_dyn.c
+SRCS+= eng_err.c
+SRCS+= eng_fat.c
+SRCS+= eng_init.c
+SRCS+= eng_lib.c
+SRCS+= eng_list.c
+SRCS+= eng_openssl.c
+SRCS+= eng_pkey.c
+SRCS+= eng_rdrand.c
+SRCS+= eng_table.c
+SRCS+= tb_asnmth.c
+SRCS+= tb_cipher.c
+SRCS+= tb_dh.c
+SRCS+= tb_digest.c
+SRCS+= tb_dsa.c
+SRCS+= tb_eckey.c
+SRCS+= tb_pkmeth.c
+SRCS+= tb_rand.c
+SRCS+= tb_rsa.c
+
+# crypto/err
+SRCS+= err.c
+SRCS+= err_all.c
+SRCS+= err_all_legacy.c
+SRCS+= err_blocks.c
+SRCS+= err_mark.c
+SRCS+= err_prn.c
+SRCS+= err_save.c
+
+# crypto/ess
+SRCS+= ess_asn1.c
+SRCS+= ess_err.c
+SRCS+= ess_lib.c
+
+# crypto/evp
+SRCS+= asymcipher.c
+SRCS+= bio_b64.c
+SRCS+= bio_enc.c
+SRCS+= bio_md.c
+SRCS+= bio_ok.c
+SRCS+= c_allc.c
+SRCS+= c_alld.c
+SRCS+= cmeth_lib.c
+SRCS+= ctrl_params_translate.c
+SRCS+= dh_ctrl.c
+SRCS+= dh_support.c
+SRCS+= digest.c
+SRCS+= dsa_ctrl.c
+SRCS+= e_aes.c
+SRCS+= e_aes_cbc_hmac_sha1.c
+SRCS+= e_aes_cbc_hmac_sha256.c
+SRCS+= e_aria.c
+SRCS+= e_bf.c
+SRCS+= e_camellia.c
+SRCS+= e_cast.c
+SRCS+= e_chacha20_poly1305.c
+SRCS+= e_des.c
+SRCS+= e_des3.c
+SRCS+= e_idea.c
+SRCS+= e_null.c
+SRCS+= e_old.c
+SRCS+= e_rc2.c
+SRCS+= e_rc4.c
+SRCS+= e_rc4_hmac_md5.c
+SRCS+= e_rc5.c
+SRCS+= e_seed.c
+SRCS+= e_sm4.c
+SRCS+= e_xcbc_d.c
+SRCS+= ec_ctrl.c
+SRCS+= ec_support.c
+SRCS+= encode.c
+SRCS+= evp_cnf.c
+SRCS+= evp_enc.c
+SRCS+= evp_err.c
+SRCS+= evp_fetch.c
+SRCS+= evp_key.c
+SRCS+= evp_lib.c
+SRCS+= evp_pbe.c
+SRCS+= evp_pkey.c
+SRCS+= evp_rand.c
+SRCS+= evp_utils.c
+SRCS+= exchange.c
+SRCS+= kdf_lib.c
+SRCS+= kdf_meth.c
+SRCS+= kem.c
+SRCS+= keymgmt_lib.c
+SRCS+= keymgmt_meth.c
+SRCS+= legacy_blake2.c
+SRCS+= legacy_md4.c
+SRCS+= legacy_md5.c
+SRCS+= legacy_md5_sha1.c
+SRCS+= legacy_ripemd.c
+SRCS+= legacy_sha.c
+SRCS+= legacy_wp.c
+SRCS+= m_null.c
+SRCS+= m_sigver.c
+SRCS+= mac_lib.c
+SRCS+= mac_meth.c
+SRCS+= names.c
+SRCS+= p5_crpt.c
+SRCS+= p5_crpt2.c
+SRCS+= p_dec.c
+SRCS+= p_enc.c
+SRCS+= p_legacy.c
+SRCS+= p_lib.c
+SRCS+= p_open.c
+SRCS+= p_seal.c
+SRCS+= p_sign.c
+SRCS+= p_verify.c
+SRCS+= pbe_scrypt.c
+SRCS+= pmeth_check.c
+SRCS+= pmeth_gn.c
+SRCS+= pmeth_lib.c
+SRCS+= s_lib.c
+SRCS+= signature.c
+SRCS+= skeymgmt_meth.c
+
+# crypto/ffc
+SRCS+= ffc_backend.c
+SRCS+= ffc_dh.c
+SRCS+= ffc_key_generate.c
+SRCS+= ffc_key_validate.c
+SRCS+= ffc_params.c
+SRCS+= ffc_params_generate.c
+SRCS+= ffc_params_validate.c
+
+# crypto/hashtable
+SRCS+= hashfunc.c
+SRCS+= hashtable.c
+
+# crypto/hmac
+SRCS+= hmac.c
+
+# crypto/hpke
+SRCS+= hpke.c
+SRCS+= hpke_util.c
+
+# crypto/http
+SRCS+= http_client.c
+SRCS+= http_err.c
+SRCS+= http_lib.c
+
+# crypto/kdf
+SRCS+= kdf_err.c
+
+# crypto/lhash
+SRCS+= lh_stats.c
+SRCS+= lhash.c
+
+# crypto/md4
+SRCS+= md4_dgst.c
+SRCS+= md4_one.c
+
+# crypto/md5
+SRCS+= md5_dgst.c
+SRCS+= md5_one.c
+SRCS+= md5_sha1.c
+
+# crypto/ml_dsa
+SRCS+= ml_dsa_encoders.c
+SRCS+= ml_dsa_key.c
+SRCS+= ml_dsa_key_compress.c
+SRCS+= ml_dsa_matrix.c
+SRCS+= ml_dsa_ntt.c
+SRCS+= ml_dsa_params.c
+SRCS+= ml_dsa_sample.c
+SRCS+= ml_dsa_sign.c
+
+# crypto/ml_kem
+SRCS+= ml_kem.c
+
+# crypto/modes
+SRCS+= cbc128.c
+SRCS+= ccm128.c
+SRCS+= cfb128.c
+SRCS+= ctr128.c
+SRCS+= cts128.c
+SRCS+= gcm128.c
+SRCS+= ocb128.c
+SRCS+= ofb128.c
+SRCS+= siv128.c
+SRCS+= wrap128.c
+SRCS+= xts128.c
+SRCS+= xts128gb.c
+
+# crypto/objects
+SRCS+= o_names.c
+SRCS+= obj_dat.c
+SRCS+= obj_err.c
+SRCS+= obj_lib.c
+SRCS+= obj_xref.c
+
+# crypto/ocsp
+SRCS+= ocsp_asn.c
+SRCS+= ocsp_cl.c
+SRCS+= ocsp_err.c
+SRCS+= ocsp_ext.c
+SRCS+= ocsp_http.c
+SRCS+= ocsp_lib.c
+SRCS+= ocsp_prn.c
+SRCS+= ocsp_srv.c
+SRCS+= ocsp_vfy.c
+SRCS+= v3_ocsp.c
+
+# crypto/pem
+SRCS+= pem_all.c
+SRCS+= pem_err.c
+SRCS+= pem_info.c
+SRCS+= pem_lib.c
+SRCS+= pem_oth.c
+SRCS+= pem_pk8.c
+SRCS+= pem_pkey.c
+SRCS+= pem_sign.c
+SRCS+= pem_x509.c
+SRCS+= pem_xaux.c
+SRCS+= pvkfmt.c
+
+# crypto/pkcs12
+SRCS+= p12_add.c
+SRCS+= p12_asn.c
+SRCS+= p12_attr.c
+SRCS+= p12_crpt.c
+SRCS+= p12_crt.c
+SRCS+= p12_decr.c
+SRCS+= p12_init.c
+SRCS+= p12_key.c
+SRCS+= p12_kiss.c
+SRCS+= p12_mutl.c
+SRCS+= p12_npas.c
+SRCS+= p12_p8d.c
+SRCS+= p12_p8e.c
+SRCS+= p12_sbag.c
+SRCS+= p12_utl.c
+SRCS+= pk12err.c
+
+# crypto/pkcs7
+SRCS+= bio_pk7.c
+SRCS+= pk7_asn1.c
+SRCS+= pk7_attr.c
+SRCS+= pk7_doit.c
+SRCS+= pk7_lib.c
+SRCS+= pk7_mime.c
+SRCS+= pk7_smime.c
+SRCS+= pkcs7err.c
+
+# crypto/poly1305
+SRCS+= poly1305.c
+
+# crypto/property
+SRCS+= defn_cache.c
+SRCS+= property.c
+SRCS+= property_err.c
+SRCS+= property_parse.c
+SRCS+= property_query.c
+SRCS+= property_string.c
+
+# crypto/rand
+SRCS+= prov_seed.c
+SRCS+= rand_deprecated.c
+SRCS+= rand_err.c
+SRCS+= rand_lib.c
+SRCS+= rand_meth.c
+SRCS+= rand_pool.c
+SRCS+= rand_uniform.c
+SRCS+= randfile.c
+
+# crypto/rc2
+SRCS+= rc2_cbc.c
+SRCS+= rc2_ecb.c
+SRCS+= rc2_skey.c
+SRCS+= rc2cfb64.c
+SRCS+= rc2ofb64.c
+
+# crypto/ripemd
+SRCS+= rmd_dgst.c
+SRCS+= rmd_one.c
+
+# crypto/rsa
+SRCS+= rsa_ameth.c
+SRCS+= rsa_asn1.c
+SRCS+= rsa_backend.c
+SRCS+= rsa_chk.c
+SRCS+= rsa_crpt.c
+SRCS+= rsa_depr.c
+SRCS+= rsa_err.c
+SRCS+= rsa_gen.c
+SRCS+= rsa_lib.c
+SRCS+= rsa_meth.c
+SRCS+= rsa_mp.c
+SRCS+= rsa_mp_names.c
+SRCS+= rsa_none.c
+SRCS+= rsa_oaep.c
+SRCS+= rsa_ossl.c
+SRCS+= rsa_pk1.c
+SRCS+= rsa_pmeth.c
+SRCS+= rsa_prn.c
+SRCS+= rsa_pss.c
+SRCS+= rsa_saos.c
+SRCS+= rsa_schemes.c
+SRCS+= rsa_sign.c
+SRCS+= rsa_sp800_56b_check.c
+SRCS+= rsa_sp800_56b_gen.c
+SRCS+= rsa_x931.c
+SRCS+= rsa_x931g.c
+
+# crypto/seed
+SRCS+= seed.c
+SRCS+= seed_cbc.c
+SRCS+= seed_cfb.c
+SRCS+= seed_ecb.c
+SRCS+= seed_ofb.c
+
+# crypto/sha
+SRCS+= sha1_one.c
+SRCS+= sha1dgst.c
+SRCS+= sha256.c
+SRCS+= sha3.c
+SRCS+= sha512.c
+
+# crypto/siphash
+SRCS+= siphash.c
+
+# crypto/slh_dsa
+SRCS+= slh_adrs.c
+SRCS+= slh_dsa.c
+SRCS+= slh_dsa_hash_ctx.c
+SRCS+= slh_dsa_key.c
+SRCS+= slh_fors.c
+SRCS+= slh_hash.c
+SRCS+= slh_hypertree.c
+SRCS+= slh_params.c
+SRCS+= slh_wots.c
+SRCS+= slh_xmss.c
+
+# crypto/srp
+SRCS+= srp_lib.c
+SRCS+= srp_vfy.c
+
+# crypto/stack
+SRCS+= stack.c
+
+# crypto/store
+SRCS+= store_err.c
+SRCS+= store_init.c
+SRCS+= store_lib.c
+SRCS+= store_meth.c
+SRCS+= store_register.c
+SRCS+= store_result.c
+SRCS+= store_strings.c
+
+# crypto/thread
+SRCS+= api.c
+SRCS+= arch.c
+SRCS+= internal.c
+
+# crypto/thread/arch
+SRCS+= thread_none.c
+SRCS+= thread_posix.c
+SRCS+= thread_win.c
+
+# crypto/ts
+SRCS+= ts_asn1.c
+SRCS+= ts_conf.c
+SRCS+= ts_err.c
+SRCS+= ts_lib.c
+SRCS+= ts_req_print.c
+SRCS+= ts_req_utils.c
+SRCS+= ts_rsp_print.c
+SRCS+= ts_rsp_sign.c
+SRCS+= ts_rsp_utils.c
+SRCS+= ts_rsp_verify.c
+SRCS+= ts_verify_ctx.c
+
+# crypto/txt_db
+SRCS+= txt_db.c
+
+# crypto/ui
+SRCS+= ui_err.c
+SRCS+= ui_lib.c
+SRCS+= ui_null.c
+SRCS+= ui_openssl.c
+SRCS+= ui_util.c
+
+# crypto/whrlpool
+SRCS+= wp_dgst.c
+
+# crypto/x509
+SRCS+= by_dir.c
+SRCS+= by_file.c
+SRCS+= by_store.c
+SRCS+= pcy_cache.c
+SRCS+= pcy_data.c
+SRCS+= pcy_lib.c
+SRCS+= pcy_map.c
+SRCS+= pcy_node.c
+SRCS+= pcy_tree.c
+SRCS+= t_acert.c
+SRCS+= t_crl.c
+SRCS+= t_req.c
+SRCS+= t_x509.c
+SRCS+= v3_aaa.c
+SRCS+= v3_ac_tgt.c
+SRCS+= v3_addr.c
+SRCS+= v3_admis.c
+SRCS+= v3_akeya.c
+SRCS+= v3_akid.c
+SRCS+= v3_asid.c
+SRCS+= v3_attrdesc.c
+SRCS+= v3_attrmap.c
+SRCS+= v3_audit_id.c
+SRCS+= v3_authattid.c
+SRCS+= v3_battcons.c
+SRCS+= v3_bcons.c
+SRCS+= v3_bitst.c
+SRCS+= v3_conf.c
+SRCS+= v3_cpols.c
+SRCS+= v3_crld.c
+SRCS+= v3_enum.c
+SRCS+= v3_extku.c
+SRCS+= v3_genn.c
+SRCS+= v3_group_ac.c
+SRCS+= v3_ia5.c
+SRCS+= v3_ind_iss.c
+SRCS+= v3_info.c
+SRCS+= v3_int.c
+SRCS+= v3_iobo.c
+SRCS+= v3_ist.c
+SRCS+= v3_lib.c
+SRCS+= v3_ncons.c
+SRCS+= v3_no_ass.c
+SRCS+= v3_no_rev_avail.c
+SRCS+= v3_pci.c
+SRCS+= v3_pcia.c
+SRCS+= v3_pcons.c
+SRCS+= v3_pku.c
+SRCS+= v3_pmaps.c
+SRCS+= v3_prn.c
+SRCS+= v3_purp.c
+SRCS+= v3_rolespec.c
+SRCS+= v3_san.c
+SRCS+= v3_sda.c
+SRCS+= v3_single_use.c
+SRCS+= v3_skid.c
+SRCS+= v3_soa_id.c
+SRCS+= v3_sxnet.c
+SRCS+= v3_timespec.c
+SRCS+= v3_tlsf.c
+SRCS+= v3_usernotice.c
+SRCS+= v3_utf8.c
+SRCS+= v3_utl.c
+SRCS+= v3err.c
+SRCS+= x509_acert.c
+SRCS+= x509_att.c
+SRCS+= x509_cmp.c
+SRCS+= x509_d2.c
+SRCS+= x509_def.c
+SRCS+= x509_err.c
+SRCS+= x509_ext.c
+SRCS+= x509_lu.c
+SRCS+= x509_meth.c
+SRCS+= x509_obj.c
+SRCS+= x509_r2x.c
+SRCS+= x509_req.c
+SRCS+= x509_set.c
+SRCS+= x509_trust.c
+SRCS+= x509_txt.c
+SRCS+= x509_v3.c
+SRCS+= x509_vfy.c
+SRCS+= x509_vpm.c
+SRCS+= x509aset.c
+SRCS+= x509cset.c
+SRCS+= x509name.c
+SRCS+= x509rset.c
+SRCS+= x509spki.c
+SRCS+= x509type.c
+SRCS+= x_all.c
+SRCS+= x_attrib.c
+SRCS+= x_crl.c
+SRCS+= x_exten.c
+SRCS+= x_ietfatt.c
+SRCS+= x_name.c
+SRCS+= x_pubkey.c
+SRCS+= x_req.c
+SRCS+= x_x509.c
+SRCS+= x_x509a.c
+
+# providers
+SRCS+= baseprov.c
+SRCS+= defltprov.c
+SRCS+= nullprov.c
+SRCS+= prov_running.c
+
+# providers/common
+SRCS+= bio_prov.c
+SRCS+= capabilities.c
+SRCS+= digest_to_nid.c
+SRCS+= provider_ctx.c
+SRCS+= provider_err.c
+SRCS+= provider_seeding.c
+SRCS+= provider_util.c
+SRCS+= securitycheck.c
+SRCS+= securitycheck_default.c
+
+# providers/common/der
+SRCS+= der_digests_gen.c
+SRCS+= der_dsa_gen.c
+SRCS+= der_dsa_key.c
+SRCS+= der_dsa_sig.c
+SRCS+= der_ec_gen.c
+SRCS+= der_ec_key.c
+SRCS+= der_ec_sig.c
+SRCS+= der_ecx_gen.c
+SRCS+= der_ecx_key.c
+SRCS+= der_ml_dsa_gen.c
+SRCS+= der_ml_dsa_key.c
+SRCS+= der_rsa_gen.c
+SRCS+= der_rsa_key.c
+SRCS+= der_rsa_sig.c
+SRCS+= der_slh_dsa_gen.c
+SRCS+= der_slh_dsa_key.c
+SRCS+= der_wrap_gen.c
+
+# providers/implementations/asymciphers
+SRCS+= rsa_enc.c
+
+# providers/implementations/ciphers
+SRCS+= cipher_aes.c
+SRCS+= cipher_aes_cbc_hmac_sha.c
+SRCS+= cipher_aes_cbc_hmac_sha1_hw.c
+SRCS+= cipher_aes_cbc_hmac_sha256_hw.c
+SRCS+= cipher_aes_ccm.c
+SRCS+= cipher_aes_ccm_hw.c
+SRCS+= cipher_aes_gcm.c
+SRCS+= cipher_aes_gcm_hw.c
+SRCS+= cipher_aes_gcm_siv.c
+SRCS+= cipher_aes_gcm_siv_hw.c
+SRCS+= cipher_aes_gcm_siv_polyval.c
+SRCS+= cipher_aes_hw.c
+SRCS+= cipher_aes_ocb.c
+SRCS+= cipher_aes_ocb_hw.c
+SRCS+= cipher_aes_siv.c
+SRCS+= cipher_aes_siv_hw.c
+SRCS+= cipher_aes_wrp.c
+SRCS+= cipher_aes_xts.c
+SRCS+= cipher_aes_xts_fips.c
+SRCS+= cipher_aes_xts_hw.c
+SRCS+= cipher_camellia.c
+SRCS+= cipher_camellia_hw.c
+SRCS+= cipher_chacha20.c
+SRCS+= cipher_chacha20_hw.c
+SRCS+= cipher_chacha20_poly1305.c
+SRCS+= cipher_chacha20_poly1305_hw.c
+SRCS+= cipher_cts.c
+SRCS+= cipher_null.c
+SRCS+= cipher_tdes.c
+SRCS+= cipher_tdes_common.c
+SRCS+= cipher_tdes_default.c
+SRCS+= cipher_tdes_default_hw.c
+SRCS+= cipher_tdes_hw.c
+SRCS+= cipher_tdes_wrap.c
+SRCS+= cipher_tdes_wrap_hw.c
+SRCS+= ciphercommon.c
+SRCS+= ciphercommon_block.c
+SRCS+= ciphercommon_ccm.c
+SRCS+= ciphercommon_ccm_hw.c
+SRCS+= ciphercommon_gcm.c
+SRCS+= ciphercommon_gcm_hw.c
+SRCS+= ciphercommon_hw.c
+
+# providers/implementations/digests
+SRCS+= blake2_prov.c
+SRCS+= blake2b_prov.c
+SRCS+= blake2s_prov.c
+SRCS+= digestcommon.c
+SRCS+= md5_prov.c
+SRCS+= md5_sha1_prov.c
+SRCS+= null_prov.c
+SRCS+= ripemd_prov.c
+SRCS+= sha2_prov.c
+SRCS+= sha3_prov.c
+
+# providers/implementations/encode_decode
+SRCS+= decode_der2key.c
+SRCS+= decode_epki2pki.c
+SRCS+= decode_msblob2key.c
+SRCS+= decode_pem2der.c
+SRCS+= decode_pvk2key.c
+SRCS+= decode_spki2typespki.c
+SRCS+= encode_key2any.c
+SRCS+= encode_key2blob.c
+SRCS+= encode_key2ms.c
+SRCS+= encode_key2text.c
+SRCS+= endecoder_common.c
+SRCS+= ml_common_codecs.c
+SRCS+= ml_dsa_codecs.c
+SRCS+= ml_kem_codecs.c
+
+# providers/implementations/exchange
+SRCS+= dh_exch.c
+SRCS+= ecdh_exch.c
+SRCS+= ecx_exch.c
+SRCS+= kdf_exch.c
+
+# providers/implementations/kdfs
+SRCS+= argon2.c
+SRCS+= hkdf.c
+SRCS+= hmacdrbg_kdf.c
+SRCS+= kbkdf.c
+SRCS+= krb5kdf.c
+SRCS+= pbkdf2.c
+SRCS+= pbkdf2_fips.c
+SRCS+= pkcs12kdf.c
+SRCS+= scrypt.c
+SRCS+= sshkdf.c
+SRCS+= sskdf.c
+SRCS+= tls1_prf.c
+SRCS+= x942kdf.c
+
+# providers/implementations/kem
+SRCS+= ec_kem.c
+SRCS+= ecx_kem.c
+SRCS+= kem_util.c
+SRCS+= ml_kem_kem.c
+SRCS+= mlx_kem.c
+SRCS+= rsa_kem.c
+
+# providers/implementations/keymgmt
+SRCS+= dh_kmgmt.c
+SRCS+= dsa_kmgmt.c
+SRCS+= ec_kmgmt.c
+SRCS+= ecx_kmgmt.c
+SRCS+= kdf_legacy_kmgmt.c
+SRCS+= mac_legacy_kmgmt.c
+SRCS+= ml_dsa_kmgmt.c
+SRCS+= ml_kem_kmgmt.c
+SRCS+= mlx_kmgmt.c
+SRCS+= rsa_kmgmt.c
+SRCS+= slh_dsa_kmgmt.c
+
+# providers/implementations/macs
+SRCS+= blake2b_mac.c
+SRCS+= blake2s_mac.c
+SRCS+= cmac_prov.c
+SRCS+= gmac_prov.c
+SRCS+= hmac_prov.c
+SRCS+= kmac_prov.c
+SRCS+= poly1305_prov.c
+SRCS+= siphash_prov.c
+
+# providers/implementations/rands
+SRCS+= drbg.c
+SRCS+= drbg_ctr.c
+SRCS+= drbg_hash.c
+SRCS+= drbg_hmac.c
+SRCS+= seed_src.c
+SRCS+= seed_src_jitter.c
+SRCS+= test_rng.c
+
+# providers/implementations/rands/seeding
+SRCS+= rand_cpu_x86.c
+SRCS+= rand_tsc.c
+SRCS+= rand_unix.c
+SRCS+= rand_win.c
+
+# providers/implementations/signature
+SRCS+= dsa_sig.c
+SRCS+= ecdsa_sig.c
+SRCS+= eddsa_sig.c
+SRCS+= mac_legacy_sig.c
+SRCS+= ml_dsa_sig.c
+SRCS+= rsa_sig.c
+SRCS+= slh_dsa_sig.c
+
+# providers/implementations/skeymgmt
+SRCS+= aes_skmgmt.c
+SRCS+= generic.c
+
+# providers/implementations/storemgmt
+SRCS+= file_store.c
+SRCS+= file_store_any2obj.c
+
+# ssl/record/methods
+SRCS+= ssl3_cbc.c
+SRCS+= tls_pad.c
+
+# Target architecture specific sources.
.if defined(ASM_aarch64)
SRCS+= arm64cpuid.S armcap.c
ACFLAGS.arm64cpuid.S= -march=armv8-a+crypto
@@ -56,8 +1149,6 @@
SRCS+= mem_clr.c
.endif
-# aes
-SRCS+= aes_cfb.c aes_ecb.c aes_ige.c aes_misc.c aes_ofb.c aes_wrap.c
.if defined(ASM_aarch64)
SRCS+= aes_cbc.c aes_core.c aesv8-armx.S vpaes-armv8.S
ACFLAGS.aesv8-armx.S= -march=armv8-a+crypto
@@ -78,42 +1169,12 @@
SRCS+= aes_cbc.c aes_core.c
.endif
-# asn1
-SRCS+= a_bitstr.c a_d2i_fp.c a_digest.c a_dup.c a_gentm.c a_i2d_fp.c
-SRCS+= a_int.c a_mbstr.c a_object.c a_octet.c a_print.c a_sign.c a_strex.c
-SRCS+= a_strnid.c a_time.c a_type.c a_utctm.c a_utf8.c a_verify.c
-SRCS+= ameth_lib.c asn1_err.c asn1_gen.c asn1_item_list.c asn1_lib.c
-SRCS+= asn1_parse.c asn_mime.c asn_moid.c asn_mstbl.c asn_pack.c bio_asn1.c
-SRCS+= bio_ndef.c d2i_param.c d2i_pr.c d2i_pu.c evp_asn1.c f_int.c f_string.c
-SRCS+= i2d_evp.c n_pkey.c nsseq.c p5_pbe.c p5_pbev2.c p5_scrypt.c p8_pkey.c
-SRCS+= t_bitst.c t_pkey.c t_spki.c tasn_dec.c tasn_enc.c tasn_fre.c
-SRCS+= tasn_new.c tasn_prn.c tasn_scn.c tasn_typ.c tasn_utl.c x_algor.c
-SRCS+= x_bignum.c x_info.c x_int64.c x_long.c x_pkey.c x_sig.c x_spki.c
-SRCS+= x_val.c
-
-# async
-SRCS+= async.c async_err.c async_posix.c async_wait.c
-
-# bf
-SRCS+= bf_cfb64.c bf_ecb.c bf_ofb64.c bf_prefix.c bf_readbuff.c bf_skey.c
.if defined(ASM_i386)
SRCS+= bf-586.S
.else
SRCS+= bf_enc.c
.endif
-# bio
-SRCS+= bio_addr.c bio_dump.c bio_print.c bio_sock.c bio_sock2.c bf_buff.c
-SRCS+= bf_lbuf.c bf_nbio.c bf_null.c bio_cb.c bio_err.c bio_lib.c bio_meth.c
-SRCS+= bss_acpt.c bss_bio.c bss_conn.c bss_core.c bss_dgram.c bss_dgram_pair.c bss_fd.c
-SRCS+= bss_file.c bss_log.c bss_mem.c bss_null.c bss_sock.c ossl_core_bio.c
-
-# bn
-SRCS+= bn_add.c bn_blind.c bn_const.c bn_conv.c bn_ctx.c bn_depr.c bn_dh.c
-SRCS+= bn_div.c bn_err.c bn_exp.c bn_exp2.c bn_gcd.c bn_gf2m.c bn_intern.c
-SRCS+= bn_kron.c bn_lib.c bn_mod.c bn_mont.c bn_mpi.c bn_mul.c bn_nist.c
-SRCS+= bn_prime.c bn_print.c bn_rand.c bn_recp.c bn_rsa_fips186_4.c bn_shift.c
-SRCS+= bn_sqr.c bn_sqrt.c bn_srp.c bn_word.c bn_x931p.c
.if defined(ASM_aarch64)
SRCS+= armv8-mont.S bn_asm.c
.elif defined(ASM_amd64)
@@ -136,16 +1197,6 @@
SRCS+= bn_asm.c
.endif
-# Full of strict aliasing violations that LLVM has been seen to break with
-# optimisations, which can lead to ECDSA signatures not working. See
-# https://github.com/openssl/openssl/issues/12247 for the upstream bug report.
-CFLAGS.bn_nist.c+= -fno-strict-aliasing
-
-# buffer
-SRCS+= buf_err.c buffer.c
-
-# camellia
-SRCS+= cmll_cfb.c cmll_ctr.c cmll_ecb.c cmll_ofb.c
.if defined(ASM_amd64)
SRCS+= cmll-x86_64.S cmll_misc.c
.elif defined(ASM_i386)
@@ -154,10 +1205,6 @@
SRCS+= camellia.c cmll_cbc.c cmll_misc.c
.endif
-# cast
-SRCS+= c_cfb64.c c_ecb.c c_enc.c c_ofb64.c c_skey.c
-
-# chacha
.if defined(ASM_aarch64)
SRCS+= chacha-armv8.S chacha-armv8-sve.S
.elif defined(ASM_amd64)
@@ -176,65 +1223,12 @@
SRCS+= chacha_enc.c
.endif
-# cmac
-SRCS+= cmac.c
-
-# cmp
-SRCS+= cmp_asn.c cmp_ctx.c cmp_err.c cmp_util.c
-SRCS+= cmp_status.c cmp_hdr.c cmp_protect.c cmp_msg.c cmp_vfy.c
-SRCS+= cmp_server.c cmp_client.c cmp_genm.c
-SRCS+= cmp_http.c
-
-# cms
-SRCS+= cms_asn1.c cms_att.c cms_cd.c cms_dd.c cms_dh.c cms_ec.c cms_enc.c
-SRCS+= cms_env.c cms_err.c cms_ess.c cms_io.c cms_kari.c cms_lib.c cms_pwri.c
-SRCS+= cms_rsa.c cms_sd.c cms_smime.c
-
-# comp
-SRCS+= comp_lib.c comp_err.c c_brotli.c c_zstd.c c_zlib.c
-
-# conf
-SRCS+= conf_api.c conf_def.c conf_err.c conf_lib.c conf_mall.c conf_mod.c
-SRCS+= conf_sap.c conf_ssl.c
-
-# crmf
-SRCS+= crmf_asn.c crmf_err.c crmf_lib.c crmf_pbm.c
-
-# ct
-SRCS+= ct_b64.c ct_err.c ct_log.c ct_oct.c ct_policy.c ct_prn.c ct_sct.c
-SRCS+= ct_sct_ctx.c ct_vfy.c ct_x509v3.c
-
-# des
-SRCS+= cbc_cksm.c cbc_enc.c cfb64ede.c cfb64enc.c cfb_enc.c ecb3_enc.c
-SRCS+= ecb_enc.c fcrypt.c ofb64ede.c ofb64enc.c ofb_enc.c pcbc_enc.c
-SRCS+= qud_cksm.c rand_key.c set_key.c str2key.c xcbc_enc.c
.if defined(ASM_i386)
SRCS+= crypt586.S des-586.S
.else
SRCS+= des_enc.c fcrypt_b.c
.endif
-# dh
-SRCS+= dh_ameth.c dh_asn1.c dh_backend.c dh_check.c dh_depr.c dh_err.c dh_gen.c
-SRCS+= dh_group_params.c dh_kdf.c dh_key.c dh_lib.c dh_meth.c dh_pmeth.c
-SRCS+= dh_prn.c dh_rfc5114.c
-
-# dsa
-SRCS+= dsa_ameth.c dsa_asn1.c dsa_backend.c dsa_check.c dsa_depr.c dsa_err.c
-SRCS+= dsa_gen.c dsa_key.c dsa_lib.c dsa_meth.c dsa_ossl.c dsa_pmeth.c
-SRCS+= dsa_prn.c dsa_sign.c dsa_vrf.c
-
-# dso
-SRCS+= dso_dlfcn.c dso_err.c dso_lib.c
-
-# ec
-SRCS+= curve25519.c curve448.c curve448_tables.c ec2_oct.c ec2_smpl.c
-SRCS+= ec_ameth.c ec_asn1.c ec_backend.c ec_check.c ec_curve.c ec_cvt.c
-SRCS+= ec_deprecated.c ec_err.c ec_key.c ec_kmeth.c ec_lib.c ec_mult.c ec_oct.c
-SRCS+= ec_pmeth.c ec_print.c ecdh_kdf.c ecdh_ossl.c ecdsa_ossl.c ecdsa_sign.c
-SRCS+= ecdsa_vrf.c eck_prn.c ecp_mont.c ecp_nist.c
-SRCS+= ecp_oct.c ecp_smpl.c ecx_backend.c ecx_key.c ecx_meth.c eddsa.c
-SRCS+= f_generic.c f_impl32.c f_impl64.c scalar.c
# see OPENSSL_NO_EC_NISTP_64_GCC_128 in configuration.h
.if ${MACHINE_ABI:Mlittle-endian} && ${MACHINE_ABI:Mlong64}
SRCS+= ecp_nistp224.c ecp_nistp256.c ecp_nistp384.c ecp_nistp521.c ecp_nistputil.c
@@ -255,79 +1249,12 @@
SRCS+= ecp_nistp521-ppc64.S ecp_nistz256-ppc64.S ecp_nistz256.c ecp_ppc.c x25519-ppc64.S
.endif
-# encode_decode
-SRCS+= decoder_err.c decoder_lib.c decoder_meth.c decoder_pkey.c
-SRCS+= encoder_err.c encoder_lib.c encoder_meth.c encoder_pkey.c
-
-# engine
-SRCS+= eng_all.c eng_cnf.c eng_ctrl.c eng_dyn.c eng_err.c
-SRCS+= eng_fat.c eng_init.c eng_lib.c eng_list.c eng_openssl.c eng_pkey.c
-SRCS+= eng_rdrand.c eng_table.c tb_asnmth.c tb_cipher.c tb_dh.c tb_digest.c
-SRCS+= tb_dsa.c tb_eckey.c tb_pkmeth.c tb_rand.c tb_rsa.c
-
-# err
-SRCS+= err.c err_all.c err_all_legacy.c err_blocks.c err_mark.c err_prn.c err_save.c
-
-# ess
-SRCS+= ess_asn1.c ess_err.c ess_lib.c
-
-# evp
-SRCS+= asymcipher.c bio_b64.c bio_enc.c bio_md.c bio_ok.c c_allc.c c_alld.c cmeth_lib.c
-SRCS+= ctrl_params_translate.c dh_ctrl.c dh_support.c digest.c dsa_ctrl.c e_aes.c e_aes_cbc_hmac_sha1.c
-SRCS+= e_aes_cbc_hmac_sha256.c e_aria.c e_bf.c e_camellia.c e_cast.c
-SRCS+= e_chacha20_poly1305.c e_des.c e_des3.c e_idea.c e_null.c e_old.c
-SRCS+= e_rc2.c e_rc4.c e_rc4_hmac_md5.c e_rc5.c e_seed.c e_sm4.c e_xcbc_d.c ec_ctrl.c ec_support.c
-SRCS+= encode.c evp_cnf.c evp_enc.c evp_err.c evp_fetch.c evp_key.c evp_lib.c evp_pbe.c
-SRCS+= evp_pkey.c evp_rand.c evp_utils.c exchange.c kdf_lib.c kdf_meth.c kem.c keymgmt_lib.c keymgmt_meth.c
-SRCS+= legacy_blake2.c legacy_md4.c legacy_md5.c legacy_md5_sha1.c m_null.c
-SRCS+= legacy_ripemd.c legacy_sha.c legacy_wp.c m_sigver.c mac_lib.c mac_meth.c names.c p5_crpt.c
-SRCS+= p5_crpt2.c p_dec.c p_enc.c p_legacy.c p_lib.c s_lib.c p_open.c p_seal.c p_sign.c
-SRCS+= p_verify.c pbe_scrypt.c pmeth_check.c pmeth_gn.c skeymgmt_meth.c pmeth_lib.c signature.c
-
-# ffc
-SRCS+= ffc_backend.c ffc_dh.c ffc_key_generate.c ffc_key_validate.c
-SRCS+= ffc_params.c ffc_params_generate.c ffc_params_validate.c
-
-# hashtable
-SRCS+= hashtable.c hashfunc.c
-
-# hmac
-SRCS+= hmac.c hmac_s390x.c
-
-# hpke
-SRCS+= hpke_util.c hpke.c
-
-# http
-SRCS+= http_client.c http_err.c http_lib.c
-
-# kdf
-SRCS+= kdf_err.c
-
-# lhash
-SRCS+= lh_stats.c lhash.c
-
-# md4
-SRCS+= md4_dgst.c md4_one.c
-
-# md5
-SRCS+= md5_dgst.c md5_one.c md5_sha1.c
.if defined(ASM_amd64)
SRCS+= md5-x86_64.S
.elif defined(ASM_i386)
SRCS+= md5-586.S
.endif
-# ml_dsa
-SRCS+= ml_dsa_encoders.c ml_dsa_key_compress.c ml_dsa_key.c
-SRCS+= ml_dsa_matrix.c ml_dsa_ntt.c ml_dsa_params.c ml_dsa_sample.c
-SRCS+= ml_dsa_sign.c
-
-# ml_kem
-SRCS+= ml_kem.c
-
-# modes
-SRCS+= cbc128.c ccm128.c cfb128.c ctr128.c cts128.c gcm128.c ocb128.c
-SRCS+= ofb128.c siv128.c wrap128.c xts128.c xts128gb.c
.if defined(ASM_aarch64)
SRCS+= ghashv8-armx.S aes-gcm-armv8_64.S aes-gcm-armv8-unroll8_64.S
ACFLAGS.ghashv8-armx.S= -march=armv8-a+crypto
@@ -345,28 +1272,6 @@
SRCS+= aes-gcm-ppc.S ghashp8-ppc.S
.endif
-# objects
-SRCS+= o_names.c obj_dat.c obj_err.c obj_lib.c obj_xref.c
-
-# ocsp
-SRCS+= ocsp_asn.c ocsp_cl.c ocsp_err.c ocsp_ext.c ocsp_http.c ocsp_lib.c
-SRCS+= ocsp_prn.c ocsp_srv.c ocsp_vfy.c v3_ocsp.c
-
-# pem
-SRCS+= pem_all.c pem_err.c pem_info.c pem_lib.c pem_oth.c pem_pk8.c
-SRCS+= pem_pkey.c pem_sign.c pem_x509.c pem_xaux.c pvkfmt.c
-
-# pkcs12
-SRCS+= p12_add.c p12_asn.c p12_attr.c p12_crpt.c p12_crt.c p12_decr.c
-SRCS+= p12_init.c p12_key.c p12_kiss.c p12_mutl.c p12_npas.c p12_p8d.c
-SRCS+= p12_p8e.c p12_sbag.c p12_utl.c pk12err.c
-
-# pkcs7
-SRCS+= bio_pk7.c pk7_asn1.c pk7_attr.c pk7_doit.c pk7_lib.c pk7_mime.c
-SRCS+= pk7_smime.c pkcs7err.c
-
-# poly1305
-SRCS+= poly1305.c
.if defined(ASM_aarch64)
SRCS+= poly1305-armv8.S
.elif defined(ASM_amd64)
@@ -383,130 +1288,6 @@
SRCS+= poly1305_ppc.c poly1305-ppc.S poly1305-ppcfp.S
.endif
-# property
-SRCS+= defn_cache.c property.c property_err.c property_parse.c property_query.c
-SRCS+= property_string.c
-
-# providers
-SRCS+= baseprov.c defltprov.c nullprov.c prov_running.c
-
-# providers/common
-SRCS+= bio_prov.c capabilities.c digest_to_nid.c provider_ctx.c provider_err.c
-SRCS+= provider_seeding.c provider_util.c securitycheck.c
-SRCS+= securitycheck_default.c
-
-# providers/common/der
-SRCS+= der_rsa_gen.c der_rsa_key.c der_rsa_sig.c
-SRCS+= der_digests_gen.c
-SRCS+= der_ml_dsa_gen.c der_ml_dsa_key.c
-SRCS+= der_wrap_gen.c
-SRCS+= der_slh_dsa_gen.c der_slh_dsa_key.c
-SRCS+= der_dsa_gen.c der_dsa_key.c der_dsa_sig.c
-SRCS+= der_ec_gen.c der_ec_key.c der_ec_sig.c
-SRCS+= der_ecx_gen.c der_ecx_key.c
-
-# providers/implementations/asymciphers
-SRCS+= rsa_enc.c
-
-# providers/implementations/ciphers
-SRCS+= ciphercommon.c ciphercommon_hw.c ciphercommon_block.c \
- ciphercommon_gcm.c ciphercommon_gcm_hw.c \
- ciphercommon_ccm.c ciphercommon_ccm_hw.c
-SRCS+= cipher_aes.c cipher_aes_hw.c \
- cipher_aes_xts.c cipher_aes_xts_hw.c \
- cipher_aes_gcm.c cipher_aes_gcm_hw.c \
- cipher_aes_ccm.c cipher_aes_ccm_hw.c \
- cipher_aes_wrp.c \
- cipher_aes_cbc_hmac_sha.c \
- cipher_aes_cbc_hmac_sha256_hw.c cipher_aes_cbc_hmac_sha1_hw.c \
- cipher_cts.c
-SRCS+= cipher_aes_ocb.c cipher_aes_ocb_hw.c
-SRCS+= cipher_aes_xts_fips.c
-SRCS+= cipher_aes_gcm_siv.c cipher_aes_gcm_siv_hw.c \
- cipher_aes_gcm_siv_polyval.c
-SRCS+= cipher_aes_siv.c cipher_aes_siv_hw.c
-SRCS+= cipher_blowfish.c cipher_blowfish_hw.c
-SRCS+= cipher_camellia.c cipher_camellia_hw.c
-SRCS+= cipher_cast5.c cipher_cast5_hw.c
-SRCS+= cipher_chacha20.c cipher_chacha20_hw.c
-SRCS+= cipher_chacha20_poly1305.c cipher_chacha20_poly1305_hw.c
-SRCS+= cipher_des.c cipher_des_hw.c
-SRCS+= cipher_desx.c cipher_desx_hw.c
-SRCS+= cipher_null.c
-SRCS+= cipher_rc4.c cipher_rc4_hw.c
-SRCS+= cipher_rc4_hmac_md5.c cipher_rc4_hmac_md5_hw.c
-SRCS+= cipher_seed.c cipher_seed_hw.c
-SRCS+= cipher_tdes.c cipher_tdes_common.c cipher_tdes_hw.c
-SRCS+= cipher_tdes_default.c cipher_tdes_default_hw.c \
- cipher_tdes_wrap.c cipher_tdes_wrap_hw.c
-
-# providers/implementations/digests
-SRCS+= digestcommon.c
-SRCS+= blake2_prov.c blake2b_prov.c blake2s_prov.c
-SRCS+= md4_prov.c
-SRCS+= md5_prov.c md5_sha1_prov.c
-SRCS+= null_prov.c
-SRCS+= ripemd_prov.c
-SRCS+= sha2_prov.c sha3_prov.c
-SRCS+= wp_prov.c
-
-# providers/implementations/encode_decode
-SRCS+= decode_der2key.c decode_epki2pki.c decode_msblob2key.c decode_pvk2key.c
-SRCS+= decode_pem2der.c decode_spki2typespki.c
-SRCS+= encode_key2any.c encode_key2blob.c encode_key2ms.c encode_key2text.c
-SRCS+= endecoder_common.c
-SRCS+= ml_dsa_codecs.c ml_kem_codecs.c ml_common_codecs.c
-
-# providers/implementations/exchange
-SRCS+= dh_exch.c
-SRCS+= ecx_exch.c ecdh_exch.c
-SRCS+= kdf_exch.c
-
-# providers/implementations/kdfs
-SRCS+= argon2.c hkdf.c hmacdrbg_kdf.c kbkdf.c krb5kdf.c
-SRCS+= pbkdf1.c pbkdf2.c pbkdf2_fips.c
-SRCS+= pkcs12kdf.c pvkkdf.c scrypt.c sskdf.c sshkdf.c tls1_prf.c x942kdf.c
-
-# providers/implementations/kem
-SRCS+= ec_kem.c ecx_kem.c kem_util.c ml_kem_kem.c mlx_kem.c rsa_kem.c
-
-# providers/implementations/keymgmt
-SRCS+= dh_kmgmt.c dsa_kmgmt.c ec_kmgmt.c ecx_kmgmt.c kdf_legacy_kmgmt.c
-SRCS+= mac_legacy_kmgmt.c ml_dsa_kmgmt.c ml_kem_kmgmt.c mlx_kmgmt.c rsa_kmgmt.c
-SRCS+= slh_dsa_kmgmt.c
-
-# providers/implementations/macs
-SRCS+= gmac_prov.c hmac_prov.c kmac_prov.c
-SRCS+= blake2b_mac.c blake2s_mac.c
-SRCS+= cmac_prov.c
-SRCS+= poly1305_prov.c
-SRCS+= siphash_prov.c
-
-# providers/implementations/rands
-SRCS+= drbg.c drbg_ctr.c drbg_hash.c drbg_hmac.c test_rng.c
-SRCS+= seed_src.c
-
-# providers/implementations/rands/seeding
-SRCS+= rand_cpu_x86.c rand_tsc.c rand_unix.c rand_win.c
-
-# providers/implementations/signature
-SRCS+= dsa_sig.c eddsa_sig.c ecdsa_sig.c mac_legacy_sig.c ml_dsa_sig.c
-SRCS+= rsa_sig.c slh_dsa_sig.c
-
-# providers/implementations/skeymgmt
-SRCS+= aes_skmgmt.c generic.c
-
-# providers/implementations/storemgmt
-SRCS+= file_store.c file_store_any2obj.c
-
-# rand
-SRCS+= prov_seed.c rand_deprecated.c rand_egd.c rand_err.c rand_lib.c
-SRCS+= rand_meth.c rand_pool.c rand_uniform.c randfile.c
-
-# rc2
-SRCS+= rc2_cbc.c rc2_ecb.c rc2_skey.c rc2cfb64.c rc2ofb64.c
-
-# rc4
.if defined(ASM_amd64)
SRCS+= rc4-md5-x86_64.S rc4-x86_64.S
.elif defined(ASM_i386)
@@ -515,28 +1296,10 @@
SRCS+= rc4_enc.c rc4_skey.c
.endif
-# record/methods
-SRCS+= ssl3_cbc.c
-SRCS+= tls_pad.c
-
-# ripemd
-SRCS+= rmd_dgst.c rmd_one.c
.if defined(ASM_i386)
SRCS+= rmd-586.S
.endif
-# rsa
-SRCS+= rsa_ameth.c rsa_asn1.c rsa_backend.c rsa_chk.c rsa_crpt.c rsa_depr.c
-SRCS+= rsa_err.c rsa_gen.c rsa_lib.c rsa_meth.c rsa_mp.c rsa_mp_names.c
-SRCS+= rsa_none.c rsa_oaep.c rsa_ossl.c rsa_pk1.c rsa_pmeth.c rsa_prn.c
-SRCS+= rsa_pss.c rsa_saos.c rsa_schemes.c rsa_sign.c rsa_sp800_56b_check.c
-SRCS+= rsa_sp800_56b_gen.c rsa_x931.c rsa_x931g.c
-
-# seed
-SRCS+= seed.c seed_cbc.c seed_cfb.c seed_ecb.c seed_ofb.c
-
-# sha
-SRCS+= sha1_one.c sha1dgst.c sha256.c sha3.c sha512.c
.if defined(ASM_aarch64)
SRCS+= keccak1600-armv8.S sha1-armv8.S sha256-armv8.S sha512-armv8.S
.elif defined(ASM_amd64)
@@ -556,39 +1319,6 @@
SRCS+= keccak1600.c
.endif
-# siphash
-SRCS+= siphash.c
-
-# slh_dsa
-SRCS+= slh_adrs.c slh_dsa.c slh_dsa_hash_ctx.c slh_dsa_key.c slh_fors.c slh_hash.c
-SRCS+= slh_hypertree.c slh_params.c slh_wots.c slh_xmss.c
-
-# srp
-SRCS+= srp_lib.c srp_vfy.c
-
-# stack
-SRCS+= stack.c
-
-# store
-SRCS+= store_err.c store_init.c store_lib.c store_meth.c store_register.c
-SRCS+= store_result.c store_strings.c
-
-# thread
-SRCS+= api.c arch.c arch/thread_win.c arch/thread_posix.c arch/thread_none.c internal.c
-
-# ts
-SRCS+= ts_asn1.c ts_conf.c ts_err.c ts_lib.c ts_req_print.c ts_req_utils.c
-SRCS+= ts_rsp_print.c ts_rsp_sign.c ts_rsp_utils.c ts_rsp_verify.c
-SRCS+= ts_verify_ctx.c
-
-# txt_db
-SRCS+= txt_db.c
-
-# ui
-SRCS+= ui_err.c ui_lib.c ui_null.c ui_openssl.c ui_util.c
-
-# whrlpool
-SRCS+= wp_dgst.c
.if defined(ASM_amd64)
SRCS+= wp-x86_64.S
.elif defined(ASM_i386)
@@ -597,44 +1327,173 @@
SRCS+= wp_block.c
.endif
-# x509
-SRCS+= x509_def.c x509_d2.c x509_r2x.c x509_cmp.c
-SRCS+= x509_obj.c x509_req.c x509spki.c x509_vfy.c
-SRCS+= x509_set.c x509cset.c x509rset.c x509_err.c
-SRCS+= x509name.c x509_v3.c x509_ext.c x509_att.c
-SRCS+= x509_meth.c x509_lu.c x_all.c x509_txt.c
-SRCS+= x509_trust.c by_file.c by_dir.c by_store.c x509_vpm.c
-SRCS+= x_crl.c t_crl.c x_req.c t_req.c x_x509.c t_x509.c
-SRCS+= x_pubkey.c x_x509a.c x_attrib.c x_exten.c x_name.c
-SRCS+= v3_bcons.c v3_bitst.c v3_conf.c v3_extku.c v3_ia5.c v3_utf8.c v3_lib.c
-SRCS+= v3_prn.c v3_utl.c v3err.c v3_genn.c v3_san.c v3_skid.c v3_akid.c
-SRCS+= v3_pku.c v3_int.c v3_enum.c v3_sxnet.c v3_cpols.c v3_crld.c v3_purp.c
-SRCS+= v3_info.c v3_akeya.c v3_pmaps.c v3_pcons.c v3_ncons.c
-SRCS+= v3_pcia.c v3_pci.c v3_ist.c
-SRCS+= pcy_cache.c pcy_node.c pcy_data.c pcy_map.c pcy_tree.c pcy_lib.c
-SRCS+= v3_asid.c v3_addr.c v3_tlsf.c v3_admis.c v3_no_rev_avail.c
-SRCS+= v3_soa_id.c v3_no_ass.c v3_group_ac.c v3_single_use.c v3_ind_iss.c
-SRCS+= x509_acert.c x509aset.c t_acert.c x_ietfatt.c v3_ac_tgt.c v3_sda.c
-SRCS+= v3_usernotice.c v3_battcons.c v3_audit_id.c v3_iobo.c v3_authattid.c
-SRCS+= v3_rolespec.c v3_attrdesc.c v3_timespec.c v3_attrmap.c v3_aaa.c
-SRCS+= x509type.c
-
-INCS= aes.h asn1.h asn1err.h asn1t.h async.h asyncerr.h bio.h
-INCS+= bioerr.h blowfish.h bn.h bnerr.h buffer.h buffererr.h byteorder.h camellia.h
-INCS+= cast.h cmac.h cmp.h cmp_util.h cmperr.h cms.h cmserr.h comp.h comperr.h conf.h conf_api.h
-INCS+= conferr.h configuration.h conftypes.h core.h core_dispatch.h core_names.h core_object.h
-INCS+= crmf.h crmferr.h crypto.h cryptoerr.h cryptoerr_legacy.h ct.h cterr.h
-INCS+= decoder.h decodererr.h des.h dh.h dherr.h dsa.h
-INCS+= dsaerr.h dtls1.h e_os2.h e_ostime.h ebcdic.h ec.h ecdh.h ecdsa.h ecerr.h encoder.h encodererr.h
-INCS+= engine.h engineerr.h err.h ess.h esserr.h evp.h evperr.h fips_names.h fipskey.h hmac.h hpke.h http.h httperr.h idea.h indicator.h
-INCS+= kdf.h kdferr.h lhash.h macros.h md2.h md4.h md5.h mdc2.h modes.h obj_mac.h
-INCS+= objects.h objectserr.h ocsp.h ocsperr.h opensslconf.h opensslv.h
-INCS+= ossl_typ.h param_build.h params.h pem.h pem2.h pemerr.h pkcs12.h pkcs12err.h pkcs7.h
-INCS+= pkcs7err.h prov_ssl.h proverr.h provider.h quic.h rand.h randerr.h rc2.h rc4.h rc5.h ripemd.h
-INCS+= rsa.h rsaerr.h safestack.h seed.h self_test.h sha.h srp.h srtp.h ssl.h ssl2.h
-INCS+= ssl3.h sslerr.h sslerr_legacy.h stack.h store.h storeerr.h symhacks.h thread.h tls1.h trace.h ts.h
-INCS+= tserr.h txt_db.h types.h ui.h uierr.h whrlpool.h x509.h x509_vfy.h x509err.h
-INCS+= x509v3.h x509v3err.h
+
+# apps
+INCS+= progs.h
+
+# include/crypto
+INCS+= bn_conf.h
+INCS+= dso_conf.h
+
+# include/internal
+INCS+= asn1.h
+INCS+= dso.h
+INCS+= err.h
+INCS+= o_dir.h
+INCS+= param_names.h
+INCS+= sslconf.h
+
+# include/openssl
+INCS+= aes.h
+INCS+= asn1.h
+INCS+= asn1err.h
+INCS+= asn1t.h
+INCS+= async.h
+INCS+= asyncerr.h
+INCS+= bio.h
+INCS+= bioerr.h
+INCS+= blowfish.h
+INCS+= bn.h
+INCS+= bnerr.h
+INCS+= buffer.h
+INCS+= buffererr.h
+INCS+= byteorder.h
+INCS+= camellia.h
+INCS+= cast.h
+INCS+= cmac.h
+INCS+= cmp.h
+INCS+= cmp_util.h
+INCS+= cmperr.h
+INCS+= cms.h
+INCS+= cmserr.h
+INCS+= comp.h
+INCS+= comperr.h
+INCS+= conf.h
+INCS+= conferr.h
+INCS+= configuration.h
+INCS+= conftypes.h
+INCS+= core.h
+INCS+= core_dispatch.h
+INCS+= core_names.h
+INCS+= core_object.h
+INCS+= crmf.h
+INCS+= crmferr.h
+INCS+= crypto.h
+INCS+= cryptoerr.h
+INCS+= cryptoerr_legacy.h
+INCS+= ct.h
+INCS+= cterr.h
+INCS+= decoder.h
+INCS+= decodererr.h
+INCS+= des.h
+INCS+= dh.h
+INCS+= dherr.h
+INCS+= dsa.h
+INCS+= dsaerr.h
+INCS+= dtls1.h
+INCS+= e_os2.h
+INCS+= e_ostime.h
+INCS+= ec.h
+INCS+= ecdh.h
+INCS+= ecdsa.h
+INCS+= ecerr.h
+INCS+= encoder.h
+INCS+= encodererr.h
+INCS+= engine.h
+INCS+= engineerr.h
+INCS+= err.h
+INCS+= ess.h
+INCS+= esserr.h
+INCS+= evp.h
+INCS+= evperr.h
+INCS+= fips_names.h
+INCS+= fipskey.h
+INCS+= hmac.h
+INCS+= hpke.h
+INCS+= http.h
+INCS+= httperr.h
+INCS+= idea.h
+INCS+= indicator.h
+INCS+= kdf.h
+INCS+= kdferr.h
+INCS+= lhash.h
+INCS+= macros.h
+INCS+= md2.h
+INCS+= md4.h
+INCS+= md5.h
+INCS+= mdc2.h
+INCS+= ml_kem.h
+INCS+= modes.h
+INCS+= obj_mac.h
+INCS+= objects.h
+INCS+= objectserr.h
+INCS+= ocsp.h
+INCS+= ocsperr.h
+INCS+= opensslconf.h
+INCS+= opensslv.h
+INCS+= ossl_typ.h
+INCS+= param_build.h
+INCS+= params.h
+INCS+= pem.h
+INCS+= pem2.h
+INCS+= pemerr.h
+INCS+= pkcs12.h
+INCS+= pkcs12err.h
+INCS+= pkcs7.h
+INCS+= pkcs7err.h
+INCS+= prov_ssl.h
+INCS+= proverr.h
+INCS+= provider.h
+INCS+= quic.h
+INCS+= rand.h
+INCS+= randerr.h
+INCS+= rc2.h
+INCS+= rc4.h
+INCS+= rc5.h
+INCS+= ripemd.h
+INCS+= rsa.h
+INCS+= rsaerr.h
+INCS+= safestack.h
+INCS+= seed.h
+INCS+= self_test.h
+INCS+= sha.h
+INCS+= srp.h
+INCS+= srtp.h
+INCS+= ssl.h
+INCS+= ssl2.h
+INCS+= ssl3.h
+INCS+= sslerr.h
+INCS+= sslerr_legacy.h
+INCS+= stack.h
+INCS+= store.h
+INCS+= storeerr.h
+INCS+= symhacks.h
+INCS+= thread.h
+INCS+= tls1.h
+INCS+= trace.h
+INCS+= ts.h
+INCS+= tserr.h
+INCS+= txt_db.h
+INCS+= types.h
+INCS+= ui.h
+INCS+= uierr.h
+INCS+= whrlpool.h
+INCS+= x509.h
+INCS+= x509_acert.h
+INCS+= x509_vfy.h
+INCS+= x509err.h
+INCS+= x509v3.h
+INCS+= x509v3err.h
+
+# providers/common/include/prov
+INCS+= der_digests.h
+INCS+= der_dsa.h
+INCS+= der_ec.h
+INCS+= der_ecx.h
+INCS+= der_ml_dsa.h
+INCS+= der_rsa.h
+INCS+= der_slh_dsa.h
+INCS+= der_wrap.h
INCSDIR=${INCLUDEDIR}/openssl
@@ -645,17 +1504,6 @@
CLEANDIRS= openssl
CLEANFILES= buildinf.h
-.if defined(ASM_${MACHINE_CPUARCH}) || defined(ASM_${MACHINE_ARCH})
-_cmd1=/%%NO_ASM%%/d
-.else
-_cmd1=s/%%NO_ASM%%//
-.endif
-.if ${MK_OPENSSL_KTLS} != "no"
-_cmd2=/%%NO_KTLS%%/d
-.else
-_cmd2=s/%%NO_KTLS%%//
-.endif
-
buildinf.h: Makefile
( echo "/*"; \
echo " * WARNING: do not edit!"; \
@@ -693,17 +1541,16 @@
.PATH: ${LCRYPTO_SRC}/include/openssl \
${LCRYPTO_SRC}/crypto \
${LCRYPTO_SRC}/crypto/aes \
- ${LCRYPTO_SRC}/crypto/aria \
${LCRYPTO_SRC}/crypto/asn1 \
${LCRYPTO_SRC}/crypto/async \
${LCRYPTO_SRC}/crypto/async/arch \
${LCRYPTO_SRC}/crypto/bf \
${LCRYPTO_SRC}/crypto/bio \
${LCRYPTO_SRC}/crypto/bn \
+ ${LCRYPTO_SRC}/crypto/bn/asm \
${LCRYPTO_SRC}/crypto/buffer \
${LCRYPTO_SRC}/crypto/camellia \
${LCRYPTO_SRC}/crypto/cast \
- ${LCRYPTO_SRC}/crypto/chacha \
${LCRYPTO_SRC}/crypto/cmac \
${LCRYPTO_SRC}/crypto/cmp \
${LCRYPTO_SRC}/crypto/cms \
@@ -729,12 +1576,10 @@
${LCRYPTO_SRC}/crypto/hmac \
${LCRYPTO_SRC}/crypto/hpke \
${LCRYPTO_SRC}/crypto/http \
- ${LCRYPTO_SRC}/crypto/idea \
${LCRYPTO_SRC}/crypto/kdf \
${LCRYPTO_SRC}/crypto/lhash \
${LCRYPTO_SRC}/crypto/md4 \
${LCRYPTO_SRC}/crypto/md5 \
- ${LCRYPTO_SRC}/crypto/mdc2 \
${LCRYPTO_SRC}/crypto/ml_dsa \
${LCRYPTO_SRC}/crypto/ml_kem \
${LCRYPTO_SRC}/crypto/modes \
@@ -747,27 +1592,22 @@
${LCRYPTO_SRC}/crypto/property \
${LCRYPTO_SRC}/crypto/rand \
${LCRYPTO_SRC}/crypto/rc2 \
- ${LCRYPTO_SRC}/crypto/rc4 \
- ${LCRYPTO_SRC}/crypto/rc5 \
${LCRYPTO_SRC}/crypto/ripemd \
${LCRYPTO_SRC}/crypto/rsa \
${LCRYPTO_SRC}/crypto/seed \
${LCRYPTO_SRC}/crypto/sha \
${LCRYPTO_SRC}/crypto/siphash \
${LCRYPTO_SRC}/crypto/slh_dsa \
- ${LCRYPTO_SRC}/crypto/sm2 \
- ${LCRYPTO_SRC}/crypto/sm3 \
- ${LCRYPTO_SRC}/crypto/sm4 \
${LCRYPTO_SRC}/crypto/srp \
${LCRYPTO_SRC}/crypto/stack \
${LCRYPTO_SRC}/crypto/store \
${LCRYPTO_SRC}/crypto/thread \
+ ${LCRYPTO_SRC}/crypto/thread/arch \
${LCRYPTO_SRC}/crypto/ts \
${LCRYPTO_SRC}/crypto/txt_db \
${LCRYPTO_SRC}/crypto/ui \
${LCRYPTO_SRC}/crypto/whrlpool \
${LCRYPTO_SRC}/crypto/x509 \
- ${LCRYPTO_SRC}/crypto/x509v3 \
${LCRYPTO_SRC}/providers \
${LCRYPTO_SRC}/providers/common \
${LCRYPTO_SRC}/providers/common/der \
@@ -785,6 +1625,21 @@
${LCRYPTO_SRC}/providers/implementations/signature \
${LCRYPTO_SRC}/providers/implementations/skeymgmt \
${LCRYPTO_SRC}/providers/implementations/storemgmt \
- ${LCRYPTO_SRC}/ssl \
- ${LCRYPTO_SRC}/ssl/record \
- ${LCRYPTO_SRC}/ssl/record/methods
+ ${LCRYPTO_SRC}/ssl/record/methods \
+ ${LCRYPTO_SRC}/crypto \
+ ${LCRYPTO_SRC}/crypto/aes \
+ ${LCRYPTO_SRC}/crypto/bf \
+ ${LCRYPTO_SRC}/crypto/bn \
+ ${LCRYPTO_SRC}/crypto/camellia \
+ ${LCRYPTO_SRC}/crypto/chacha \
+ ${LCRYPTO_SRC}/crypto/des \
+ ${LCRYPTO_SRC}/crypto/ec \
+ ${LCRYPTO_SRC}/crypto/poly1305 \
+ ${LCRYPTO_SRC}/crypto/rc4 \
+ ${LCRYPTO_SRC}/crypto/sha \
+ ${LCRYPTO_SRC}/crypto/whrlpool \
+ ${LCRYPTO_SRC}/apps \
+ ${LCRYPTO_SRC}/include/crypto \
+ ${LCRYPTO_SRC}/include/internal \
+ ${LCRYPTO_SRC}/include/openssl \
+ ${LCRYPTO_SRC}/providers/common/include/prov \
diff --git a/secure/lib/libcrypto/Makefile.inc b/secure/lib/libcrypto/Makefile.inc
--- a/secure/lib/libcrypto/Makefile.inc
+++ b/secure/lib/libcrypto/Makefile.inc
@@ -12,10 +12,7 @@
CFLAGS+= -I${LCRYPTO_SRC}/providers/fips/include
CFLAGS+= -I${LCRYPTO_SRC}/providers/implementations/include
-.include "Makefile.common"
+.SUFFIXES: .pc
+.PATH.pc: ${LCRYPTO_SRC}
-.for pcfile in ${PCFILES}
-${pcfile}: ${pcfile}.in
- sed -e 's,@openssl_ver@,${OPENSSL_VER},g' ${.ALLSRC} > ${.TARGET}
-.endfor
-CLEANFILES+= ${PCFILES}
+.include "Makefile.common"
diff --git a/secure/lib/libcrypto/modules/Makefile.inc b/secure/lib/libcrypto/modules/Makefile.inc
--- a/secure/lib/libcrypto/modules/Makefile.inc
+++ b/secure/lib/libcrypto/modules/Makefile.inc
@@ -6,14 +6,8 @@
CFLAGS+= -I${LCRYPTO_SRC}
CFLAGS+= -I${LCRYPTO_SRC}/include
CFLAGS+= -I${LCRYPTO_SRC}/providers/common/include
+# Some non-FIPS sources require FIPS-related headers.
CFLAGS+= -I${LCRYPTO_SRC}/providers/fips/include
CFLAGS+= -I${LCRYPTO_SRC}/providers/implementations/include
-# common
-SRCS+= provider_err.c provider_ctx.c
-SRCS+= provider_util.c
-
-.PATH: ${LCRYPTO_SRC}/providers \
- ${LCRYPTO_SRC}/providers/common
-
WARNS?= 0
diff --git a/secure/lib/libcrypto/modules/legacy/Makefile b/secure/lib/libcrypto/modules/legacy/Makefile
--- a/secure/lib/libcrypto/modules/legacy/Makefile
+++ b/secure/lib/libcrypto/modules/legacy/Makefile
@@ -1,31 +1,94 @@
SHLIB_NAME?= legacy.so
LIBADD= crypto
-SRCS+= legacyprov.c prov_running.c
-
-# ciphers
-SRCS+= ciphercommon.c ciphercommon_hw.c ciphercommon_block.c \
- ciphercommon_gcm.c ciphercommon_gcm_hw.c \
- ciphercommon_ccm.c ciphercommon_ccm_hw.c
-SRCS+= cipher_desx.c cipher_desx_hw.c cipher_des.c cipher_des_hw.c
-SRCS+= cipher_tdes_common.c
-SRCS+= cipher_blowfish.c cipher_blowfish_hw.c
-SRCS+= cipher_cast5.c cipher_cast5_hw.c
-SRCS+= cipher_rc2.c cipher_rc2_hw.c
-SRCS+= cipher_rc4.c cipher_rc4_hw.c
-SRCS+= cipher_rc4_hmac_md5.c cipher_rc4_hmac_md5_hw.c
-SRCS+= cipher_seed.c cipher_seed_hw.c
-
-# digests
-SRCS+= digestcommon.c
-SRCS+= md4_prov.c wp_prov.c ripemd_prov.c
-
-# kdfs
-SRCS+= pbkdf1.c
+# crypto
+SRCS+= cpuid.c
+SRCS+= ctype.c
+
+# crypto/des
+SRCS+= des_enc.c
+SRCS+= fcrypt_b.c
+
+# crypto/md5
+SRCS+= md5_dgst.c
+SRCS+= md5_one.c
+SRCS+= md5_sha1.c
+
+# providers
+SRCS+= legacyprov.c
+SRCS+= prov_running.c
+
+# providers/common
+SRCS+= provider_ctx.c
+SRCS+= provider_err.c
+SRCS+= provider_util.c
+
+# providers/common/der
+SRCS+= der_digests_gen.c
+SRCS+= der_dsa_gen.c
+SRCS+= der_dsa_key.c
+SRCS+= der_dsa_sig.c
+SRCS+= der_ec_gen.c
+SRCS+= der_ec_key.c
+SRCS+= der_ec_sig.c
+SRCS+= der_ecx_gen.c
+SRCS+= der_ecx_key.c
+SRCS+= der_ml_dsa_gen.c
+SRCS+= der_ml_dsa_key.c
+SRCS+= der_rsa_gen.c
+SRCS+= der_rsa_key.c
+SRCS+= der_slh_dsa_gen.c
+SRCS+= der_slh_dsa_key.c
+SRCS+= der_wrap_gen.c
+
+# providers/implementations/ciphers
+SRCS+= cipher_blowfish.c
+SRCS+= cipher_blowfish_hw.c
+SRCS+= cipher_cast5.c
+SRCS+= cipher_cast5_hw.c
+SRCS+= cipher_des.c
+SRCS+= cipher_des_hw.c
+SRCS+= cipher_desx.c
+SRCS+= cipher_desx_hw.c
+SRCS+= cipher_rc2.c
+SRCS+= cipher_rc2_hw.c
+SRCS+= cipher_rc4.c
+SRCS+= cipher_rc4_hmac_md5.c
+SRCS+= cipher_rc4_hmac_md5_hw.c
+SRCS+= cipher_rc4_hw.c
+SRCS+= cipher_seed.c
+SRCS+= cipher_seed_hw.c
+SRCS+= cipher_tdes_common.c
+SRCS+= ciphercommon.c
+SRCS+= ciphercommon_block.c
+SRCS+= ciphercommon_ccm.c
+SRCS+= ciphercommon_ccm_hw.c
+SRCS+= ciphercommon_gcm.c
+SRCS+= ciphercommon_gcm_hw.c
+SRCS+= ciphercommon_hw.c
+
+# providers/implementations/digests
+SRCS+= digestcommon.c
+SRCS+= md4_prov.c
+SRCS+= ripemd_prov.c
+SRCS+= wp_prov.c
+
+# providers/implementations/kdfs
+SRCS+= pbkdf1.c
+SRCS+= pvkkdf.c
+
+# ssl/record/methods
+SRCS+= tls_pad.c
.include <bsd.lib.mk>
-.PATH: ${LCRYPTO_SRC}/providers/implementations/ciphers \
+.PATH: ${LCRYPTO_SRC}/crypto \
+ ${LCRYPTO_SRC}/crypto/des \
+ ${LCRYPTO_SRC}/crypto/md5 \
+ ${LCRYPTO_SRC}/providers \
+ ${LCRYPTO_SRC}/providers/common \
+ ${LCRYPTO_SRC}/providers/common/der \
+ ${LCRYPTO_SRC}/providers/implementations/ciphers \
${LCRYPTO_SRC}/providers/implementations/digests \
${LCRYPTO_SRC}/providers/implementations/kdfs \
- ${LCRYPTO_SRC}/ssl
+ ${LCRYPTO_SRC}/ssl/record/methods \
diff --git a/secure/lib/libssl/Makefile b/secure/lib/libssl/Makefile
--- a/secure/lib/libssl/Makefile
+++ b/secure/lib/libssl/Makefile
@@ -11,65 +11,134 @@
.include "../libcrypto/Makefile.inc"
-SRCS= pqueue.c \
- statem_srvr.c statem_clnt.c s3_lib.c s3_enc.c \
- statem_lib.c extensions.c extensions_srvr.c \
- extensions_clnt.c extensions_cust.c s3_msg.c \
- methods.c t1_lib.c t1_enc.c tls13_enc.c \
- d1_lib.c d1_msg.c \
- statem_dtls.c d1_srtp.c \
- ssl_lib.c ssl_cert.c ssl_sess.c \
- ssl_ciph.c ssl_stat.c ssl_rsa.c \
- ssl_asn1.c ssl_txt.c ssl_init.c ssl_conf.c ssl_mcnf.c \
- bio_ssl.c ssl_err_legacy.c tls_srp.c t1_trce.c ssl_utst.c \
- statem.c \
- ssl_cert_comp.c \
- tls_depr.c
-
-SRCS+= packet.c quic_vlint.c time.c
-
-SRCS+= ssl_rsa_legacy.c
-
-SRCS+= priority_queue.c
-SRCS+= hashfunc.c
-SRCS+= siphash.c
-
-# quic
-SRCS+= quic_method.c quic_impl.c quic_wire.c quic_ackm.c quic_statm.c
-SRCS+= cc_newreno.c quic_demux.c quic_record_rx.c
-SRCS+= quic_record_tx.c quic_record_util.c quic_record_shared.c quic_wire_pkt.c
-SRCS+= quic_rx_depack.c
-SRCS+= quic_fc.c uint_set.c
-SRCS+= quic_cfq.c quic_txpim.c quic_fifd.c quic_txp.c
-SRCS+= quic_stream_map.c
-SRCS+= quic_sf_list.c quic_rstream.c quic_sstream.c
-SRCS+= quic_reactor.c
-SRCS+= quic_reactor_wait_ctx.c
-SRCS+= quic_channel.c quic_port.c quic_engine.c
-SRCS+= quic_tserver.c
-SRCS+= quic_thread_assist.c
-SRCS+= quic_trace.c
-SRCS+= quic_srtm.c quic_srt_gen.c
-SRCS+= quic_lcidm.c quic_rcidm.c
-SRCS+= quic_tls.c quic_tls_api.c
-SRCS+= quic_types.c
-SRCS+= qlog_event_helpers.c
-SRCS+= json_enc.c qlog.c
-SRCS+= getenv.c ctype.c
-SRCS+= quic_obj.c
-
-# record
-SRCS+= rec_layer_d1.c rec_layer_s3.c
-
-# record/methods
-SRCS+= tls_common.c ssl3_meth.c tls1_meth.c tls13_meth.c tlsany_meth.c
-SRCS+= dtls_meth.c tls_multib.c
-SRSC+= ssl3_cbc.c
-SRSC+= tls_pad.c
-
-# rio
-SRCS+= poll_immediate.c
-SRCS+= rio_notifier.c poll_builder.c
+# crypto
+SRCS+= ctype.c
+SRCS+= getenv.c
+SRCS+= packet.c
+SRCS+= quic_vlint.c
+SRCS+= time.c
+
+# crypto/hashtable
+SRCS+= hashfunc.c
+
+# crypto/siphash
+SRCS+= siphash.c
+
+# crypto/thread
+SRCS+= arch.c
+
+# crypto/thread/arch
+SRCS+= thread_none.c
+SRCS+= thread_posix.c
+SRCS+= thread_win.c
+
+# ssl
+SRCS+= bio_ssl.c
+SRCS+= d1_lib.c
+SRCS+= d1_msg.c
+SRCS+= d1_srtp.c
+SRCS+= methods.c
+SRCS+= pqueue.c
+SRCS+= priority_queue.c
+SRCS+= s3_enc.c
+SRCS+= s3_lib.c
+SRCS+= s3_msg.c
+SRCS+= ssl_asn1.c
+SRCS+= ssl_cert.c
+SRCS+= ssl_cert_comp.c
+SRCS+= ssl_ciph.c
+SRCS+= ssl_conf.c
+SRCS+= ssl_err_legacy.c
+SRCS+= ssl_init.c
+SRCS+= ssl_lib.c
+SRCS+= ssl_mcnf.c
+SRCS+= ssl_rsa.c
+SRCS+= ssl_rsa_legacy.c
+SRCS+= ssl_sess.c
+SRCS+= ssl_stat.c
+SRCS+= ssl_txt.c
+SRCS+= ssl_utst.c
+SRCS+= t1_enc.c
+SRCS+= t1_lib.c
+SRCS+= t1_trce.c
+SRCS+= tls13_enc.c
+SRCS+= tls_depr.c
+SRCS+= tls_srp.c
+
+# ssl/quic
+SRCS+= cc_newreno.c
+SRCS+= json_enc.c
+SRCS+= qlog.c
+SRCS+= qlog_event_helpers.c
+SRCS+= quic_ackm.c
+SRCS+= quic_cfq.c
+SRCS+= quic_channel.c
+SRCS+= quic_demux.c
+SRCS+= quic_engine.c
+SRCS+= quic_fc.c
+SRCS+= quic_fifd.c
+SRCS+= quic_impl.c
+SRCS+= quic_lcidm.c
+SRCS+= quic_method.c
+SRCS+= quic_obj.c
+SRCS+= quic_port.c
+SRCS+= quic_rcidm.c
+SRCS+= quic_reactor.c
+SRCS+= quic_reactor_wait_ctx.c
+SRCS+= quic_record_rx.c
+SRCS+= quic_record_shared.c
+SRCS+= quic_record_tx.c
+SRCS+= quic_record_util.c
+SRCS+= quic_rstream.c
+SRCS+= quic_rx_depack.c
+SRCS+= quic_sf_list.c
+SRCS+= quic_srt_gen.c
+SRCS+= quic_srtm.c
+SRCS+= quic_sstream.c
+SRCS+= quic_statm.c
+SRCS+= quic_stream_map.c
+SRCS+= quic_thread_assist.c
+SRCS+= quic_tls.c
+SRCS+= quic_tls_api.c
+SRCS+= quic_trace.c
+SRCS+= quic_tserver.c
+SRCS+= quic_txp.c
+SRCS+= quic_txpim.c
+SRCS+= quic_types.c
+SRCS+= quic_wire.c
+SRCS+= quic_wire_pkt.c
+SRCS+= uint_set.c
+
+# ssl/record
+SRCS+= rec_layer_d1.c
+SRCS+= rec_layer_s3.c
+
+# ssl/record/methods
+SRCS+= dtls_meth.c
+SRCS+= ssl3_cbc.c
+SRCS+= ssl3_meth.c
+SRCS+= tls13_meth.c
+SRCS+= tls1_meth.c
+SRCS+= tls_common.c
+SRCS+= tls_multib.c
+SRCS+= tls_pad.c
+SRCS+= tlsany_meth.c
+
+# ssl/rio
+SRCS+= poll_builder.c
+SRCS+= poll_immediate.c
+SRCS+= rio_notifier.c
+
+# ssl/statem
+SRCS+= extensions.c
+SRCS+= extensions_clnt.c
+SRCS+= extensions_cust.c
+SRCS+= extensions_srvr.c
+SRCS+= statem.c
+SRCS+= statem_clnt.c
+SRCS+= statem_dtls.c
+SRCS+= statem_lib.c
+SRCS+= statem_srvr.c
.if ${MK_OPENSSL_KTLS} == "no"
CFLAGS+=-DOPENSSL_NO_KTLS
@@ -77,7 +146,7 @@
SRCS+= ktls_meth.c
.endif
-LIBADD= crypto
+LIBADD= crypto pthread
CFLAGS+= -I${LCRYPTO_SRC}/ssl
CFLAGS+= -I${.OBJDIR:H}/libcrypto
@@ -89,9 +158,11 @@
.PATH: ${LCRYPTO_SRC}/crypto \
${LCRYPTO_SRC}/crypto/hashtable \
${LCRYPTO_SRC}/crypto/siphash \
+ ${LCRYPTO_SRC}/crypto/thread \
+ ${LCRYPTO_SRC}/crypto/thread/arch \
${LCRYPTO_SRC}/ssl \
${LCRYPTO_SRC}/ssl/quic \
${LCRYPTO_SRC}/ssl/record \
${LCRYPTO_SRC}/ssl/record/methods \
${LCRYPTO_SRC}/ssl/rio \
- ${LCRYPTO_SRC}/ssl/statem
+ ${LCRYPTO_SRC}/ssl/statem \
diff --git a/share/mk/src.libnames.mk b/share/mk/src.libnames.mk
--- a/share/mk/src.libnames.mk
+++ b/share/mk/src.libnames.mk
@@ -329,7 +329,7 @@
.endif
.endif
_DP_sqlite3= pthread
-_DP_ssl= crypto
+_DP_ssl= crypto pthread
_DP_ssh= crypto crypt z
.if ${MK_LDNS} != "no"
_DP_ssh+= ldns

File Metadata

Mime Type
text/plain
Expires
Tue, May 19, 8:42 AM (15 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33303209
Default Alt Text
D52009.id160869.diff (86 KB)

Event Timeline