Changeset View
Changeset View
Standalone View
Standalone View
secure/lib/libcrypto/Makefile
| Show First 20 Lines • Show All 85 Lines • ▼ Show 20 Lines | |||||
| SRCS+= bio_ndef.c d2i_param.c d2i_pr.c d2i_pu.c evp_asn1.c f_int.c f_string.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+= 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+= 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+= 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_bignum.c x_info.c x_int64.c x_long.c x_pkey.c x_sig.c x_spki.c | ||||
| SRCS+= x_val.c | SRCS+= x_val.c | ||||
| # async | # async | ||||
| SRCS+= async.c async_err.c async_posix.c async_wait.c | SRCS+= async.c async_err.c async_null.c async_posix.c async_wait.c async_win.c | ||||
| # bf | # bf | ||||
| SRCS+= bf_cfb64.c bf_ecb.c bf_ofb64.c bf_prefix.c bf_readbuff.c bf_skey.c | SRCS+= bf_cfb64.c bf_ecb.c bf_ofb64.c bf_prefix.c bf_readbuff.c bf_skey.c | ||||
| .if defined(ASM_i386) | .if defined(ASM_i386) | ||||
| SRCS+= bf-586.S | SRCS+= bf-586.S | ||||
| .else | .else | ||||
| SRCS+= bf_enc.c | SRCS+= bf_enc.c | ||||
| .endif | .endif | ||||
| ▲ Show 20 Lines • Show All 116 Lines • ▼ Show 20 Lines | |||||
| SRCS+= dh_prn.c dh_rfc5114.c | SRCS+= dh_prn.c dh_rfc5114.c | ||||
| # dsa | # dsa | ||||
| SRCS+= dsa_ameth.c dsa_asn1.c dsa_backend.c dsa_check.c dsa_depr.c dsa_err.c | 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_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 | SRCS+= dsa_prn.c dsa_sign.c dsa_vrf.c | ||||
| # dso | # dso | ||||
| SRCS+= dso_dl.c | |||||
| SRCS+= dso_dlfcn.c dso_err.c dso_lib.c | SRCS+= dso_dlfcn.c dso_err.c dso_lib.c | ||||
| SRCS+= dso_openssl.c | |||||
| SRCS+= dso_vms.c | |||||
| SRCS+= dso_win32.c | |||||
| # ec | # ec | ||||
| SRCS+= curve25519.c curve448.c curve448_tables.c ec2_oct.c ec2_smpl.c | 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_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_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+= 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+= 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+= ecp_oct.c ecp_smpl.c ecx_backend.c ecx_key.c ecx_meth.c eddsa.c | ||||
| ▲ Show 20 Lines • Show All 50 Lines • ▼ Show 20 Lines | |||||
| # ffc | # ffc | ||||
| SRCS+= ffc_backend.c ffc_dh.c ffc_key_generate.c ffc_key_validate.c | 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 | SRCS+= ffc_params.c ffc_params_generate.c ffc_params_validate.c | ||||
| # hashtable | # hashtable | ||||
| SRCS+= hashtable.c hashfunc.c | SRCS+= hashtable.c hashfunc.c | ||||
| # hmac | # hmac | ||||
| SRCS+= hmac.c hmac_s390x.c | SRCS+= hmac.c | ||||
| # hpke | # hpke | ||||
| SRCS+= hpke_util.c hpke.c | SRCS+= hpke_util.c hpke.c | ||||
| # http | # http | ||||
| SRCS+= http_client.c http_err.c http_lib.c | SRCS+= http_client.c http_err.c http_lib.c | ||||
| # kdf | # kdf | ||||
| ▲ Show 20 Lines • Show All 116 Lines • ▼ Show 20 Lines | SRCS+= cipher_aes.c cipher_aes_hw.c \ | ||||
| cipher_aes_cbc_hmac_sha.c \ | cipher_aes_cbc_hmac_sha.c \ | ||||
| cipher_aes_cbc_hmac_sha256_hw.c cipher_aes_cbc_hmac_sha1_hw.c \ | cipher_aes_cbc_hmac_sha256_hw.c cipher_aes_cbc_hmac_sha1_hw.c \ | ||||
| cipher_cts.c | cipher_cts.c | ||||
| SRCS+= cipher_aes_ocb.c cipher_aes_ocb_hw.c | SRCS+= cipher_aes_ocb.c cipher_aes_ocb_hw.c | ||||
| SRCS+= cipher_aes_xts_fips.c | SRCS+= cipher_aes_xts_fips.c | ||||
| SRCS+= cipher_aes_gcm_siv.c cipher_aes_gcm_siv_hw.c \ | SRCS+= cipher_aes_gcm_siv.c cipher_aes_gcm_siv_hw.c \ | ||||
| cipher_aes_gcm_siv_polyval.c | cipher_aes_gcm_siv_polyval.c | ||||
| SRCS+= cipher_aes_siv.c cipher_aes_siv_hw.c | SRCS+= cipher_aes_siv.c cipher_aes_siv_hw.c | ||||
| SRCS+= cipher_blowfish.c cipher_blowfish_hw.c | |||||
ngie: These `SRCS` (in the file and elsewhere) were removed because they're technically legacy… | |||||
| SRCS+= cipher_camellia.c cipher_camellia_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.c cipher_chacha20_hw.c | ||||
| SRCS+= cipher_chacha20_poly1305.c cipher_chacha20_poly1305_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_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.c cipher_tdes_common.c cipher_tdes_hw.c | ||||
| SRCS+= cipher_tdes_default.c cipher_tdes_default_hw.c \ | SRCS+= cipher_tdes_default.c cipher_tdes_default_hw.c \ | ||||
| cipher_tdes_wrap.c cipher_tdes_wrap_hw.c | cipher_tdes_wrap.c cipher_tdes_wrap_hw.c | ||||
| # providers/implementations/digests | # providers/implementations/digests | ||||
| SRCS+= digestcommon.c | SRCS+= digestcommon.c | ||||
| SRCS+= blake2_prov.c blake2b_prov.c blake2s_prov.c | SRCS+= blake2_prov.c blake2b_prov.c blake2s_prov.c | ||||
| SRCS+= md4_prov.c | |||||
| SRCS+= md5_prov.c md5_sha1_prov.c | SRCS+= md5_prov.c md5_sha1_prov.c | ||||
| SRCS+= null_prov.c | SRCS+= null_prov.c | ||||
| SRCS+= ripemd_prov.c | SRCS+= ripemd_prov.c | ||||
| SRCS+= sha2_prov.c sha3_prov.c | SRCS+= sha2_prov.c sha3_prov.c | ||||
| SRCS+= wp_prov.c | |||||
| # providers/implementations/encode_decode | # providers/implementations/encode_decode | ||||
| SRCS+= decode_der2key.c decode_epki2pki.c decode_msblob2key.c decode_pvk2key.c | SRCS+= decode_der2key.c decode_epki2pki.c decode_msblob2key.c decode_pvk2key.c | ||||
| SRCS+= decode_pem2der.c decode_spki2typespki.c | SRCS+= decode_pem2der.c decode_spki2typespki.c | ||||
| SRCS+= encode_key2any.c encode_key2blob.c encode_key2ms.c encode_key2text.c | SRCS+= encode_key2any.c encode_key2blob.c encode_key2ms.c encode_key2text.c | ||||
| SRCS+= endecoder_common.c | SRCS+= endecoder_common.c | ||||
| SRCS+= ml_dsa_codecs.c ml_kem_codecs.c ml_common_codecs.c | SRCS+= ml_dsa_codecs.c ml_kem_codecs.c ml_common_codecs.c | ||||
| # providers/implementations/exchange | # providers/implementations/exchange | ||||
| SRCS+= dh_exch.c | SRCS+= dh_exch.c | ||||
| SRCS+= ecx_exch.c ecdh_exch.c | SRCS+= ecx_exch.c ecdh_exch.c | ||||
| SRCS+= kdf_exch.c | SRCS+= kdf_exch.c | ||||
| # providers/implementations/kdfs | # providers/implementations/kdfs | ||||
| SRCS+= argon2.c hkdf.c hmacdrbg_kdf.c kbkdf.c krb5kdf.c | SRCS+= argon2.c hkdf.c hmacdrbg_kdf.c kbkdf.c krb5kdf.c | ||||
| SRCS+= pbkdf1.c pbkdf2.c pbkdf2_fips.c | SRCS+= pbkdf2.c pbkdf2_fips.c | ||||
| SRCS+= pkcs12kdf.c pvkkdf.c scrypt.c sskdf.c sshkdf.c tls1_prf.c x942kdf.c | SRCS+= pkcs12kdf.c scrypt.c sskdf.c sshkdf.c tls1_prf.c x942kdf.c | ||||
| # providers/implementations/kem | # providers/implementations/kem | ||||
| SRCS+= ec_kem.c ecx_kem.c kem_util.c ml_kem_kem.c mlx_kem.c rsa_kem.c | SRCS+= ec_kem.c ecx_kem.c kem_util.c ml_kem_kem.c mlx_kem.c rsa_kem.c | ||||
| # providers/implementations/keymgmt | # providers/implementations/keymgmt | ||||
| SRCS+= dh_kmgmt.c dsa_kmgmt.c ec_kmgmt.c ecx_kmgmt.c kdf_legacy_kmgmt.c | 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+= mac_legacy_kmgmt.c ml_dsa_kmgmt.c ml_kem_kmgmt.c mlx_kmgmt.c rsa_kmgmt.c | ||||
| SRCS+= slh_dsa_kmgmt.c | SRCS+= slh_dsa_kmgmt.c | ||||
| # providers/implementations/macs | # providers/implementations/macs | ||||
| SRCS+= gmac_prov.c hmac_prov.c kmac_prov.c | SRCS+= gmac_prov.c hmac_prov.c kmac_prov.c | ||||
| SRCS+= blake2b_mac.c blake2s_mac.c | SRCS+= blake2b_mac.c blake2s_mac.c | ||||
| SRCS+= cmac_prov.c | SRCS+= cmac_prov.c | ||||
| SRCS+= poly1305_prov.c | SRCS+= poly1305_prov.c | ||||
| SRCS+= siphash_prov.c | SRCS+= siphash_prov.c | ||||
| # providers/implementations/rands | # providers/implementations/rands | ||||
| SRCS+= drbg.c drbg_ctr.c drbg_hash.c drbg_hmac.c test_rng.c | SRCS+= drbg.c drbg_ctr.c drbg_hash.c drbg_hmac.c test_rng.c | ||||
| SRCS+= seed_src.c | SRCS+= seed_src.c | ||||
| SRCS+= seed_src_jitter.c | |||||
| # providers/implementations/rands/seeding | # providers/implementations/rands/seeding | ||||
| SRCS+= rand_cpu_x86.c rand_tsc.c rand_unix.c rand_win.c | SRCS+= rand_cpu_x86.c rand_tsc.c rand_unix.c rand_win.c | ||||
| # providers/implementations/signature | # providers/implementations/signature | ||||
| SRCS+= dsa_sig.c eddsa_sig.c ecdsa_sig.c mac_legacy_sig.c ml_dsa_sig.c | 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 | SRCS+= rsa_sig.c slh_dsa_sig.c | ||||
| # providers/implementations/skeymgmt | # providers/implementations/skeymgmt | ||||
| SRCS+= aes_skmgmt.c generic.c | SRCS+= aes_skmgmt.c generic.c | ||||
| # providers/implementations/storemgmt | # providers/implementations/storemgmt | ||||
| SRCS+= file_store.c file_store_any2obj.c | SRCS+= file_store.c file_store_any2obj.c | ||||
| # rand | # rand | ||||
| SRCS+= prov_seed.c rand_deprecated.c rand_egd.c rand_err.c rand_lib.c | SRCS+= prov_seed.c rand_deprecated.c rand_err.c rand_lib.c | ||||
| SRCS+= rand_meth.c rand_pool.c rand_uniform.c randfile.c | SRCS+= rand_meth.c rand_pool.c rand_uniform.c randfile.c | ||||
| # rc2 | # rc2 | ||||
| SRCS+= rc2_cbc.c rc2_ecb.c rc2_skey.c rc2cfb64.c rc2ofb64.c | SRCS+= rc2_cbc.c rc2_ecb.c rc2_skey.c rc2cfb64.c rc2ofb64.c | ||||
| # rc4 | # rc4 | ||||
| .if defined(ASM_amd64) | .if defined(ASM_amd64) | ||||
| SRCS+= rc4-md5-x86_64.S rc4-x86_64.S | SRCS+= rc4-md5-x86_64.S rc4-x86_64.S | ||||
| ▲ Show 20 Lines • Show All 57 Lines • ▼ Show 20 Lines | |||||
| # stack | # stack | ||||
| SRCS+= stack.c | SRCS+= stack.c | ||||
| # store | # store | ||||
| SRCS+= store_err.c store_init.c store_lib.c store_meth.c store_register.c | SRCS+= store_err.c store_init.c store_lib.c store_meth.c store_register.c | ||||
| SRCS+= store_result.c store_strings.c | SRCS+= store_result.c store_strings.c | ||||
| # thread | # thread | ||||
| SRCS+= api.c arch.c arch/thread_win.c arch/thread_posix.c arch/thread_none.c internal.c | SRCS+= api.c arch.c internal.c | ||||
| SRCS+= thread_none.c | |||||
| SRCS+= thread_posix.c | |||||
| SRCS+= thread_win.c | |||||
| # ts | # ts | ||||
| SRCS+= ts_asn1.c ts_conf.c ts_err.c ts_lib.c ts_req_print.c ts_req_utils.c | 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_rsp_print.c ts_rsp_sign.c ts_rsp_utils.c ts_rsp_verify.c | ||||
| SRCS+= ts_verify_ctx.c | SRCS+= ts_verify_ctx.c | ||||
| # txt_db | # txt_db | ||||
| SRCS+= txt_db.c | SRCS+= txt_db.c | ||||
| Show All 30 Lines | |||||
| SRCS+= v3_soa_id.c v3_no_ass.c v3_group_ac.c v3_single_use.c v3_ind_iss.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+= 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_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+= v3_rolespec.c v3_attrdesc.c v3_timespec.c v3_attrmap.c v3_aaa.c | ||||
| SRCS+= x509type.c | SRCS+= x509type.c | ||||
| INCS= aes.h asn1.h asn1err.h asn1t.h async.h asyncerr.h bio.h | 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+= 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+= cast.h cmac.h cmp.h cmp_util.h cmperr.h cms.h cmserr.h comp.h comperr.h conf.h | ||||
| INCS+= conferr.h configuration.h conftypes.h core.h core_dispatch.h core_names.h core_object.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+= 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+= decoder.h decodererr.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+= der_digests.h | ||||
Done Inline ActionsThis section rendered oddly in Phabricator. It looks correct on the branch. ngie: This section rendered oddly in Phabricator. It looks correct on the branch. | |||||
| 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 | |||||
| INCS+= des.h dh.h dherr.h dsa.h | |||||
| INCS+= dsaerr.h | |||||
| INCS+= 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+= 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+= 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+= 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+= 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+= 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+= 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+= 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+= tserr.h txt_db.h types.h ui.h uierr.h whrlpool.h x509.h x509_vfy.h x509err.h | ||||
| ▲ Show 20 Lines • Show All 121 Lines • ▼ Show 20 Lines | .PATH: ${LCRYPTO_SRC}/include/openssl \ | ||||
| ${LCRYPTO_SRC}/crypto/slh_dsa \ | ${LCRYPTO_SRC}/crypto/slh_dsa \ | ||||
| ${LCRYPTO_SRC}/crypto/sm2 \ | ${LCRYPTO_SRC}/crypto/sm2 \ | ||||
| ${LCRYPTO_SRC}/crypto/sm3 \ | ${LCRYPTO_SRC}/crypto/sm3 \ | ||||
| ${LCRYPTO_SRC}/crypto/sm4 \ | ${LCRYPTO_SRC}/crypto/sm4 \ | ||||
| ${LCRYPTO_SRC}/crypto/srp \ | ${LCRYPTO_SRC}/crypto/srp \ | ||||
| ${LCRYPTO_SRC}/crypto/stack \ | ${LCRYPTO_SRC}/crypto/stack \ | ||||
| ${LCRYPTO_SRC}/crypto/store \ | ${LCRYPTO_SRC}/crypto/store \ | ||||
| ${LCRYPTO_SRC}/crypto/thread \ | ${LCRYPTO_SRC}/crypto/thread \ | ||||
| ${LCRYPTO_SRC}/crypto/thread/arch \ | |||||
| ${LCRYPTO_SRC}/crypto/ts \ | ${LCRYPTO_SRC}/crypto/ts \ | ||||
| ${LCRYPTO_SRC}/crypto/txt_db \ | ${LCRYPTO_SRC}/crypto/txt_db \ | ||||
| ${LCRYPTO_SRC}/crypto/ui \ | ${LCRYPTO_SRC}/crypto/ui \ | ||||
| ${LCRYPTO_SRC}/crypto/whrlpool \ | ${LCRYPTO_SRC}/crypto/whrlpool \ | ||||
| ${LCRYPTO_SRC}/crypto/x509 \ | ${LCRYPTO_SRC}/crypto/x509 \ | ||||
| ${LCRYPTO_SRC}/crypto/x509v3 \ | ${LCRYPTO_SRC}/crypto/x509v3 \ | ||||
| ${LCRYPTO_SRC}/providers \ | ${LCRYPTO_SRC}/providers \ | ||||
| ${LCRYPTO_SRC}/providers/common \ | ${LCRYPTO_SRC}/providers/common \ | ||||
| ${LCRYPTO_SRC}/providers/common/der \ | ${LCRYPTO_SRC}/providers/common/der \ | ||||
| ${LCRYPTO_SRC}/providers/common/include/prov \ | |||||
| ${LCRYPTO_SRC}/providers/implementations/asymciphers \ | ${LCRYPTO_SRC}/providers/implementations/asymciphers \ | ||||
| ${LCRYPTO_SRC}/providers/implementations/ciphers \ | ${LCRYPTO_SRC}/providers/implementations/ciphers \ | ||||
| ${LCRYPTO_SRC}/providers/implementations/digests \ | ${LCRYPTO_SRC}/providers/implementations/digests \ | ||||
| ${LCRYPTO_SRC}/providers/implementations/encode_decode \ | ${LCRYPTO_SRC}/providers/implementations/encode_decode \ | ||||
| ${LCRYPTO_SRC}/providers/implementations/exchange \ | ${LCRYPTO_SRC}/providers/implementations/exchange \ | ||||
| ${LCRYPTO_SRC}/providers/implementations/kdfs \ | ${LCRYPTO_SRC}/providers/implementations/kdfs \ | ||||
| ${LCRYPTO_SRC}/providers/implementations/kem \ | ${LCRYPTO_SRC}/providers/implementations/kem \ | ||||
| ${LCRYPTO_SRC}/providers/implementations/keymgmt \ | ${LCRYPTO_SRC}/providers/implementations/keymgmt \ | ||||
| ${LCRYPTO_SRC}/providers/implementations/macs \ | ${LCRYPTO_SRC}/providers/implementations/macs \ | ||||
| ${LCRYPTO_SRC}/providers/implementations/rands \ | ${LCRYPTO_SRC}/providers/implementations/rands \ | ||||
| ${LCRYPTO_SRC}/providers/implementations/rands/seeding \ | ${LCRYPTO_SRC}/providers/implementations/rands/seeding \ | ||||
| ${LCRYPTO_SRC}/providers/implementations/signature \ | ${LCRYPTO_SRC}/providers/implementations/signature \ | ||||
| ${LCRYPTO_SRC}/providers/implementations/skeymgmt \ | ${LCRYPTO_SRC}/providers/implementations/skeymgmt \ | ||||
| ${LCRYPTO_SRC}/providers/implementations/storemgmt \ | ${LCRYPTO_SRC}/providers/implementations/storemgmt \ | ||||
| ${LCRYPTO_SRC}/ssl \ | ${LCRYPTO_SRC}/ssl \ | ||||
| ${LCRYPTO_SRC}/ssl/record \ | ${LCRYPTO_SRC}/ssl/record \ | ||||
| ${LCRYPTO_SRC}/ssl/record/methods | ${LCRYPTO_SRC}/ssl/record/methods \ | ||||
These SRCS (in the file and elsewhere) were removed because they're technically legacy algorithms and should not be in the base/default provider.