The branch main has been updated by khorben: URL: https://cgit.FreeBSD.org/src/commit/?id=e7be843b4a162e68651d3911f0357ed464915629
commit e7be843b4a162e68651d3911f0357ed464915629 Merge: d0ff5773cefa 1095efe41fee Author: Pierre Pronchery <khor...@freebsd.org> AuthorDate: 2025-08-07 13:50:32 +0000 Commit: Pierre Pronchery <khor...@freebsd.org> CommitDate: 2025-08-07 13:50:32 +0000 Merge commit '1095efe41feed8ea5a6fe5ca123c347ae0914801' Approved by: philip (mentor) Sponsored by: Alpha-Omega Beach Cleaning Project Sponsored by: The FreeBSD Foundation crypto/openssl/ACKNOWLEDGEMENTS.md | 4 +- crypto/openssl/AUTHORS.md | 2 + crypto/openssl/CHANGES.md | 1735 +- crypto/openssl/CODE-OF-CONDUCT.md | 6 + crypto/openssl/CONTRIBUTING.md | 10 +- .../openssl/Configurations/00-base-templates.conf | 73 +- crypto/openssl/Configurations/10-main.conf | 236 +- crypto/openssl/Configurations/15-android.conf | 7 + crypto/openssl/Configurations/15-ios.conf | 37 +- crypto/openssl/Configurations/50-cppbuilder.conf | 59 + crypto/openssl/Configurations/50-nonstop.conf | 98 +- crypto/openssl/Configurations/50-win-clang-cl.conf | 36 + .../openssl/Configurations/50-win-hybridcrt.conf | 37 + crypto/openssl/Configurations/50-win-onecore.conf | 9 +- crypto/openssl/Configurations/README.md | 17 +- crypto/openssl/Configurations/descrip.mms.tmpl | 180 +- crypto/openssl/Configurations/platform/AIX.pm | 22 +- crypto/openssl/Configurations/platform/Unix.pm | 4 +- crypto/openssl/Configurations/shared-info.pl | 8 +- crypto/openssl/Configurations/unix-Makefile.tmpl | 338 +- .../openssl/Configurations/windows-makefile.tmpl | 61 +- crypto/openssl/Configure | 243 +- crypto/openssl/HACKING.md | 87 +- crypto/openssl/INSTALL.md | 322 +- crypto/openssl/NEWS.md | 438 +- crypto/openssl/NOTES-ANDROID.md | 14 +- crypto/openssl/NOTES-ANSI.md | 33 + crypto/openssl/NOTES-NONSTOP.md | 63 +- crypto/openssl/NOTES-PERL.md | 6 +- crypto/openssl/NOTES-POSIX.md | 20 + crypto/openssl/NOTES-UNIX.md | 4 +- crypto/openssl/NOTES-VALGRIND.md | 16 +- crypto/openssl/NOTES-WINDOWS.md | 77 +- crypto/openssl/README-ENGINES.md | 67 +- crypto/openssl/README-FIPS.md | 79 +- crypto/openssl/README-PROVIDERS.md | 14 +- crypto/openssl/README-QUIC.md | 108 + crypto/openssl/README.md | 92 +- crypto/openssl/VERSION.dat | 6 +- crypto/openssl/apps/CA.pl.in | 260 +- crypto/openssl/apps/asn1parse.c | 20 +- crypto/openssl/apps/build.info | 2 +- crypto/openssl/apps/ca.c | 180 +- crypto/openssl/apps/ciphers.c | 5 +- crypto/openssl/apps/cmp.c | 1576 +- crypto/openssl/apps/cms.c | 95 +- crypto/openssl/apps/crl.c | 17 +- crypto/openssl/apps/crl2pkcs7.c | 14 +- crypto/openssl/apps/demoSRP/srp_verifier.txt | 4 +- crypto/openssl/apps/dgst.c | 227 +- crypto/openssl/apps/dhparam.c | 48 +- crypto/openssl/apps/dsa.c | 16 +- crypto/openssl/apps/dsaparam.c | 63 +- crypto/openssl/apps/ec.c | 16 +- crypto/openssl/apps/ecparam.c | 43 +- crypto/openssl/apps/enc.c | 225 +- crypto/openssl/apps/engine.c | 16 +- crypto/openssl/apps/fipsinstall.c | 501 +- crypto/openssl/apps/gendsa.c | 18 +- crypto/openssl/apps/genpkey.c | 168 +- crypto/openssl/apps/genrsa.c | 42 +- crypto/openssl/apps/include/apps.h | 63 +- crypto/openssl/apps/include/cmp_mock_srv.h | 8 +- crypto/openssl/apps/include/engine_loader.h | 2 +- crypto/openssl/apps/include/function.h | 2 +- crypto/openssl/apps/include/http_server.h | 42 +- crypto/openssl/apps/include/log.h | 50 + crypto/openssl/apps/include/opt.h | 96 +- crypto/openssl/apps/include/platform.h | 4 +- crypto/openssl/apps/include/s_apps.h | 14 +- crypto/openssl/apps/info.c | 15 +- crypto/openssl/apps/lib/app_libctx.c | 2 +- crypto/openssl/apps/lib/app_provider.c | 77 +- crypto/openssl/apps/lib/app_rand.c | 11 +- crypto/openssl/apps/lib/apps.c | 898 +- crypto/openssl/apps/lib/apps_opt_printf.c | 25 + crypto/openssl/apps/lib/build.info | 4 +- crypto/openssl/apps/lib/cmp_mock_srv.c | 421 +- crypto/openssl/apps/lib/engine_loader.c | 5 +- crypto/openssl/apps/lib/http_server.c | 331 +- crypto/openssl/apps/lib/log.c | 108 + crypto/openssl/apps/lib/names.c | 7 +- crypto/openssl/apps/lib/opt.c | 213 +- crypto/openssl/apps/lib/s_cb.c | 155 +- crypto/openssl/apps/lib/s_socket.c | 91 +- crypto/openssl/apps/lib/tlssrp_depr.c | 8 +- crypto/openssl/apps/lib/vms_term_sock.c | 14 +- crypto/openssl/apps/list.c | 415 +- crypto/openssl/apps/mac.c | 9 +- crypto/openssl/apps/nseq.c | 3 +- crypto/openssl/apps/ocsp.c | 78 +- crypto/openssl/apps/openssl-vms.cnf | 12 +- crypto/openssl/apps/openssl.c | 40 +- crypto/openssl/apps/openssl.cnf | 12 +- crypto/openssl/apps/passwd.c | 18 +- crypto/openssl/apps/pkcs12.c | 210 +- crypto/openssl/apps/pkcs7.c | 18 +- crypto/openssl/apps/pkcs8.c | 31 +- crypto/openssl/apps/pkey.c | 18 +- crypto/openssl/apps/pkeyparam.c | 11 +- crypto/openssl/apps/pkeyutl.c | 296 +- crypto/openssl/apps/prime.c | 43 +- crypto/openssl/apps/progs.pl | 10 +- crypto/openssl/apps/rand.c | 102 +- crypto/openssl/apps/rehash.c | 20 +- crypto/openssl/apps/req.c | 378 +- crypto/openssl/apps/rsa.c | 14 +- crypto/openssl/apps/rsautl.c | 9 +- crypto/openssl/apps/s_client.c | 707 +- crypto/openssl/apps/s_server.c | 267 +- crypto/openssl/apps/s_time.c | 12 +- crypto/openssl/apps/sess_id.c | 3 +- crypto/openssl/apps/skeyutl.c | 135 + crypto/openssl/apps/smime.c | 72 +- crypto/openssl/apps/speed.c | 2084 ++- crypto/openssl/apps/spkac.c | 12 +- crypto/openssl/apps/storeutl.c | 43 +- crypto/openssl/apps/ts.c | 40 +- crypto/openssl/apps/tsget.in | 2 +- crypto/openssl/apps/verify.c | 8 +- crypto/openssl/apps/version.c | 23 +- crypto/openssl/apps/x509.c | 249 +- crypto/openssl/build.info | 49 +- crypto/openssl/configdata.pm.in | 4 +- crypto/openssl/crypto/aes/aes_x86core.c | 8 +- crypto/openssl/crypto/aes/asm/aes-riscv32-zkn.pl | 1089 ++ crypto/openssl/crypto/aes/asm/aes-riscv64-zkn.pl | 594 + .../crypto/aes/asm/aes-riscv64-zvbb-zvkg-zvkned.pl | 710 + .../crypto/aes/asm/aes-riscv64-zvkb-zvkned.pl | 376 + .../openssl/crypto/aes/asm/aes-riscv64-zvkned.pl | 1376 ++ crypto/openssl/crypto/aes/asm/aes-riscv64.pl | 1709 ++ crypto/openssl/crypto/aes/asm/aes-x86_64.pl | 4 +- crypto/openssl/crypto/aes/asm/aesni-sha1-x86_64.pl | 4 +- .../openssl/crypto/aes/asm/aesni-sha256-x86_64.pl | 4 +- crypto/openssl/crypto/aes/asm/aesni-x86.pl | 2 +- crypto/openssl/crypto/aes/asm/aesni-x86_64.pl | 4 +- crypto/openssl/crypto/aes/asm/aesni-xts-avx512.pl | 2872 ++++ crypto/openssl/crypto/aes/asm/aesp8-ppc.pl | 2 +- crypto/openssl/crypto/aes/asm/aesv8-armx.pl | 790 +- crypto/openssl/crypto/aes/asm/bsaes-armv8.pl | 2389 +++ crypto/openssl/crypto/aes/asm/bsaes-x86_64.pl | 7 +- crypto/openssl/crypto/aes/asm/vpaes-armv8.pl | 55 +- crypto/openssl/crypto/aes/asm/vpaes-loongarch64.pl | 1004 ++ crypto/openssl/crypto/aes/asm/vpaes-x86_64.pl | 5 +- crypto/openssl/crypto/aes/build.info | 29 +- crypto/openssl/crypto/aria/aria.c | 2 +- crypto/openssl/crypto/arm64cpuid.pl | 107 +- crypto/openssl/crypto/arm_arch.h | 39 +- crypto/openssl/crypto/armcap.c | 383 +- crypto/openssl/crypto/armv4cpuid.pl | 4 +- crypto/openssl/crypto/asn1/a_bitstr.c | 17 +- crypto/openssl/crypto/asn1/a_d2i_fp.c | 6 +- crypto/openssl/crypto/asn1/a_digest.c | 4 +- crypto/openssl/crypto/asn1/a_dup.c | 10 +- crypto/openssl/crypto/asn1/a_i2d_fp.c | 10 +- crypto/openssl/crypto/asn1/a_int.c | 42 +- crypto/openssl/crypto/asn1/a_mbstr.c | 7 +- crypto/openssl/crypto/asn1/a_object.c | 25 +- crypto/openssl/crypto/asn1/a_sign.c | 40 +- crypto/openssl/crypto/asn1/a_strex.c | 9 +- crypto/openssl/crypto/asn1/a_strnid.c | 16 +- crypto/openssl/crypto/asn1/a_time.c | 26 +- crypto/openssl/crypto/asn1/a_verify.c | 13 +- crypto/openssl/crypto/asn1/ameth_lib.c | 5 +- crypto/openssl/crypto/asn1/asn1_err.c | 6 +- crypto/openssl/crypto/asn1/asn1_gen.c | 34 +- crypto/openssl/crypto/asn1/asn1_item_list.c | 3 +- crypto/openssl/crypto/asn1/asn1_item_list.h | 4 +- crypto/openssl/crypto/asn1/asn1_lib.c | 11 +- crypto/openssl/crypto/asn1/asn1_local.h | 2 + crypto/openssl/crypto/asn1/asn_mime.c | 29 +- crypto/openssl/crypto/asn1/asn_moid.c | 4 +- crypto/openssl/crypto/asn1/asn_mstbl.c | 2 +- crypto/openssl/crypto/asn1/asn_pack.c | 22 +- crypto/openssl/crypto/asn1/bio_asn1.c | 10 +- crypto/openssl/crypto/asn1/bio_ndef.c | 8 +- crypto/openssl/crypto/asn1/d2i_pr.c | 78 +- crypto/openssl/crypto/asn1/f_int.c | 10 +- crypto/openssl/crypto/asn1/f_string.c | 7 +- crypto/openssl/crypto/asn1/i2d_evp.c | 5 +- crypto/openssl/crypto/asn1/p5_pbe.c | 18 +- crypto/openssl/crypto/asn1/p5_pbev2.c | 123 +- crypto/openssl/crypto/asn1/p5_scrypt.c | 99 +- crypto/openssl/crypto/asn1/p8_pkey.c | 28 +- crypto/openssl/crypto/asn1/standard_methods.h | 8 +- crypto/openssl/crypto/asn1/tasn_dec.c | 26 +- crypto/openssl/crypto/asn1/tasn_enc.c | 17 +- crypto/openssl/crypto/asn1/tasn_new.c | 30 +- crypto/openssl/crypto/asn1/tasn_prn.c | 4 +- crypto/openssl/crypto/asn1/tasn_scn.c | 4 +- crypto/openssl/crypto/asn1/tasn_utl.c | 24 +- crypto/openssl/crypto/asn1/x_algor.c | 63 +- crypto/openssl/crypto/asn1/x_info.c | 4 +- crypto/openssl/crypto/asn1/x_int64.c | 12 +- crypto/openssl/crypto/asn1/x_pkey.c | 13 +- crypto/openssl/crypto/async/arch/async_null.c | 17 +- crypto/openssl/crypto/async/arch/async_null.h | 4 +- crypto/openssl/crypto/async/arch/async_posix.c | 82 +- crypto/openssl/crypto/async/arch/async_posix.h | 7 +- crypto/openssl/crypto/async/arch/async_win.c | 17 +- crypto/openssl/crypto/async/arch/async_win.h | 4 +- crypto/openssl/crypto/async/async.c | 20 +- crypto/openssl/crypto/async/async_wait.c | 5 +- crypto/openssl/crypto/bf/bf_local.h | 28 +- crypto/openssl/crypto/bio/bf_buff.c | 13 +- crypto/openssl/crypto/bio/bf_lbuf.c | 14 +- crypto/openssl/crypto/bio/bf_nbio.c | 4 +- crypto/openssl/crypto/bio/bio_addr.c | 121 +- crypto/openssl/crypto/bio/bio_cb.c | 22 +- crypto/openssl/crypto/bio/bio_dump.c | 9 +- crypto/openssl/crypto/bio/bio_err.c | 30 +- crypto/openssl/crypto/bio/bio_lib.c | 142 +- crypto/openssl/crypto/bio/bio_local.h | 32 +- crypto/openssl/crypto/bio/bio_meth.c | 58 +- crypto/openssl/crypto/bio/bio_print.c | 41 +- crypto/openssl/crypto/bio/bio_sock.c | 74 +- crypto/openssl/crypto/bio/bio_sock2.c | 115 +- crypto/openssl/crypto/bio/bss_acpt.c | 16 +- crypto/openssl/crypto/bio/bss_bio.c | 14 +- crypto/openssl/crypto/bio/bss_conn.c | 297 +- crypto/openssl/crypto/bio/bss_core.c | 14 +- crypto/openssl/crypto/bio/bss_dgram.c | 1280 +- crypto/openssl/crypto/bio/bss_dgram_pair.c | 1348 ++ crypto/openssl/crypto/bio/bss_fd.c | 2 +- crypto/openssl/crypto/bio/bss_file.c | 13 +- crypto/openssl/crypto/bio/bss_log.c | 8 +- crypto/openssl/crypto/bio/bss_mem.c | 4 +- crypto/openssl/crypto/bio/bss_sock.c | 82 +- crypto/openssl/crypto/bio/build.info | 2 +- crypto/openssl/crypto/bio/ossl_core_bio.c | 12 +- crypto/openssl/crypto/bn/asm/armv4-gf2m.pl | 5 +- crypto/openssl/crypto/bn/asm/armv4-mont.pl | 5 +- crypto/openssl/crypto/bn/asm/armv8-mont.pl | 1 + crypto/openssl/crypto/bn/asm/mips.pl | 4 +- crypto/openssl/crypto/bn/asm/ppc64-mont-fixed.pl | 583 + .../bn/asm/{rsaz-avx512.pl => rsaz-2k-avx512.pl} | 322 +- crypto/openssl/crypto/bn/asm/rsaz-2k-avxifma.pl | 867 + crypto/openssl/crypto/bn/asm/rsaz-3k-avx512.pl | 883 + crypto/openssl/crypto/bn/asm/rsaz-3k-avxifma.pl | 1091 ++ crypto/openssl/crypto/bn/asm/rsaz-4k-avx512.pl | 939 ++ crypto/openssl/crypto/bn/asm/rsaz-4k-avxifma.pl | 1161 ++ crypto/openssl/crypto/bn/asm/rsaz-avx2.pl | 4 +- crypto/openssl/crypto/bn/asm/rsaz-x86_64.pl | 4 +- crypto/openssl/crypto/bn/asm/sparcv8.S | 8 +- crypto/openssl/crypto/bn/asm/sparcv8plus.S | 6 +- crypto/openssl/crypto/bn/asm/x86_64-mont5.pl | 4 +- crypto/openssl/crypto/bn/bn_asm.c | 7 - crypto/openssl/crypto/bn/bn_blind.c | 6 +- crypto/openssl/crypto/bn/bn_const.c | 2 +- crypto/openssl/crypto/bn/bn_conv.c | 15 +- crypto/openssl/crypto/bn/bn_ctx.c | 12 +- crypto/openssl/crypto/bn/bn_exp.c | 44 +- crypto/openssl/crypto/bn/bn_gcd.c | 69 +- crypto/openssl/crypto/bn/bn_gf2m.c | 20 +- crypto/openssl/crypto/bn/bn_intern.c | 10 +- crypto/openssl/crypto/bn/bn_lib.c | 297 +- crypto/openssl/crypto/bn/bn_local.h | 7 +- crypto/openssl/crypto/bn/bn_mod.c | 9 +- crypto/openssl/crypto/bn/bn_mont.c | 48 +- crypto/openssl/crypto/bn/bn_mul.c | 4 +- crypto/openssl/crypto/bn/bn_nist.c | 8 +- crypto/openssl/crypto/bn/bn_ppc.c | 20 +- crypto/openssl/crypto/bn/bn_prime.c | 17 +- crypto/openssl/crypto/bn/bn_rand.c | 4 +- crypto/openssl/crypto/bn/bn_recp.c | 4 +- crypto/openssl/crypto/bn/bn_rsa_fips186_4.c | 75 +- crypto/openssl/crypto/bn/bn_s390x.c | 161 + crypto/openssl/crypto/bn/build.info | 15 +- crypto/openssl/crypto/bn/rsaz_exp.c | 13 +- crypto/openssl/crypto/bn/rsaz_exp.h | 4 +- crypto/openssl/crypto/bn/rsaz_exp_x2.c | 470 +- crypto/openssl/crypto/buffer/buffer.c | 10 +- crypto/openssl/crypto/build.info | 25 +- crypto/openssl/crypto/camellia/asm/cmll-x86_64.pl | 4 +- crypto/openssl/crypto/cast/cast_local.h | 75 +- crypto/openssl/crypto/chacha/asm/chacha-armv4.pl | 5 +- .../openssl/crypto/chacha/asm/chacha-armv8-sve.pl | 1178 ++ crypto/openssl/crypto/chacha/asm/chacha-armv8.pl | 61 +- .../crypto/chacha/asm/chacha-loongarch64.pl | 1439 ++ .../crypto/chacha/asm/chacha-riscv64-v-zbb.pl | 518 + crypto/openssl/crypto/chacha/asm/chacha-x86_64.pl | 4 +- crypto/openssl/crypto/chacha/asm/chachap10-ppc.pl | 1290 ++ crypto/openssl/crypto/chacha/build.info | 19 +- crypto/openssl/crypto/chacha/chacha_enc.c | 32 +- crypto/openssl/crypto/chacha/chacha_ppc.c | 19 +- crypto/openssl/crypto/chacha/chacha_riscv.c | 63 + crypto/openssl/crypto/cmac/cmac.c | 82 +- crypto/openssl/crypto/cmp/build.info | 11 +- crypto/openssl/crypto/cmp/cmp_asn.c | 695 +- crypto/openssl/crypto/cmp/cmp_client.c | 227 +- crypto/openssl/crypto/cmp/cmp_ctx.c | 475 +- crypto/openssl/crypto/cmp/cmp_err.c | 29 +- crypto/openssl/crypto/cmp/cmp_genm.c | 441 + crypto/openssl/crypto/cmp/cmp_hdr.c | 50 +- crypto/openssl/crypto/cmp/cmp_http.c | 46 +- crypto/openssl/crypto/cmp/cmp_local.h | 112 +- crypto/openssl/crypto/cmp/cmp_msg.c | 269 +- crypto/openssl/crypto/cmp/cmp_protect.c | 115 +- crypto/openssl/crypto/cmp/cmp_server.c | 259 +- crypto/openssl/crypto/cmp/cmp_status.c | 10 +- crypto/openssl/crypto/cmp/cmp_util.c | 8 +- crypto/openssl/crypto/cmp/cmp_vfy.c | 268 +- crypto/openssl/crypto/cms/cms_asn1.c | 6 +- crypto/openssl/crypto/cms/cms_cd.c | 9 +- crypto/openssl/crypto/cms/cms_dd.c | 2 +- crypto/openssl/crypto/cms/cms_dh.c | 14 +- crypto/openssl/crypto/cms/cms_ec.c | 35 +- crypto/openssl/crypto/cms/cms_enc.c | 16 +- crypto/openssl/crypto/cms/cms_env.c | 159 +- crypto/openssl/crypto/cms/cms_err.c | 2 + crypto/openssl/crypto/cms/cms_ess.c | 34 +- crypto/openssl/crypto/cms/cms_io.c | 3 +- crypto/openssl/crypto/cms/cms_kari.c | 4 +- crypto/openssl/crypto/cms/cms_lib.c | 197 +- crypto/openssl/crypto/cms/cms_local.h | 17 +- crypto/openssl/crypto/cms/cms_pwri.c | 76 +- crypto/openssl/crypto/cms/cms_rsa.c | 17 +- crypto/openssl/crypto/cms/cms_sd.c | 320 +- crypto/openssl/crypto/cms/cms_smime.c | 103 +- crypto/openssl/crypto/comp/build.info | 2 + crypto/openssl/crypto/comp/c_brotli.c | 800 + crypto/openssl/crypto/comp/c_zlib.c | 160 +- crypto/openssl/crypto/comp/c_zstd.c | 845 + crypto/openssl/crypto/comp/comp_err.c | 13 + crypto/openssl/crypto/comp/comp_lib.c | 11 +- crypto/openssl/crypto/comp/comp_local.h | 12 +- crypto/openssl/crypto/comp_methods.c | 59 + crypto/openssl/crypto/conf/conf_api.c | 4 +- crypto/openssl/crypto/conf/conf_def.c | 51 +- crypto/openssl/crypto/conf/conf_err.c | 2 +- crypto/openssl/crypto/conf/conf_lib.c | 21 +- crypto/openssl/crypto/conf/conf_mod.c | 176 +- crypto/openssl/crypto/context.c | 633 +- crypto/openssl/crypto/core_algorithm.c | 4 +- crypto/openssl/crypto/core_fetch.c | 7 +- crypto/openssl/crypto/core_namemap.c | 376 +- crypto/openssl/crypto/cpt_err.c | 21 +- crypto/openssl/crypto/cpuid.c | 69 +- crypto/openssl/crypto/crmf/crmf_asn.c | 49 +- crypto/openssl/crypto/crmf/crmf_err.c | 49 +- crypto/openssl/crypto/crmf/crmf_lib.c | 362 +- crypto/openssl/crypto/crmf/crmf_local.h | 58 +- crypto/openssl/crypto/crmf/crmf_pbm.c | 6 +- crypto/openssl/crypto/cryptlib.c | 8 +- crypto/openssl/crypto/ct/ct_b64.c | 6 +- crypto/openssl/crypto/ct/ct_log.c | 38 +- crypto/openssl/crypto/ct/ct_oct.c | 12 +- crypto/openssl/crypto/ct/ct_policy.c | 14 +- crypto/openssl/crypto/ct/ct_sct.c | 16 +- crypto/openssl/crypto/ct/ct_sct_ctx.c | 5 +- crypto/openssl/crypto/ctype.c | 4 +- crypto/openssl/crypto/cversion.c | 71 +- crypto/openssl/crypto/defaults.c | 204 + crypto/openssl/crypto/der_writer.c | 2 +- crypto/openssl/crypto/des/cfb_enc.c | 4 +- crypto/openssl/crypto/des/des_local.h | 58 +- crypto/openssl/crypto/des/set_key.c | 7 +- crypto/openssl/crypto/deterministic_nonce.c | 240 + crypto/openssl/crypto/dh/dh_ameth.c | 12 +- crypto/openssl/crypto/dh/dh_backend.c | 10 +- crypto/openssl/crypto/dh/dh_check.c | 4 +- crypto/openssl/crypto/dh/dh_err.c | 1 + crypto/openssl/crypto/dh/dh_gen.c | 4 + crypto/openssl/crypto/dh/dh_kdf.c | 3 +- crypto/openssl/crypto/dh/dh_key.c | 11 +- crypto/openssl/crypto/dh/dh_lib.c | 22 +- crypto/openssl/crypto/dh/dh_meth.c | 6 +- crypto/openssl/crypto/dh/dh_pmeth.c | 12 +- crypto/openssl/crypto/dllmain.c | 4 +- crypto/openssl/crypto/dsa/dsa_ameth.c | 32 +- crypto/openssl/crypto/dsa/dsa_backend.c | 4 +- crypto/openssl/crypto/dsa/dsa_check.c | 2 +- crypto/openssl/crypto/dsa/dsa_key.c | 142 +- crypto/openssl/crypto/dsa/dsa_lib.c | 30 +- crypto/openssl/crypto/dsa/dsa_local.h | 6 +- crypto/openssl/crypto/dsa/dsa_meth.c | 6 +- crypto/openssl/crypto/dsa/dsa_ossl.c | 49 +- crypto/openssl/crypto/dsa/dsa_pmeth.c | 24 +- crypto/openssl/crypto/dsa/dsa_sign.c | 13 +- crypto/openssl/crypto/dso/dso_dl.c | 16 +- crypto/openssl/crypto/dso/dso_dlfcn.c | 18 +- crypto/openssl/crypto/dso/dso_lib.c | 33 +- crypto/openssl/crypto/dso/dso_local.h | 3 +- crypto/openssl/crypto/dso/dso_vms.c | 46 +- crypto/openssl/crypto/dso/dso_win32.c | 28 +- crypto/openssl/crypto/ec/asm/ecp_nistp384-ppc64.pl | 1532 ++ crypto/openssl/crypto/ec/asm/ecp_nistz256-armv8.pl | 102 +- .../openssl/crypto/ec/asm/ecp_nistz256-x86_64.pl | 6 +- crypto/openssl/crypto/ec/asm/ecp_sm2p256-armv8.pl | 831 + crypto/openssl/crypto/ec/build.info | 72 +- crypto/openssl/crypto/ec/curve25519.c | 116 +- .../openssl/crypto/ec/curve448/arch_32/f_impl32.c | 12 +- .../openssl/crypto/ec/curve448/arch_64/f_impl64.c | 8 +- crypto/openssl/crypto/ec/curve448/curve448.c | 165 +- crypto/openssl/crypto/ec/curve448/curve448_local.h | 13 +- crypto/openssl/crypto/ec/curve448/ed448.h | 2 +- crypto/openssl/crypto/ec/curve448/eddsa.c | 72 +- crypto/openssl/crypto/ec/curve448/f_generic.c | 40 +- crypto/openssl/crypto/ec/curve448/field.h | 24 +- crypto/openssl/crypto/ec/curve448/point_448.h | 4 +- crypto/openssl/crypto/ec/ec2_oct.c | 4 +- crypto/openssl/crypto/ec/ec2_smpl.c | 12 +- crypto/openssl/crypto/ec/ec_ameth.c | 6 +- crypto/openssl/crypto/ec/ec_asn1.c | 54 +- crypto/openssl/crypto/ec/ec_backend.c | 28 +- crypto/openssl/crypto/ec/ec_check.c | 4 +- crypto/openssl/crypto/ec/ec_curve.c | 53 +- crypto/openssl/crypto/ec/ec_deprecated.c | 6 +- crypto/openssl/crypto/ec/ec_key.c | 115 +- crypto/openssl/crypto/ec/ec_kmeth.c | 21 +- crypto/openssl/crypto/ec/ec_lib.c | 78 +- crypto/openssl/crypto/ec/ec_local.h | 40 +- crypto/openssl/crypto/ec/ec_mult.c | 41 +- crypto/openssl/crypto/ec/ec_oct.c | 4 +- crypto/openssl/crypto/ec/ec_pmeth.c | 8 +- crypto/openssl/crypto/ec/ec_print.c | 26 +- crypto/openssl/crypto/ec/ecdh_ossl.c | 17 +- crypto/openssl/crypto/ec/ecdsa_ossl.c | 98 +- crypto/openssl/crypto/ec/eck_prn.c | 4 +- crypto/openssl/crypto/ec/ecp_mont.c | 8 +- crypto/openssl/crypto/ec/ecp_nistp224.c | 24 +- crypto/openssl/crypto/ec/ecp_nistp256.c | 37 +- crypto/openssl/crypto/ec/ecp_nistp384.c | 2033 +++ crypto/openssl/crypto/ec/ecp_nistp521.c | 40 +- crypto/openssl/crypto/ec/ecp_nistz256.c | 176 +- crypto/openssl/crypto/ec/ecp_s390x_nistp.c | 12 +- crypto/openssl/crypto/ec/ecp_sm2p256.c | 790 + crypto/openssl/crypto/ec/ecp_sm2p256_table.c | 16387 +++++++++++++++++++ crypto/openssl/crypto/ec/ecp_smpl.c | 34 +- crypto/openssl/crypto/ec/ecx_backend.c | 24 +- crypto/openssl/crypto/ec/ecx_key.c | 92 +- crypto/openssl/crypto/ec/ecx_meth.c | 67 +- crypto/openssl/crypto/encode_decode/decoder_lib.c | 149 +- crypto/openssl/crypto/encode_decode/decoder_meth.c | 111 +- crypto/openssl/crypto/encode_decode/decoder_pkey.c | 762 +- crypto/openssl/crypto/encode_decode/encoder_lib.c | 191 +- .../openssl/crypto/encode_decode/encoder_local.h | 11 +- crypto/openssl/crypto/encode_decode/encoder_meth.c | 93 +- crypto/openssl/crypto/encode_decode/encoder_pkey.c | 98 +- crypto/openssl/crypto/engine/eng_ctrl.c | 15 +- crypto/openssl/crypto/engine/eng_dyn.c | 12 +- crypto/openssl/crypto/engine/eng_init.c | 18 +- crypto/openssl/crypto/engine/eng_lib.c | 26 +- crypto/openssl/crypto/engine/eng_list.c | 78 +- crypto/openssl/crypto/engine/eng_local.h | 14 +- crypto/openssl/crypto/engine/eng_openssl.c | 10 +- crypto/openssl/crypto/engine/eng_rdrand.c | 18 +- crypto/openssl/crypto/engine/tb_asnmth.c | 19 +- crypto/openssl/crypto/err/build.info | 2 +- crypto/openssl/crypto/err/err.c | 83 +- crypto/openssl/crypto/err/err_all.c | 4 +- crypto/openssl/crypto/err/err_local.h | 15 +- crypto/openssl/crypto/err/err_mark.c | 101 + crypto/openssl/crypto/err/err_save.c | 156 + crypto/openssl/crypto/err/openssl.ec | 2 +- crypto/openssl/crypto/err/openssl.txt | 184 +- crypto/openssl/crypto/ess/ess_lib.c | 119 +- crypto/openssl/crypto/evp/asymcipher.c | 93 +- crypto/openssl/crypto/evp/bio_b64.c | 195 +- crypto/openssl/crypto/evp/bio_enc.c | 12 +- crypto/openssl/crypto/evp/bio_ok.c | 15 +- crypto/openssl/crypto/evp/build.info | 5 +- crypto/openssl/crypto/evp/c_allc.c | 5 +- crypto/openssl/crypto/evp/cmeth_lib.c | 6 +- crypto/openssl/crypto/evp/ctrl_params_translate.c | 529 +- crypto/openssl/crypto/evp/dh_support.c | 7 +- crypto/openssl/crypto/evp/digest.c | 319 +- crypto/openssl/crypto/evp/e_aes.c | 367 +- crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c | 25 +- crypto/openssl/crypto/evp/e_aria.c | 54 +- crypto/openssl/crypto/evp/e_camellia.c | 16 +- crypto/openssl/crypto/evp/e_chacha20_poly1305.c | 33 +- crypto/openssl/crypto/evp/e_des.c | 3 +- crypto/openssl/crypto/evp/e_des3.c | 10 +- crypto/openssl/crypto/evp/e_idea.c | 6 +- crypto/openssl/crypto/evp/e_seed.c | 2 +- crypto/openssl/crypto/evp/e_sm4.c | 219 +- crypto/openssl/crypto/evp/encode.c | 66 +- crypto/openssl/crypto/evp/evp_enc.c | 544 +- crypto/openssl/crypto/evp/evp_err.c | 165 +- crypto/openssl/crypto/evp/evp_fetch.c | 129 +- crypto/openssl/crypto/evp/evp_key.c | 4 +- crypto/openssl/crypto/evp/evp_lib.c | 417 +- crypto/openssl/crypto/evp/evp_local.h | 64 +- crypto/openssl/crypto/evp/evp_pbe.c | 24 +- crypto/openssl/crypto/evp/evp_pkey.c | 29 +- crypto/openssl/crypto/evp/evp_rand.c | 119 +- crypto/openssl/crypto/evp/exchange.c | 73 +- crypto/openssl/crypto/evp/kdf_lib.c | 10 +- crypto/openssl/crypto/evp/kdf_meth.c | 32 +- crypto/openssl/crypto/evp/kem.c | 135 +- crypto/openssl/crypto/evp/keymgmt_lib.c | 10 +- crypto/openssl/crypto/evp/keymgmt_meth.c | 161 +- crypto/openssl/crypto/evp/legacy_blake2.c | 30 +- crypto/openssl/crypto/evp/legacy_sha.c | 7 +- crypto/openssl/crypto/evp/m_sigver.c | 237 +- crypto/openssl/crypto/evp/mac_lib.c | 40 +- crypto/openssl/crypto/evp/mac_meth.c | 60 +- crypto/openssl/crypto/evp/p5_crpt.c | 4 +- crypto/openssl/crypto/evp/p_dec.c | 2 +- crypto/openssl/crypto/evp/p_enc.c | 2 +- crypto/openssl/crypto/evp/p_legacy.c | 19 +- crypto/openssl/crypto/evp/p_lib.c | 179 +- crypto/openssl/crypto/evp/p_open.c | 8 +- crypto/openssl/crypto/evp/p_seal.c | 3 +- crypto/openssl/crypto/evp/p_sign.c | 6 +- crypto/openssl/crypto/evp/p_verify.c | 6 +- crypto/openssl/crypto/evp/pmeth_gn.c | 8 +- crypto/openssl/crypto/evp/pmeth_lib.c | 167 +- crypto/openssl/crypto/evp/s_lib.c | 314 + crypto/openssl/crypto/evp/signature.c | 858 +- crypto/openssl/crypto/evp/skeymgmt_meth.c | 242 + crypto/openssl/crypto/ex_data.c | 46 +- crypto/openssl/crypto/ffc/ffc_backend.c | 12 +- crypto/openssl/crypto/ffc/ffc_key_generate.c | 2 +- crypto/openssl/crypto/ffc/ffc_params.c | 19 +- crypto/openssl/crypto/ffc/ffc_params_generate.c | 25 +- crypto/openssl/crypto/getenv.c | 4 +- crypto/openssl/crypto/hashtable/build.info | 6 + crypto/openssl/crypto/hashtable/hashfunc.c | 23 + crypto/openssl/crypto/hashtable/hashtable.c | 749 + crypto/openssl/crypto/hmac/build.info | 21 +- crypto/openssl/crypto/hmac/hmac.c | 33 +- crypto/openssl/crypto/hmac/hmac_local.h | 45 +- crypto/openssl/crypto/hmac/hmac_s390x.c | 340 + crypto/openssl/crypto/hpke/build.info | 5 + crypto/openssl/crypto/hpke/hpke.c | 1463 ++ crypto/openssl/crypto/hpke/hpke_util.c | 528 + crypto/openssl/crypto/http/build.info | 6 +- crypto/openssl/crypto/http/http_client.c | 270 +- crypto/openssl/crypto/http/http_err.c | 17 +- crypto/openssl/crypto/http/http_lib.c | 24 +- crypto/openssl/crypto/idea/idea_local.h | 39 +- crypto/openssl/crypto/indicator_core.c | 55 + crypto/openssl/crypto/info.c | 75 +- crypto/openssl/crypto/init.c | 52 +- crypto/openssl/crypto/initthread.c | 51 +- crypto/openssl/crypto/lhash/lh_stats.c | 12 +- crypto/openssl/crypto/lhash/lhash.c | 99 +- crypto/openssl/crypto/lhash/lhash_local.h | 6 +- crypto/openssl/crypto/loongarch64cpuid.pl | 112 + crypto/openssl/crypto/loongarch_arch.h | 19 + crypto/openssl/crypto/loongarchcap.c | 17 + crypto/openssl/crypto/md5/asm/md5-aarch64.pl | 715 + crypto/openssl/crypto/md5/asm/md5-loongarch64.pl | 298 + crypto/openssl/crypto/md5/asm/md5-x86_64.pl | 7 +- crypto/openssl/crypto/md5/build.info | 7 + crypto/openssl/crypto/md5/md5_local.h | 6 +- crypto/openssl/crypto/mem.c | 108 +- crypto/openssl/crypto/mem_sec.c | 40 +- crypto/openssl/crypto/ml_dsa/build.info | 10 + crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c | 1019 ++ crypto/openssl/crypto/ml_dsa/ml_dsa_hash.h | 41 + crypto/openssl/crypto/ml_dsa/ml_dsa_key.c | 547 + crypto/openssl/crypto/ml_dsa/ml_dsa_key.h | 56 + crypto/openssl/crypto/ml_dsa/ml_dsa_key_compress.c | 175 + crypto/openssl/crypto/ml_dsa/ml_dsa_local.h | 161 + crypto/openssl/crypto/ml_dsa/ml_dsa_matrix.c | 39 + crypto/openssl/crypto/ml_dsa/ml_dsa_matrix.h | 44 + crypto/openssl/crypto/ml_dsa/ml_dsa_ntt.c | 198 + crypto/openssl/crypto/ml_dsa/ml_dsa_params.c | 108 + crypto/openssl/crypto/ml_dsa/ml_dsa_poly.h | 184 + crypto/openssl/crypto/ml_dsa/ml_dsa_sample.c | 358 + crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c | 433 + .../asn1_mac.h => crypto/ml_dsa/ml_dsa_sign.h} | 9 +- crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h | 257 + crypto/openssl/crypto/ml_kem/build.info | 6 + crypto/openssl/crypto/ml_kem/ml_kem.c | 2050 +++ .../crypto/modes/asm/aes-gcm-armv8-unroll8_64.pl | 7378 +++++++++ .../openssl/crypto/modes/asm/aes-gcm-armv8_64.pl | 63 +- crypto/openssl/crypto/modes/asm/aes-gcm-avx512.pl | 4978 ++++++ crypto/openssl/crypto/modes/asm/aes-gcm-ppc.pl | 1438 ++ .../modes/asm/aes-gcm-riscv64-zvkb-zvkg-zvkned.pl | 975 ++ .../openssl/crypto/modes/asm/aesni-gcm-x86_64.pl | 4 +- .../crypto/modes/asm/ghash-riscv64-zvkb-zvbc.pl | 378 + .../openssl/crypto/modes/asm/ghash-riscv64-zvkg.pl | 169 + crypto/openssl/crypto/modes/asm/ghash-riscv64.pl | 428 + crypto/openssl/crypto/modes/asm/ghash-s390x.pl | 32 +- crypto/openssl/crypto/modes/asm/ghash-x86_64.pl | 6 +- crypto/openssl/crypto/modes/asm/ghashv8-armx.pl | 108 +- crypto/openssl/crypto/modes/build.info | 20 +- crypto/openssl/crypto/modes/gcm128.c | 667 +- crypto/openssl/crypto/modes/ocb128.c | 8 +- crypto/openssl/crypto/modes/siv128.c | 6 +- crypto/openssl/crypto/modes/xts128gb.c | 199 + crypto/openssl/crypto/o_dir.c | 4 +- crypto/openssl/crypto/o_fopen.c | 18 +- crypto/openssl/crypto/o_init.c | 4 +- crypto/openssl/crypto/o_str.c | 108 +- crypto/openssl/crypto/objects/o_names.c | 5 +- crypto/openssl/crypto/objects/obj_dat.c | 447 +- crypto/openssl/crypto/objects/obj_dat.h | 1206 +- crypto/openssl/crypto/objects/obj_dat.pl | 4 +- crypto/openssl/crypto/objects/obj_lib.c | 1 - crypto/openssl/crypto/objects/obj_local.h | 4 +- crypto/openssl/crypto/objects/obj_mac.num | 241 +- crypto/openssl/crypto/objects/obj_xref.c | 171 +- crypto/openssl/crypto/objects/obj_xref.h | 27 +- crypto/openssl/crypto/objects/obj_xref.txt | 19 + crypto/openssl/crypto/objects/objects.txt | 338 +- crypto/openssl/crypto/ocsp/ocsp_ext.c | 5 +- crypto/openssl/crypto/ocsp/ocsp_prn.c | 6 +- crypto/openssl/crypto/ocsp/ocsp_vfy.c | 8 +- crypto/openssl/crypto/ocsp/v3_ocsp.c | 2 +- crypto/openssl/crypto/packet.c | 100 +- crypto/openssl/crypto/param_build.c | 74 +- crypto/openssl/crypto/param_build_set.c | 6 +- crypto/openssl/crypto/params.c | 600 +- crypto/openssl/crypto/params_dup.c | 31 +- crypto/openssl/crypto/params_from_text.c | 119 +- crypto/openssl/crypto/params_idx.c.in | 21 + crypto/openssl/crypto/passphrase.c | 19 +- crypto/openssl/crypto/pem/pem_err.c | 4 +- crypto/openssl/crypto/pem/pem_info.c | 2 +- crypto/openssl/crypto/pem/pem_lib.c | 192 +- crypto/openssl/crypto/pem/pem_pkey.c | 4 +- crypto/openssl/crypto/pem/pem_sign.c | 4 +- crypto/openssl/crypto/pem/pvkfmt.c | 168 +- crypto/openssl/crypto/perlasm/arm-xlate.pl | 62 +- crypto/openssl/crypto/perlasm/ppc-xlate.pl | 19 +- crypto/openssl/crypto/perlasm/riscv.pm | 1053 ++ crypto/openssl/crypto/perlasm/sparcv9_modes.pl | 10 +- crypto/openssl/crypto/perlasm/x86_64-xlate.pl | 228 +- crypto/openssl/crypto/perlasm/x86asm.pl | 2 +- crypto/openssl/crypto/perlasm/x86gas.pl | 3 +- crypto/openssl/crypto/perlasm/x86masm.pl | 3 +- crypto/openssl/crypto/perlasm/x86nasm.pl | 3 +- crypto/openssl/crypto/pkcs12/p12_add.c | 26 +- crypto/openssl/crypto/pkcs12/p12_asn.c | 19 +- crypto/openssl/crypto/pkcs12/p12_attr.c | 18 +- crypto/openssl/crypto/pkcs12/p12_crt.c | 80 +- crypto/openssl/crypto/pkcs12/p12_decr.c | 20 +- crypto/openssl/crypto/pkcs12/p12_init.c | 14 +- crypto/openssl/crypto/pkcs12/p12_key.c | 8 +- crypto/openssl/crypto/pkcs12/p12_kiss.c | 73 +- crypto/openssl/crypto/pkcs12/p12_local.h | 4 +- crypto/openssl/crypto/pkcs12/p12_mutl.c | 317 +- crypto/openssl/crypto/pkcs12/p12_npas.c | 144 +- crypto/openssl/crypto/pkcs12/p12_p8e.c | 1 - crypto/openssl/crypto/pkcs12/p12_sbag.c | 55 +- crypto/openssl/crypto/pkcs12/p12_utl.c | 46 +- crypto/openssl/crypto/pkcs12/pk12err.c | 5 +- crypto/openssl/crypto/pkcs7/bio_pk7.c | 5 - crypto/openssl/crypto/pkcs7/pk7_asn1.c | 3 +- crypto/openssl/crypto/pkcs7/pk7_attr.c | 17 +- crypto/openssl/crypto/pkcs7/pk7_doit.c | 176 +- crypto/openssl/crypto/pkcs7/pk7_lib.c | 53 +- crypto/openssl/crypto/pkcs7/pk7_local.h | 3 +- crypto/openssl/crypto/pkcs7/pk7_smime.c | 114 +- .../openssl/crypto/poly1305/asm/poly1305-armv4.pl | 5 +- .../openssl/crypto/poly1305/asm/poly1305-armv8.pl | 22 +- .../openssl/crypto/poly1305/asm/poly1305-x86_64.pl | 10 +- crypto/openssl/crypto/poly1305/poly1305.c | 4 +- crypto/openssl/crypto/poly1305/poly1305_ieee754.c | 16 +- crypto/openssl/crypto/ppccap.c | 18 +- crypto/openssl/crypto/ppccpuid.pl | 13 +- crypto/openssl/crypto/property/defn_cache.c | 21 +- crypto/openssl/crypto/property/property.c | 187 +- crypto/openssl/crypto/property/property_parse.c | 7 +- crypto/openssl/crypto/property/property_string.c | 145 +- crypto/openssl/crypto/provider.c | 29 +- crypto/openssl/crypto/provider_child.c | 34 +- crypto/openssl/crypto/provider_conf.c | 228 +- crypto/openssl/crypto/provider_core.c | 777 +- crypto/openssl/crypto/punycode.c | 88 +- crypto/openssl/crypto/quic_vlint.c | 81 + crypto/openssl/crypto/rand/build.info | 8 +- crypto/openssl/crypto/rand/prov_seed.c | 72 +- crypto/openssl/crypto/rand/rand_deprecated.c | 4 +- crypto/openssl/crypto/rand/rand_egd.c | 6 +- crypto/openssl/crypto/rand/rand_err.c | 74 +- crypto/openssl/crypto/rand/rand_lib.c | 602 +- crypto/openssl/crypto/rand/rand_pool.c | 61 +- crypto/openssl/crypto/rand/rand_uniform.c | 109 + crypto/openssl/crypto/rand/randfile.c | 6 +- crypto/openssl/crypto/rc2/rc2_local.h | 96 +- crypto/openssl/crypto/rc4/asm/rc4-x86_64.pl | 4 +- crypto/openssl/crypto/rc5/rc5_local.h | 91 +- crypto/openssl/crypto/rcu_internal.h | 22 + crypto/openssl/crypto/riscv32cpuid.pl | 105 + crypto/openssl/crypto/riscv64cpuid.pl | 105 + crypto/openssl/crypto/riscvcap.c | 148 + crypto/openssl/crypto/rsa/rsa_ameth.c | 45 +- crypto/openssl/crypto/rsa/rsa_backend.c | 170 +- crypto/openssl/crypto/rsa/rsa_chk.c | 2 +- crypto/openssl/crypto/rsa/rsa_crpt.c | 4 +- crypto/openssl/crypto/rsa/rsa_gen.c | 409 +- crypto/openssl/crypto/rsa/rsa_lib.c | 119 +- crypto/openssl/crypto/rsa/rsa_local.h | 6 +- crypto/openssl/crypto/rsa/rsa_meth.c | 6 +- crypto/openssl/crypto/rsa/rsa_mp.c | 8 +- crypto/openssl/crypto/rsa/rsa_oaep.c | 38 +- crypto/openssl/crypto/rsa/rsa_ossl.c | 269 +- crypto/openssl/crypto/rsa/rsa_pk1.c | 258 +- crypto/openssl/crypto/rsa/rsa_pmeth.c | 64 +- crypto/openssl/crypto/rsa/rsa_pss.c | 74 +- crypto/openssl/crypto/rsa/rsa_saos.c | 8 +- crypto/openssl/crypto/rsa/rsa_schemes.c | 4 +- crypto/openssl/crypto/rsa/rsa_sign.c | 26 +- crypto/openssl/crypto/rsa/rsa_sp800_56b_check.c | 5 + crypto/openssl/crypto/rsa/rsa_sp800_56b_gen.c | 83 +- crypto/openssl/crypto/rsa/rsa_x931.c | 35 +- crypto/openssl/crypto/rsa/rsa_x931g.c | 9 +- crypto/openssl/crypto/s390x_arch.h | 41 +- crypto/openssl/crypto/s390xcap.c | 68 +- crypto/openssl/crypto/s390xcpuid.pl | 6 +- crypto/openssl/crypto/self_test_core.c | 22 +- crypto/openssl/crypto/sha/asm/keccak1600-armv4.pl | 15 +- crypto/openssl/crypto/sha/asm/keccak1600-armv8.pl | 16 +- crypto/openssl/crypto/sha/asm/keccak1600-ppc64.pl | 72 +- crypto/openssl/crypto/sha/asm/keccak1600-s390x.pl | 4 +- crypto/openssl/crypto/sha/asm/keccak1600-x86_64.pl | 21 +- crypto/openssl/crypto/sha/asm/sha1-armv4-large.pl | 5 +- crypto/openssl/crypto/sha/asm/sha1-armv8.pl | 8 +- crypto/openssl/crypto/sha/asm/sha1-mb-x86_64.pl | 5 +- crypto/openssl/crypto/sha/asm/sha1-x86_64.pl | 4 +- crypto/openssl/crypto/sha/asm/sha256-armv4.pl | 5 +- crypto/openssl/crypto/sha/asm/sha256-mb-x86_64.pl | 4 +- .../asm/sha256-riscv64-zvkb-zvknha_or_zvknhb.pl | 316 + crypto/openssl/crypto/sha/asm/sha512-armv4.pl | 5 +- crypto/openssl/crypto/sha/asm/sha512-armv8.pl | 18 +- .../crypto/sha/asm/sha512-riscv64-zvkb-zvknhb.pl | 264 + crypto/openssl/crypto/sha/asm/sha512-x86_64.pl | 6 +- crypto/openssl/crypto/sha/build.info | 11 +- crypto/openssl/crypto/sha/keccak1600.c | 41 +- crypto/openssl/crypto/sha/sha1dgst.c | 4 +- crypto/openssl/crypto/sha/sha256.c | 107 +- crypto/openssl/crypto/sha/sha3.c | 114 +- crypto/openssl/crypto/sha/sha512.c | 141 +- crypto/openssl/crypto/sha/sha_riscv.c | 43 + crypto/openssl/crypto/siphash/siphash.c | 12 +- crypto/openssl/crypto/sleep.c | 116 + crypto/openssl/crypto/slh_dsa/build.info | 9 + crypto/openssl/crypto/slh_dsa/slh_adrs.c | 184 + crypto/openssl/crypto/slh_dsa/slh_adrs.h | 71 + crypto/openssl/crypto/slh_dsa/slh_dsa.c | 361 + crypto/openssl/crypto/slh_dsa/slh_dsa_hash_ctx.c | 113 + crypto/openssl/crypto/slh_dsa/slh_dsa_key.c | 500 + crypto/openssl/crypto/slh_dsa/slh_dsa_key.h | 50 + crypto/openssl/crypto/slh_dsa/slh_dsa_local.h | 95 + crypto/openssl/crypto/slh_dsa/slh_fors.c | 322 + crypto/openssl/crypto/slh_dsa/slh_hash.c | 287 + crypto/openssl/crypto/slh_dsa/slh_hash.h | 66 + crypto/openssl/crypto/slh_dsa/slh_hypertree.c | 135 + crypto/openssl/crypto/slh_dsa/slh_params.c | 127 + crypto/openssl/crypto/slh_dsa/slh_params.h | 39 + crypto/openssl/crypto/slh_dsa/slh_wots.c | 315 + crypto/openssl/crypto/slh_dsa/slh_xmss.c | 181 + crypto/openssl/crypto/sm2/sm2_crypt.c | 51 +- crypto/openssl/crypto/sm2/sm2_key.c | 2 +- crypto/openssl/crypto/sm2/sm2_sign.c | 48 +- crypto/openssl/crypto/sm3/asm/sm3-armv8.pl | 303 + crypto/openssl/crypto/sm3/asm/sm3-riscv64-zvksh.pl | 228 + crypto/openssl/crypto/sm3/build.info | 26 +- crypto/openssl/crypto/sm3/sm3_local.h | 47 +- crypto/openssl/crypto/sm3/sm3_riscv.c | 29 + crypto/openssl/crypto/sm4/asm/sm4-armv8.pl | 646 + .../openssl/crypto/sm4/asm/sm4-riscv64-zvksed.pl | 298 + crypto/openssl/crypto/sm4/asm/vpsm4-armv8.pl | 1587 ++ crypto/openssl/crypto/sm4/asm/vpsm4_ex-armv8.pl | 1558 ++ crypto/openssl/crypto/sm4/build.info | 40 +- crypto/openssl/crypto/sm4/sm4.c | 189 +- crypto/openssl/crypto/sparse_array.c | 4 +- crypto/openssl/crypto/srp/srp_vfy.c | 16 +- crypto/openssl/{ssl => crypto}/ssl_err.c | 510 +- crypto/openssl/{ssl => crypto}/sslerr.h | 2 +- crypto/openssl/crypto/stack/stack.c | 89 +- crypto/openssl/crypto/store/store_lib.c | 180 +- crypto/openssl/crypto/store/store_local.h | 10 +- crypto/openssl/crypto/store/store_meth.c | 86 +- crypto/openssl/crypto/store/store_register.c | 13 +- crypto/openssl/crypto/store/store_result.c | 41 +- crypto/openssl/crypto/store/store_strings.c | 6 +- crypto/openssl/crypto/thread/api.c | 73 + crypto/openssl/crypto/thread/arch.c | 132 + crypto/openssl/crypto/thread/arch/thread_none.c | 82 + crypto/openssl/crypto/thread/arch/thread_posix.c | 233 + crypto/openssl/crypto/thread/arch/thread_win.c | 599 + crypto/openssl/crypto/thread/build.info | 21 + crypto/openssl/crypto/thread/internal.c | 157 + crypto/openssl/crypto/threads_lib.c | 4 +- crypto/openssl/crypto/threads_none.c | 149 +- crypto/openssl/crypto/threads_pthread.c | 653 +- crypto/openssl/crypto/threads_win.c | 498 +- crypto/openssl/crypto/time.c | 49 + crypto/openssl/crypto/trace.c | 34 +- crypto/openssl/crypto/ts/ts_conf.c | 20 +- crypto/openssl/crypto/ts/ts_local.h | 2 +- crypto/openssl/crypto/ts/ts_req_utils.c | 8 +- crypto/openssl/crypto/ts/ts_rsp_sign.c | 133 +- crypto/openssl/crypto/ts/ts_rsp_utils.c | 22 +- crypto/openssl/crypto/ts/ts_rsp_verify.c | 20 +- crypto/openssl/crypto/ts/ts_verify_ctx.c | 44 +- crypto/openssl/crypto/txt_db/txt_db.c | 3 +- crypto/openssl/crypto/ui/ui_lib.c | 107 +- crypto/openssl/crypto/ui/ui_openssl.c | 2 +- crypto/openssl/crypto/uid.c | 4 +- crypto/openssl/crypto/whrlpool/asm/wp-x86_64.pl | 3 +- crypto/openssl/crypto/whrlpool/wp_dgst.c | 4 +- crypto/openssl/crypto/x509/build.info | 6 +- crypto/openssl/crypto/x509/by_dir.c | 51 +- crypto/openssl/crypto/x509/by_file.c | 119 +- crypto/openssl/crypto/x509/by_store.c | 137 +- crypto/openssl/crypto/x509/ext_dat.h | 26 +- crypto/openssl/crypto/x509/pcy_cache.c | 16 +- crypto/openssl/crypto/x509/pcy_data.c | 3 +- crypto/openssl/crypto/x509/pcy_node.c | 14 +- crypto/openssl/crypto/x509/pcy_tree.c | 14 +- crypto/openssl/crypto/x509/standard_exts.h | 28 +- crypto/openssl/crypto/x509/t_acert.c | 285 + crypto/openssl/crypto/x509/t_x509.c | 98 +- crypto/openssl/crypto/x509/v3_aaa.c | 129 + crypto/openssl/crypto/x509/v3_ac_tgt.c | 243 + crypto/openssl/crypto/x509/v3_addr.c | 94 +- crypto/openssl/crypto/x509/v3_admis.c | 4 +- crypto/openssl/crypto/x509/v3_akid.c | 65 +- crypto/openssl/crypto/x509/v3_asid.c | 24 +- crypto/openssl/crypto/x509/v3_attrdesc.c | 173 + crypto/openssl/crypto/x509/v3_attrmap.c | 117 + crypto/openssl/crypto/x509/v3_audit_id.c | 20 + crypto/openssl/crypto/x509/v3_authattid.c | 80 + crypto/openssl/crypto/x509/v3_battcons.c | 86 + crypto/openssl/crypto/x509/v3_bcons.c | 2 +- crypto/openssl/crypto/x509/v3_bitst.c | 4 +- crypto/openssl/crypto/x509/v3_conf.c | 58 +- crypto/openssl/crypto/x509/v3_cpols.c | 122 +- crypto/openssl/crypto/x509/v3_crld.c | 232 +- crypto/openssl/crypto/x509/v3_extku.c | 28 +- crypto/openssl/crypto/x509/v3_genn.c | 31 +- crypto/openssl/crypto/x509/v3_group_ac.c | 53 + crypto/openssl/crypto/x509/v3_ia5.c | 13 +- crypto/openssl/crypto/x509/v3_ind_iss.c | 53 + crypto/openssl/crypto/x509/v3_info.c | 13 +- crypto/openssl/crypto/x509/v3_iobo.c | 32 + crypto/openssl/crypto/x509/v3_ist.c | 15 +- crypto/openssl/crypto/x509/v3_lib.c | 21 +- crypto/openssl/crypto/x509/v3_ncons.c | 145 +- crypto/openssl/crypto/x509/v3_no_ass.c | 53 + crypto/openssl/crypto/x509/v3_no_rev_avail.c | 53 + crypto/openssl/crypto/x509/v3_pci.c | 27 +- crypto/openssl/crypto/x509/v3_pcia.c | 14 +- crypto/openssl/crypto/x509/v3_pcons.c | 2 +- crypto/openssl/crypto/x509/v3_pmaps.c | 4 +- crypto/openssl/crypto/x509/v3_purp.c | 304 +- crypto/openssl/crypto/x509/v3_rolespec.c | 95 + crypto/openssl/crypto/x509/v3_san.c | 41 +- crypto/openssl/crypto/x509/v3_sda.c | 90 + crypto/openssl/crypto/x509/v3_single_use.c | 53 + crypto/openssl/crypto/x509/v3_skid.c | 2 +- crypto/openssl/crypto/x509/v3_soa_id.c | 53 + crypto/openssl/crypto/x509/v3_sxnet.c | 27 +- crypto/openssl/crypto/x509/v3_timespec.c | 598 + crypto/openssl/crypto/x509/v3_tlsf.c | 6 +- crypto/openssl/crypto/x509/v3_usernotice.c | 94 + crypto/openssl/crypto/x509/v3_utf8.c | 12 +- crypto/openssl/crypto/x509/v3_utl.c | 131 +- crypto/openssl/crypto/x509/v3err.c | 105 +- crypto/openssl/crypto/x509/x509_acert.c | 328 + crypto/openssl/crypto/x509/x509_acert.h | 22 + crypto/openssl/crypto/x509/x509_att.c | 131 +- crypto/openssl/crypto/x509/x509_cmp.c | 38 +- crypto/openssl/crypto/x509/x509_d2.c | 7 +- crypto/openssl/crypto/x509/x509_def.c | 75 +- crypto/openssl/crypto/x509/x509_err.c | 6 +- crypto/openssl/crypto/x509/x509_local.h | 4 +- crypto/openssl/crypto/x509/x509_lu.c | 491 +- crypto/openssl/crypto/x509/x509_meth.c | 4 +- crypto/openssl/crypto/x509/x509_obj.c | 19 +- crypto/openssl/crypto/x509/x509_r2x.c | 2 +- crypto/openssl/crypto/x509/x509_req.c | 100 +- crypto/openssl/crypto/x509/x509_set.c | 98 +- crypto/openssl/crypto/x509/x509_trust.c | 25 +- crypto/openssl/crypto/x509/x509_txt.c | 2 + crypto/openssl/crypto/x509/x509_v3.c | 60 +- crypto/openssl/crypto/x509/x509_vfy.c | 551 +- crypto/openssl/crypto/x509/x509_vpm.c | 41 +- crypto/openssl/crypto/x509/x509aset.c | 177 + crypto/openssl/crypto/x509/x509cset.c | 42 +- crypto/openssl/crypto/x509/x509name.c | 2 +- crypto/openssl/crypto/x509/x509rset.c | 6 +- crypto/openssl/crypto/x509/x509spki.c | 5 +- crypto/openssl/crypto/x509/x_all.c | 114 +- crypto/openssl/crypto/x509/x_attrib.c | 183 +- crypto/openssl/crypto/x509/x_crl.c | 30 +- crypto/openssl/crypto/x509/x_exten.c | 4 +- crypto/openssl/crypto/x509/x_ietfatt.c | 241 + crypto/openssl/crypto/x509/x_name.c | 50 +- crypto/openssl/crypto/x509/x_pubkey.c | 89 +- crypto/openssl/crypto/x509/x_req.c | 4 +- crypto/openssl/crypto/x509/x_x509.c | 6 +- crypto/openssl/crypto/x86_64cpuid.pl | 36 +- crypto/openssl/crypto/x86cpuid.pl | 26 +- crypto/openssl/demos/Makefile | 28 + crypto/openssl/demos/README.txt | 49 +- crypto/openssl/demos/bio/Makefile | 38 +- crypto/openssl/demos/bio/build.info | 29 + crypto/openssl/demos/bio/client-arg.c | 6 +- crypto/openssl/demos/bio/client-conf.c | 7 +- crypto/openssl/demos/bio/saccept.c | 10 +- crypto/openssl/demos/bio/sconnect.c | 19 +- crypto/openssl/demos/build.info | 28 + crypto/openssl/demos/certs/apps/mkacerts.sh | 32 +- crypto/openssl/demos/certs/apps/mkxcerts.sh | 22 +- crypto/openssl/demos/certs/mkcerts.sh | 57 +- crypto/openssl/demos/certs/ocspquery.sh | 17 +- crypto/openssl/demos/certs/ocsprun.sh | 11 +- crypto/openssl/demos/cipher/Makefile | 36 +- crypto/openssl/demos/cipher/aesccm.c | 16 +- crypto/openssl/demos/cipher/aesgcm.c | 18 +- crypto/openssl/demos/cipher/aeskeywrap.c | 17 +- crypto/openssl/demos/cipher/ariacbc.c | 21 +- crypto/openssl/demos/cipher/build.info | 17 + crypto/openssl/demos/cms/Makefile | 45 + crypto/openssl/demos/cms/build.info | 45 + crypto/openssl/demos/cms/cms_comp.c | 8 +- crypto/openssl/demos/cms/cms_ddec.c | 11 +- crypto/openssl/demos/cms/cms_dec.c | 14 +- crypto/openssl/demos/cms/cms_denc.c | 16 +- crypto/openssl/demos/cms/cms_enc.c | 16 +- crypto/openssl/demos/cms/cms_sign.c | 19 +- crypto/openssl/demos/cms/cms_sign2.c | 16 +- crypto/openssl/demos/cms/cms_uncomp.c | 10 +- crypto/openssl/demos/cms/cms_ver.c | 57 +- crypto/openssl/demos/digest/BIO_f_md.c | 42 +- crypto/openssl/demos/digest/EVP_MD_demo.c | 33 +- crypto/openssl/demos/digest/EVP_MD_stdin.c | 30 +- crypto/openssl/demos/digest/EVP_MD_xof.c | 12 +- crypto/openssl/demos/digest/Makefile | 32 +- crypto/openssl/demos/digest/build.info | 20 + crypto/openssl/demos/encode/Makefile | 28 +- crypto/openssl/demos/encode/build.info | 17 + crypto/openssl/demos/encode/ec_encode.c | 20 +- crypto/openssl/demos/encode/rsa_encode.c | 20 +- crypto/openssl/demos/encrypt/Makefile | 29 + crypto/openssl/demos/encrypt/build.info | 11 + crypto/openssl/demos/encrypt/rsa_encrypt.c | 243 + crypto/openssl/demos/encrypt/rsa_encrypt.h | 141 + crypto/openssl/demos/guide/Makefile | 46 + crypto/openssl/demos/guide/README.md | 90 + crypto/openssl/demos/guide/build.info | 43 + crypto/openssl/demos/guide/quic-client-block.c | 342 + crypto/openssl/demos/guide/quic-client-non-block.c | 432 + crypto/openssl/demos/guide/quic-multi-stream.c | 444 + crypto/openssl/demos/guide/quic-server-block.c | 310 + crypto/openssl/demos/guide/quic-server-non-block.c | 495 + crypto/openssl/demos/guide/rootcert.pem | 18 + crypto/openssl/demos/guide/rootkey.pem | 28 + crypto/openssl/demos/guide/servercert.pem | 19 + crypto/openssl/demos/guide/serverkey.pem | 28 + crypto/openssl/demos/guide/tls-client-block.c | 296 + crypto/openssl/demos/guide/tls-client-non-block.c | 376 + crypto/openssl/demos/guide/tls-server-block.c | 284 + crypto/openssl/demos/http3/Makefile | 28 + crypto/openssl/demos/http3/README.md | 39 + crypto/openssl/demos/http3/build.info | 20 + crypto/openssl/demos/http3/gen_nghttp3.pl | 37 + .../openssl/demos/http3/ossl-nghttp3-demo-server.c | 1385 ++ crypto/openssl/demos/http3/ossl-nghttp3-demo.c | 150 + crypto/openssl/demos/http3/ossl-nghttp3.c | 743 + crypto/openssl/demos/http3/ossl-nghttp3.h | 111 + crypto/openssl/demos/kdf/Makefile | 31 +- crypto/openssl/demos/kdf/argon2.c | 156 + crypto/openssl/demos/kdf/build.info | 26 + crypto/openssl/demos/kdf/hkdf.c | 10 +- crypto/openssl/demos/kdf/pbkdf2.c | 12 +- crypto/openssl/demos/kdf/scrypt.c | 10 +- crypto/openssl/demos/keyexch/Makefile | 30 + crypto/openssl/demos/keyexch/build.info | 11 + crypto/openssl/demos/keyexch/ecdh.c | 221 + *** 8016 LINES SKIPPED ***