]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
openssl: Vendor import of OpenSSL-3.0.8
authorEnji Cooper <ngie@FreeBSD.org>
Wed, 1 Mar 2023 04:21:31 +0000 (20:21 -0800)
committerEnji Cooper <ngie@FreeBSD.org>
Mon, 6 Mar 2023 20:41:29 +0000 (12:41 -0800)
commite4520c8bd1d300a7a338d0ed4af171a2d0e583ef
tree26fed32699a59a50cfbc90a2eb4dac39b498d9ae
parent3c320f4e5ee3d575d48eee7edddbafa059bce3c9
openssl: Vendor import of OpenSSL-3.0.8

Summary:

Release notes can be found at
https://www.openssl.org/news/openssl-3.0-notes.html .

Obtained from:  https://www.openssl.org/source/openssl-3.0.8.tar.gz
Differential Revision: https://reviews.freebsd.org/D38835

Test Plan:
```
$ git status
On branch vendor/openssl-3.0
nothing to commit, working tree clean
$ (cd ..; fetch http://www.openssl.org/source/openssl-${OSSLVER}.tar.gz http://www.openssl.org/source/openssl-${OSSLVER}.tar.gz.asc)
openssl-3.0.8.tar.gz                                    14 MB 4507 kBps    04s
openssl-3.0.8.tar.gz.asc                               833  B   10 MBps    00s
$ set | egrep '(XLIST|OSSLVER)='
OSSLVER=3.0.8
XLIST=FREEBSD-Xlist
$ gpg --list-keys
/home/ngie/.gnupg/pubring.kbx
-----------------------------
pub   rsa4096 2014-10-04 [SC]
      7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C
uid           [ unknown] Richard Levitte <richard@levitte.org>
uid           [ unknown] Richard Levitte <levitte@lp.se>
uid           [ unknown] Richard Levitte <levitte@openssl.org>
sub   rsa4096 2014-10-04 [E]

$ gpg --verify openssl-${OSSLVER}.tar.gz.asc openssl-${OSSLVER}.tar.gz
gpg: Signature made Tue Feb  7 05:43:55 2023 PST
gpg:                using RSA key 7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C
gpg: Good signature from "Richard Levitte <richard@levitte.org>" [unknown]
gpg:                 aka "Richard Levitte <levitte@lp.se>" [unknown]
gpg:                 aka "Richard Levitte <levitte@openssl.org>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 7953 AC1F BC3D C8B3 B292  393E D5E9 E43F 7DF9 EE8C
$ (cd vendor.checkout/; git status; find . -type f -or -type l | cut -c 3- | sort > ../old)
On branch vendor/openssl-3.0
nothing to commit, working tree clean
$ tar -x -X $XLIST -f ../openssl-${OSSLVER}.tar.gz -C ..
$ rsync --exclude FREEBSD.* --delete -avzz ../openssl-${OSSLVER}/* .
$ cat .git
gitdir: /home/ngie/git/freebsd-src/.git/worktrees/vendor.checkout
$ diff -arq ../openssl-3.0.8  .
Only in .: .git
Only in .: FREEBSD-Xlist
Only in .: FREEBSD-upgrade
$ git status FREEBSD*
On branch vendor/openssl-3.0
nothing to commit, working tree clean
$
```

Reviewers: emaste, jkim

Subscribers: imp, andrew, dab

Differential Revision: https://reviews.freebsd.org/D38835
2833 files changed:
ACKNOWLEDGEMENTS [deleted file]
ACKNOWLEDGEMENTS.md [new file with mode: 0644]
AUTHORS [deleted file]
AUTHORS.md [new file with mode: 0644]
CHANGES [deleted file]
CHANGES.md [new file with mode: 0644]
CONTRIBUTING [deleted file]
CONTRIBUTING.md [new file with mode: 0644]
Configure
FAQ [deleted file]
FAQ.md [new file with mode: 0644]
HACKING.md [new file with mode: 0644]
INSTALL [deleted file]
INSTALL.md [new file with mode: 0644]
LICENSE [deleted file]
LICENSE.txt [new file with mode: 0644]
NEWS [deleted file]
NEWS.md [new file with mode: 0644]
NOTES-ANDROID.md [new file with mode: 0644]
NOTES-DJGPP.md [new file with mode: 0644]
NOTES-NONSTOP.md [new file with mode: 0644]
NOTES-PERL.md [new file with mode: 0644]
NOTES-UNIX.md [moved from NOTES.UNIX with 66% similarity]
NOTES-VALGRIND.md [new file with mode: 0644]
NOTES-VMS.md [new file with mode: 0644]
NOTES-WINDOWS.md [new file with mode: 0644]
NOTES.PERL [deleted file]
README [deleted file]
README-ENGINES.md [new file with mode: 0644]
README-FIPS.md [new file with mode: 0644]
README-PROVIDERS.md [new file with mode: 0644]
README.ENGINE [deleted file]
README.FIPS [deleted file]
README.md [new file with mode: 0644]
SUPPORT.md [new file with mode: 0644]
VERSION.dat [new file with mode: 0644]
apps/CA.pl.in
apps/asn1parse.c [moved from apps/asn1pars.c with 97% similarity]
apps/build.info
apps/ca.c [changed mode: 0755->0644]
apps/ciphers.c
apps/cmp.c [new file with mode: 0644]
apps/cms.c
apps/crl.c
apps/crl2pkcs7.c [moved from apps/crl2p7.c with 94% similarity]
apps/dgst.c
apps/dh1024.pem [deleted file]
apps/dh2048.pem [deleted file]
apps/dh4096.pem [deleted file]
apps/dhparam.c
apps/dsa.c
apps/dsaparam.c
apps/ec.c
apps/ecparam.c
apps/enc.c
apps/engine.c
apps/errstr.c
apps/fipsinstall.c [new file with mode: 0644]
apps/gendsa.c
apps/genpkey.c
apps/genrsa.c
apps/include/__DECC_INCLUDE_EPILOGUE.H [new file with mode: 0644]
apps/include/__DECC_INCLUDE_PROLOGUE.H [new file with mode: 0644]
apps/include/app_libctx.h [new file with mode: 0644]
apps/include/app_params.h [new file with mode: 0644]
apps/include/apps.h [new file with mode: 0644]
apps/include/apps_ui.h [new file with mode: 0644]
apps/include/cmp_mock_srv.h [new file with mode: 0644]
apps/include/ec_common.h [new file with mode: 0644]
apps/include/engine_loader.h [new file with mode: 0644]
apps/include/fmt.h [new file with mode: 0644]
apps/include/function.h [new file with mode: 0644]
apps/include/http_server.h [new file with mode: 0644]
apps/include/names.h [new file with mode: 0644]
apps/include/opt.h [moved from apps/apps.h with 53% similarity]
apps/include/platform.h [new file with mode: 0644]
apps/include/s_apps.h [moved from apps/s_apps.h with 65% similarity]
apps/include/vms_term_sock.h [new file with mode: 0644]
apps/info.c [new file with mode: 0644]
apps/insta.ca.crt [new file with mode: 0644]
apps/kdf.c [new file with mode: 0644]
apps/lib/app_libctx.c [new file with mode: 0644]
apps/lib/app_params.c [new file with mode: 0644]
apps/lib/app_provider.c [new file with mode: 0644]
apps/lib/app_rand.c [moved from apps/app_rand.c with 64% similarity]
apps/lib/app_x509.c [new file with mode: 0644]
apps/lib/apps.c [moved from apps/apps.c with 51% similarity]
apps/lib/apps_ui.c [new file with mode: 0644]
apps/lib/build.info [new file with mode: 0644]
apps/lib/cmp_mock_srv.c [new file with mode: 0644]
apps/lib/columns.c [new file with mode: 0644]
apps/lib/engine.c [new file with mode: 0644]
apps/lib/engine_loader.c [new file with mode: 0644]
apps/lib/fmt.c [new file with mode: 0644]
apps/lib/http_server.c [new file with mode: 0644]
apps/lib/names.c [new file with mode: 0644]
apps/lib/opt.c [moved from apps/opt.c with 59% similarity]
apps/lib/s_cb.c [moved from apps/s_cb.c with 88% similarity]
apps/lib/s_socket.c [moved from apps/s_socket.c with 88% similarity]
apps/lib/tlssrp_depr.c [new file with mode: 0644]
apps/lib/vms_decc_argv.c [new file with mode: 0644]
apps/lib/vms_term_sock.c [new file with mode: 0644]
apps/lib/win32_init.c [new file with mode: 0644]
apps/list.c [new file with mode: 0644]
apps/mac.c [new file with mode: 0644]
apps/nseq.c
apps/ocsp.c
apps/openssl.c
apps/openssl.cnf
apps/passwd.c
apps/pkcs12.c
apps/pkcs7.c
apps/pkcs8.c
apps/pkey.c
apps/pkeyparam.c
apps/pkeyutl.c
apps/prime.c
apps/progs.pl
apps/rand.c
apps/rehash.c
apps/req.c
apps/rsa.c
apps/rsautl.c
apps/s_client.c
apps/s_server.c
apps/s_time.c
apps/sess_id.c
apps/smime.c
apps/speed.c
apps/spkac.c
apps/srp.c
apps/storeutl.c
apps/testdsa.h
apps/testrsa.h
apps/timeouts.h
apps/ts.c
apps/tsget.in
apps/verify.c
apps/version.c
apps/x509.c
appveyor.yml
build.info
config
configdata.pm.in [new file with mode: 0644]
crypto/LPdir_unix.c
crypto/README-sparse_array.md [new file with mode: 0644]
crypto/aes/aes_cbc.c
crypto/aes/aes_cfb.c
crypto/aes/aes_core.c
crypto/aes/aes_ecb.c
crypto/aes/aes_ige.c
crypto/aes/aes_local.h
crypto/aes/aes_misc.c
crypto/aes/aes_ofb.c
crypto/aes/aes_wrap.c
crypto/aes/aes_x86core.c
crypto/aes/asm/aes-586.pl [new file with mode: 0755]
crypto/aes/asm/aes-armv4.pl
crypto/aes/asm/aes-c64xplus.pl
crypto/aes/asm/aes-ia64.S
crypto/aes/asm/aes-mips.pl
crypto/aes/asm/aes-parisc.pl
crypto/aes/asm/aes-ppc.pl
crypto/aes/asm/aes-s390x.pl
crypto/aes/asm/aes-sparcv9.pl
crypto/aes/asm/aes-x86_64.pl [new file with mode: 0755]
crypto/aes/asm/aesfx-sparcv9.pl
crypto/aes/asm/aesni-mb-x86_64.pl
crypto/aes/asm/aesni-sha1-x86_64.pl
crypto/aes/asm/aesni-sha256-x86_64.pl
crypto/aes/asm/aesni-x86.pl
crypto/aes/asm/aesni-x86_64.pl
crypto/aes/asm/aesp8-ppc.pl
crypto/aes/asm/aest4-sparcv9.pl
crypto/aes/asm/aesv8-armx.pl
crypto/aes/asm/bsaes-armv7.pl
crypto/aes/asm/bsaes-x86_64.pl [new file with mode: 0644]
crypto/aes/asm/vpaes-armv8.pl
crypto/aes/asm/vpaes-ppc.pl
crypto/aes/asm/vpaes-x86.pl
crypto/aes/asm/vpaes-x86_64.pl
crypto/aes/build.info
crypto/aria/aria.c
crypto/arm64cpuid.pl
crypto/arm_arch.h
crypto/armcap.c
crypto/armv4cpuid.pl
crypto/asn1/a_bitstr.c
crypto/asn1/a_d2i_fp.c
crypto/asn1/a_digest.c
crypto/asn1/a_dup.c
crypto/asn1/a_gentm.c
crypto/asn1/a_i2d_fp.c
crypto/asn1/a_int.c
crypto/asn1/a_mbstr.c
crypto/asn1/a_object.c
crypto/asn1/a_octet.c
crypto/asn1/a_print.c
crypto/asn1/a_sign.c
crypto/asn1/a_strex.c
crypto/asn1/a_strnid.c
crypto/asn1/a_time.c
crypto/asn1/a_type.c
crypto/asn1/a_utctm.c
crypto/asn1/a_utf8.c
crypto/asn1/a_verify.c
crypto/asn1/ameth_lib.c
crypto/asn1/asn1_err.c
crypto/asn1/asn1_gen.c
crypto/asn1/asn1_item_list.c
crypto/asn1/asn1_item_list.h
crypto/asn1/asn1_lib.c
crypto/asn1/asn1_local.h
crypto/asn1/asn1_parse.c [moved from crypto/asn1/asn1_par.c with 87% similarity]
crypto/asn1/asn_mime.c
crypto/asn1/asn_moid.c
crypto/asn1/asn_mstbl.c
crypto/asn1/asn_pack.c
crypto/asn1/bio_asn1.c
crypto/asn1/bio_ndef.c
crypto/asn1/build.info
crypto/asn1/charmap.h
crypto/asn1/charmap.pl
crypto/asn1/d2i_param.c [new file with mode: 0644]
crypto/asn1/d2i_pr.c
crypto/asn1/d2i_pu.c
crypto/asn1/evp_asn1.c
crypto/asn1/f_int.c
crypto/asn1/f_string.c
crypto/asn1/i2d_evp.c [new file with mode: 0644]
crypto/asn1/i2d_pr.c [deleted file]
crypto/asn1/i2d_pu.c [deleted file]
crypto/asn1/n_pkey.c
crypto/asn1/nsseq.c
crypto/asn1/p5_pbe.c
crypto/asn1/p5_pbev2.c
crypto/asn1/p5_scrypt.c
crypto/asn1/p8_pkey.c
crypto/asn1/standard_methods.h
crypto/asn1/t_bitst.c
crypto/asn1/t_pkey.c
crypto/asn1/t_spki.c
crypto/asn1/tasn_dec.c
crypto/asn1/tasn_enc.c
crypto/asn1/tasn_fre.c
crypto/asn1/tasn_new.c
crypto/asn1/tasn_prn.c
crypto/asn1/tasn_scn.c
crypto/asn1/tasn_typ.c
crypto/asn1/tasn_utl.c
crypto/asn1/tbl_standard.h
crypto/asn1/x_algor.c
crypto/asn1/x_bignum.c
crypto/asn1/x_info.c
crypto/asn1/x_int64.c
crypto/asn1/x_long.c
crypto/asn1/x_pkey.c
crypto/asn1/x_sig.c
crypto/asn1/x_spki.c
crypto/asn1/x_val.c
crypto/asn1_dsa.c [new file with mode: 0644]
crypto/async/arch/async_null.c
crypto/async/arch/async_null.h
crypto/async/arch/async_posix.c
crypto/async/arch/async_posix.h
crypto/async/arch/async_win.h
crypto/async/async.c
crypto/async/async_err.c
crypto/async/async_local.h
crypto/async/async_wait.c
crypto/bf/asm/bf-586.pl
crypto/bf/bf_cfb64.c
crypto/bf/bf_ecb.c
crypto/bf/bf_enc.c
crypto/bf/bf_local.h
crypto/bf/bf_ofb64.c
crypto/bf/bf_pi.h
crypto/bf/bf_skey.c
crypto/bf/build.info
crypto/bio/bf_buff.c
crypto/bio/bf_lbuf.c
crypto/bio/bf_nbio.c
crypto/bio/bf_null.c
crypto/bio/bf_prefix.c [moved from apps/bf_prefix.c with 60% similarity]
crypto/bio/bf_readbuff.c [new file with mode: 0644]
crypto/bio/bio_addr.c [moved from crypto/bio/b_addr.c with 90% similarity]
crypto/bio/bio_cb.c
crypto/bio/bio_dump.c [moved from crypto/bio/b_dump.c with 77% similarity]
crypto/bio/bio_err.c
crypto/bio/bio_lib.c
crypto/bio/bio_local.h
crypto/bio/bio_meth.c
crypto/bio/bio_print.c [moved from crypto/bio/b_print.c with 97% similarity]
crypto/bio/bio_sock.c [moved from crypto/bio/b_sock.c with 75% similarity]
crypto/bio/bio_sock2.c [moved from crypto/bio/b_sock2.c with 74% similarity]
crypto/bio/bss_acpt.c
crypto/bio/bss_bio.c
crypto/bio/bss_conn.c
crypto/bio/bss_core.c [new file with mode: 0644]
crypto/bio/bss_dgram.c
crypto/bio/bss_fd.c
crypto/bio/bss_file.c
crypto/bio/bss_log.c
crypto/bio/bss_mem.c
crypto/bio/bss_null.c
crypto/bio/bss_sock.c
crypto/bio/build.info
crypto/bio/ossl_core_bio.c [new file with mode: 0644]
crypto/blake2/blake2_local.h [deleted file]
crypto/blake2/build.info [deleted file]
crypto/blake2/m_blake2b.c [deleted file]
crypto/blake2/m_blake2s.c [deleted file]
crypto/bn/README.pod
crypto/bn/asm/armv4-gf2m.pl
crypto/bn/asm/armv4-mont.pl
crypto/bn/asm/armv8-mont.pl
crypto/bn/asm/bn-586.pl
crypto/bn/asm/bn-c64xplus.asm
crypto/bn/asm/c64xplus-gf2m.pl
crypto/bn/asm/co-586.pl
crypto/bn/asm/ia64-mont.pl
crypto/bn/asm/ia64.S
crypto/bn/asm/mips-mont.pl
crypto/bn/asm/mips.pl
crypto/bn/asm/parisc-mont.pl
crypto/bn/asm/ppc-mont.pl
crypto/bn/asm/ppc.pl
crypto/bn/asm/ppc64-mont-fixed.pl [new file with mode: 0755]
crypto/bn/asm/ppc64-mont.pl
crypto/bn/asm/rsaz-avx2.pl
crypto/bn/asm/rsaz-avx512.pl [new file with mode: 0644]
crypto/bn/asm/rsaz-x86_64.pl
crypto/bn/asm/s390x-gf2m.pl
crypto/bn/asm/s390x-mont.pl
crypto/bn/asm/s390x.S
crypto/bn/asm/sparct4-mont.pl
crypto/bn/asm/sparcv8.S
crypto/bn/asm/sparcv8plus.S
crypto/bn/asm/sparcv9-gf2m.pl
crypto/bn/asm/sparcv9-mont.pl
crypto/bn/asm/sparcv9a-mont.pl
crypto/bn/asm/via-mont.pl
crypto/bn/asm/vis3-mont.pl
crypto/bn/asm/x86-gf2m.pl
crypto/bn/asm/x86-mont.pl
crypto/bn/asm/x86_64-gcc.c
crypto/bn/asm/x86_64-gf2m.pl
crypto/bn/asm/x86_64-mont.pl
crypto/bn/asm/x86_64-mont5.pl
crypto/bn/bn_add.c
crypto/bn/bn_asm.c
crypto/bn/bn_blind.c
crypto/bn/bn_const.c
crypto/bn/bn_conv.c [new file with mode: 0644]
crypto/bn/bn_ctx.c
crypto/bn/bn_depr.c
crypto/bn/bn_dh.c
crypto/bn/bn_div.c
crypto/bn/bn_err.c
crypto/bn/bn_exp.c
crypto/bn/bn_exp2.c
crypto/bn/bn_gcd.c
crypto/bn/bn_gf2m.c
crypto/bn/bn_intern.c
crypto/bn/bn_kron.c
crypto/bn/bn_lib.c
crypto/bn/bn_local.h
crypto/bn/bn_mod.c
crypto/bn/bn_mont.c
crypto/bn/bn_mpi.c
crypto/bn/bn_mul.c
crypto/bn/bn_nist.c
crypto/bn/bn_ppc.c [new file with mode: 0644]
crypto/bn/bn_prime.c
crypto/bn/bn_prime.h
crypto/bn/bn_prime.pl
crypto/bn/bn_print.c
crypto/bn/bn_rand.c
crypto/bn/bn_recp.c
crypto/bn/bn_rsa_fips186_4.c [new file with mode: 0644]
crypto/bn/bn_shift.c
crypto/bn/bn_sparc.c [new file with mode: 0644]
crypto/bn/bn_sqr.c
crypto/bn/bn_sqrt.c
crypto/bn/bn_srp.c
crypto/bn/bn_word.c
crypto/bn/bn_x931p.c
crypto/bn/build.info
crypto/bn/rsa_sup_mul.c
crypto/bn/rsaz_exp.c
crypto/bn/rsaz_exp.h
crypto/bn/rsaz_exp_x2.c [new file with mode: 0644]
crypto/bsearch.c [new file with mode: 0644]
crypto/buffer/buf_err.c
crypto/buffer/buffer.c
crypto/buffer/build.info
crypto/build.info
crypto/c64xpluscpuid.pl
crypto/camellia/asm/cmll-x86.pl
crypto/camellia/asm/cmll-x86_64.pl
crypto/camellia/asm/cmllt4-sparcv9.pl
crypto/camellia/build.info
crypto/camellia/camellia.c
crypto/camellia/cmll_cbc.c
crypto/camellia/cmll_cfb.c
crypto/camellia/cmll_ctr.c
crypto/camellia/cmll_ecb.c
crypto/camellia/cmll_local.h
crypto/camellia/cmll_misc.c
crypto/camellia/cmll_ofb.c
crypto/cast/asm/cast-586.pl
crypto/cast/build.info
crypto/cast/c_cfb64.c
crypto/cast/c_ecb.c
crypto/cast/c_enc.c
crypto/cast/c_ofb64.c
crypto/cast/c_skey.c
crypto/cast/cast_local.h
crypto/cast/cast_s.h
crypto/chacha/asm/chacha-armv4.pl
crypto/chacha/asm/chacha-armv8.pl
crypto/chacha/asm/chacha-c64xplus.pl
crypto/chacha/asm/chacha-ia64.pl [new file with mode: 0644]
crypto/chacha/asm/chacha-ppc.pl
crypto/chacha/asm/chacha-s390x.pl
crypto/chacha/asm/chacha-x86.pl
crypto/chacha/asm/chacha-x86_64.pl
crypto/chacha/build.info
crypto/chacha/chacha_enc.c
crypto/chacha/chacha_ppc.c [new file with mode: 0644]
crypto/cmac/build.info
crypto/cmac/cm_ameth.c [deleted file]
crypto/cmac/cm_pmeth.c [deleted file]
crypto/cmac/cmac.c
crypto/cmp/build.info [new file with mode: 0644]
crypto/cmp/cmp_asn.c [new file with mode: 0644]
crypto/cmp/cmp_client.c [new file with mode: 0644]
crypto/cmp/cmp_ctx.c [new file with mode: 0644]
crypto/cmp/cmp_err.c [new file with mode: 0644]
crypto/cmp/cmp_hdr.c [new file with mode: 0644]
crypto/cmp/cmp_http.c [new file with mode: 0644]
crypto/cmp/cmp_local.h [new file with mode: 0644]
crypto/cmp/cmp_msg.c [new file with mode: 0644]
crypto/cmp/cmp_protect.c [new file with mode: 0644]
crypto/cmp/cmp_server.c [new file with mode: 0644]
crypto/cmp/cmp_status.c [new file with mode: 0644]
crypto/cmp/cmp_util.c [new file with mode: 0644]
crypto/cmp/cmp_vfy.c [new file with mode: 0644]
crypto/cms/build.info
crypto/cms/cms_asn1.c
crypto/cms/cms_att.c
crypto/cms/cms_cd.c
crypto/cms/cms_dd.c
crypto/cms/cms_dh.c [new file with mode: 0644]
crypto/cms/cms_ec.c [new file with mode: 0644]
crypto/cms/cms_enc.c
crypto/cms/cms_env.c
crypto/cms/cms_err.c
crypto/cms/cms_ess.c
crypto/cms/cms_io.c
crypto/cms/cms_kari.c
crypto/cms/cms_lib.c
crypto/cms/cms_local.h
crypto/cms/cms_pwri.c
crypto/cms/cms_rsa.c [new file with mode: 0644]
crypto/cms/cms_sd.c
crypto/cms/cms_smime.c
crypto/comp/c_zlib.c
crypto/comp/comp_err.c
crypto/comp/comp_lib.c
crypto/comp/comp_local.h
crypto/conf/conf_api.c
crypto/conf/conf_def.c
crypto/conf/conf_def.h
crypto/conf/conf_err.c
crypto/conf/conf_lib.c
crypto/conf/conf_local.h
crypto/conf/conf_mall.c
crypto/conf/conf_mod.c
crypto/conf/conf_sap.c
crypto/conf/conf_ssl.c
crypto/conf/keysets.pl
crypto/context.c [new file with mode: 0644]
crypto/core_algorithm.c [new file with mode: 0644]
crypto/core_fetch.c [new file with mode: 0644]
crypto/core_namemap.c [new file with mode: 0644]
crypto/cpt_err.c
crypto/cpuid.c [new file with mode: 0644]
crypto/crmf/build.info [new file with mode: 0644]
crypto/crmf/crmf_asn.c [new file with mode: 0644]
crypto/crmf/crmf_err.c [new file with mode: 0644]
crypto/crmf/crmf_lib.c [new file with mode: 0644]
crypto/crmf/crmf_local.h [new file with mode: 0644]
crypto/crmf/crmf_pbm.c [new file with mode: 0644]
crypto/cryptlib.c
crypto/ct/ct_b64.c
crypto/ct/ct_err.c
crypto/ct/ct_local.h
crypto/ct/ct_log.c
crypto/ct/ct_oct.c
crypto/ct/ct_policy.c
crypto/ct/ct_prn.c
crypto/ct/ct_sct.c
crypto/ct/ct_sct_ctx.c
crypto/ct/ct_vfy.c
crypto/ct/ct_x509v3.c
crypto/ctype.c
crypto/cversion.c
crypto/der_writer.c [new file with mode: 0644]
crypto/des/asm/crypt586.pl
crypto/des/asm/des-586.pl
crypto/des/asm/des_enc.m4
crypto/des/asm/desboth.pl
crypto/des/asm/dest4-sparcv9.pl
crypto/des/build.info
crypto/des/cbc_cksm.c
crypto/des/cbc_enc.c
crypto/des/cfb64ede.c
crypto/des/cfb64enc.c
crypto/des/cfb_enc.c
crypto/des/des_enc.c
crypto/des/des_local.h
crypto/des/ecb3_enc.c
crypto/des/ecb_enc.c
crypto/des/fcrypt.c
crypto/des/fcrypt_b.c
crypto/des/ncbc_enc.c
crypto/des/ofb64ede.c
crypto/des/ofb64enc.c
crypto/des/ofb_enc.c
crypto/des/pcbc_enc.c
crypto/des/qud_cksm.c
crypto/des/rand_key.c
crypto/des/set_key.c
crypto/des/spr.h
crypto/des/str2key.c
crypto/des/xcbc_enc.c
crypto/dh/build.info
crypto/dh/dh1024.pem [deleted file]
crypto/dh/dh192.pem [deleted file]
crypto/dh/dh2048.pem [deleted file]
crypto/dh/dh4096.pem [deleted file]
crypto/dh/dh512.pem [deleted file]
crypto/dh/dh_ameth.c
crypto/dh/dh_asn1.c
crypto/dh/dh_backend.c [new file with mode: 0644]
crypto/dh/dh_check.c
crypto/dh/dh_depr.c
crypto/dh/dh_err.c
crypto/dh/dh_gen.c
crypto/dh/dh_group_params.c [new file with mode: 0644]
crypto/dh/dh_kdf.c
crypto/dh/dh_key.c
crypto/dh/dh_lib.c
crypto/dh/dh_local.h
crypto/dh/dh_meth.c
crypto/dh/dh_pmeth.c
crypto/dh/dh_prn.c
crypto/dh/dh_rfc5114.c
crypto/dh/dh_rfc7919.c [deleted file]
crypto/dllmain.c
crypto/dsa/build.info
crypto/dsa/dsa_ameth.c
crypto/dsa/dsa_asn1.c
crypto/dsa/dsa_backend.c [new file with mode: 0644]
crypto/dsa/dsa_check.c [new file with mode: 0644]
crypto/dsa/dsa_depr.c
crypto/dsa/dsa_err.c
crypto/dsa/dsa_gen.c
crypto/dsa/dsa_key.c
crypto/dsa/dsa_lib.c
crypto/dsa/dsa_local.h
crypto/dsa/dsa_meth.c
crypto/dsa/dsa_ossl.c
crypto/dsa/dsa_pmeth.c
crypto/dsa/dsa_prn.c
crypto/dsa/dsa_sign.c
crypto/dsa/dsa_vrf.c
crypto/dso/dso_dl.c
crypto/dso/dso_dlfcn.c
crypto/dso/dso_err.c
crypto/dso/dso_lib.c
crypto/dso/dso_local.h
crypto/dso/dso_openssl.c
crypto/ebcdic.c
crypto/ec/asm/ecp_nistp521-ppc64.pl [new file with mode: 0755]
crypto/ec/asm/ecp_nistz256-armv4.pl
crypto/ec/asm/ecp_nistz256-armv8.pl
crypto/ec/asm/ecp_nistz256-ppc64.pl
crypto/ec/asm/ecp_nistz256-sparcv9.pl
crypto/ec/asm/ecp_nistz256-x86.pl
crypto/ec/asm/ecp_nistz256-x86_64.pl
crypto/ec/asm/x25519-ppc64.pl
crypto/ec/asm/x25519-x86_64.pl
crypto/ec/build.info
crypto/ec/curve25519.c
crypto/ec/curve448/arch_32/arch_intrinsics.h
crypto/ec/curve448/arch_32/f_impl.h
crypto/ec/curve448/arch_32/f_impl32.c [moved from crypto/ec/curve448/arch_32/f_impl.c with 87% similarity]
crypto/ec/curve448/arch_64/arch_intrinsics.h [new file with mode: 0644]
crypto/ec/curve448/arch_64/f_impl.h [new file with mode: 0644]
crypto/ec/curve448/arch_64/f_impl64.c [new file with mode: 0644]
crypto/ec/curve448/curve448.c
crypto/ec/curve448/curve448_local.h
crypto/ec/curve448/curve448_tables.c
crypto/ec/curve448/curve448utils.h
crypto/ec/curve448/ed448.h
crypto/ec/curve448/eddsa.c
crypto/ec/curve448/f_generic.c
crypto/ec/curve448/field.h
crypto/ec/curve448/point_448.h
crypto/ec/curve448/scalar.c
crypto/ec/curve448/word.h
crypto/ec/ec2_oct.c
crypto/ec/ec2_smpl.c
crypto/ec/ec_ameth.c
crypto/ec/ec_asn1.c
crypto/ec/ec_backend.c [new file with mode: 0644]
crypto/ec/ec_check.c
crypto/ec/ec_curve.c
crypto/ec/ec_cvt.c
crypto/ec/ec_deprecated.c [new file with mode: 0644]
crypto/ec/ec_err.c
crypto/ec/ec_key.c
crypto/ec/ec_kmeth.c
crypto/ec/ec_lib.c
crypto/ec/ec_local.h
crypto/ec/ec_mult.c
crypto/ec/ec_oct.c
crypto/ec/ec_pmeth.c
crypto/ec/ec_print.c
crypto/ec/ecdh_kdf.c
crypto/ec/ecdh_ossl.c
crypto/ec/ecdsa_ossl.c
crypto/ec/ecdsa_sign.c
crypto/ec/ecdsa_vrf.c
crypto/ec/eck_prn.c
crypto/ec/ecp_mont.c
crypto/ec/ecp_nist.c
crypto/ec/ecp_nistp224.c
crypto/ec/ecp_nistp256.c
crypto/ec/ecp_nistp521.c
crypto/ec/ecp_nistputil.c
crypto/ec/ecp_nistz256.c
crypto/ec/ecp_nistz256_table.c
crypto/ec/ecp_oct.c
crypto/ec/ecp_ppc.c [new file with mode: 0644]
crypto/ec/ecp_s390x_nistp.c [new file with mode: 0644]
crypto/ec/ecp_smpl.c
crypto/ec/ecx_backend.c [new file with mode: 0644]
crypto/ec/ecx_backend.h [new file with mode: 0644]
crypto/ec/ecx_key.c [new file with mode: 0644]
crypto/ec/ecx_meth.c
crypto/ec/ecx_s390x.c [new file with mode: 0644]
crypto/encode_decode/build.info [new file with mode: 0644]
crypto/encode_decode/decoder_err.c [new file with mode: 0644]
crypto/encode_decode/decoder_lib.c [new file with mode: 0644]
crypto/encode_decode/decoder_meth.c [new file with mode: 0644]
crypto/encode_decode/decoder_pkey.c [new file with mode: 0644]
crypto/encode_decode/encoder_err.c [new file with mode: 0644]
crypto/encode_decode/encoder_lib.c [new file with mode: 0644]
crypto/encode_decode/encoder_local.h [new file with mode: 0644]
crypto/encode_decode/encoder_meth.c [new file with mode: 0644]
crypto/encode_decode/encoder_pkey.c [new file with mode: 0644]
crypto/engine/README.md [moved from crypto/engine/README with 95% similarity]
crypto/engine/build.info
crypto/engine/eng_all.c
crypto/engine/eng_cnf.c
crypto/engine/eng_ctrl.c
crypto/engine/eng_dyn.c
crypto/engine/eng_err.c
crypto/engine/eng_fat.c
crypto/engine/eng_init.c
crypto/engine/eng_lib.c
crypto/engine/eng_list.c
crypto/engine/eng_local.h
crypto/engine/eng_openssl.c
crypto/engine/eng_pkey.c
crypto/engine/eng_rdrand.c
crypto/engine/eng_table.c
crypto/engine/tb_asnmth.c
crypto/engine/tb_cipher.c
crypto/engine/tb_dh.c
crypto/engine/tb_digest.c
crypto/engine/tb_dsa.c
crypto/engine/tb_eckey.c
crypto/engine/tb_pkmeth.c
crypto/engine/tb_rand.c
crypto/engine/tb_rsa.c
crypto/err/README [deleted file]
crypto/err/README.md [new file with mode: 0644]
crypto/err/build.info
crypto/err/err.c
crypto/err/err_all.c
crypto/err/err_all_legacy.c [new file with mode: 0644]
crypto/err/err_blocks.c [new file with mode: 0644]
crypto/err/err_local.h [new file with mode: 0644]
crypto/err/err_prn.c
crypto/err/openssl.txt
crypto/ess/build.info [new file with mode: 0644]
crypto/ess/ess_asn1.c [new file with mode: 0644]
crypto/ess/ess_err.c [new file with mode: 0644]
crypto/ess/ess_lib.c [new file with mode: 0644]
crypto/evp/asymcipher.c [new file with mode: 0644]
crypto/evp/bio_b64.c
crypto/evp/bio_enc.c
crypto/evp/bio_md.c
crypto/evp/bio_ok.c
crypto/evp/build.info
crypto/evp/c_allc.c
crypto/evp/c_alld.c
crypto/evp/cmeth_lib.c
crypto/evp/ctrl_params_translate.c [new file with mode: 0644]
crypto/evp/dh_ctrl.c [new file with mode: 0644]
crypto/evp/dh_support.c [new file with mode: 0644]
crypto/evp/digest.c
crypto/evp/dsa_ctrl.c [new file with mode: 0644]
crypto/evp/e_aes.c
crypto/evp/e_aes_cbc_hmac_sha1.c
crypto/evp/e_aes_cbc_hmac_sha256.c
crypto/evp/e_aria.c
crypto/evp/e_bf.c
crypto/evp/e_camellia.c
crypto/evp/e_cast.c
crypto/evp/e_chacha20_poly1305.c
crypto/evp/e_des.c
crypto/evp/e_des3.c
crypto/evp/e_idea.c
crypto/evp/e_null.c
crypto/evp/e_old.c
crypto/evp/e_rc2.c
crypto/evp/e_rc4.c
crypto/evp/e_rc4_hmac_md5.c
crypto/evp/e_rc5.c
crypto/evp/e_seed.c
crypto/evp/e_sm4.c
crypto/evp/e_xcbc_d.c
crypto/evp/ec_ctrl.c [new file with mode: 0644]
crypto/evp/ec_support.c [new file with mode: 0644]
crypto/evp/encode.c
crypto/evp/evp_cnf.c
crypto/evp/evp_enc.c
crypto/evp/evp_err.c
crypto/evp/evp_fetch.c [new file with mode: 0644]
crypto/evp/evp_key.c
crypto/evp/evp_lib.c
crypto/evp/evp_local.h
crypto/evp/evp_pbe.c
crypto/evp/evp_pkey.c
crypto/evp/evp_rand.c [new file with mode: 0644]
crypto/evp/evp_utils.c [new file with mode: 0644]
crypto/evp/exchange.c [new file with mode: 0644]
crypto/evp/kdf_lib.c [new file with mode: 0644]
crypto/evp/kdf_meth.c [new file with mode: 0644]
crypto/evp/kem.c [new file with mode: 0644]
crypto/evp/keymgmt_lib.c [new file with mode: 0644]
crypto/evp/keymgmt_meth.c [new file with mode: 0644]
crypto/evp/legacy_blake2.c [new file with mode: 0644]
crypto/evp/legacy_md2.c [new file with mode: 0644]
crypto/evp/legacy_md4.c [new file with mode: 0644]
crypto/evp/legacy_md5.c [new file with mode: 0644]
crypto/evp/legacy_md5_sha1.c [new file with mode: 0644]
crypto/evp/legacy_mdc2.c [new file with mode: 0644]
crypto/evp/legacy_meth.h [new file with mode: 0644]
crypto/evp/legacy_ripemd.c [new file with mode: 0644]
crypto/evp/legacy_sha.c [new file with mode: 0644]
crypto/evp/legacy_wp.c [new file with mode: 0644]
crypto/evp/m_md2.c [deleted file]
crypto/evp/m_md4.c [deleted file]
crypto/evp/m_md5.c [deleted file]
crypto/evp/m_mdc2.c [deleted file]
crypto/evp/m_null.c
crypto/evp/m_ripemd.c [deleted file]
crypto/evp/m_sha1.c [deleted file]
crypto/evp/m_sha3.c [deleted file]
crypto/evp/m_sigver.c
crypto/evp/m_wp.c [deleted file]
crypto/evp/mac_lib.c [new file with mode: 0644]
crypto/evp/mac_meth.c [new file with mode: 0644]
crypto/evp/names.c
crypto/evp/p5_crpt.c
crypto/evp/p5_crpt2.c
crypto/evp/p_dec.c
crypto/evp/p_enc.c
crypto/evp/p_legacy.c [new file with mode: 0644]
crypto/evp/p_lib.c
crypto/evp/p_open.c
crypto/evp/p_seal.c
crypto/evp/p_sign.c
crypto/evp/p_verify.c
crypto/evp/pbe_scrypt.c
crypto/evp/pmeth_check.c [new file with mode: 0644]
crypto/evp/pmeth_fn.c [deleted file]
crypto/evp/pmeth_gn.c
crypto/evp/pmeth_lib.c
crypto/evp/signature.c [new file with mode: 0644]
crypto/ex_data.c
crypto/ffc/build.info [new file with mode: 0644]
crypto/ffc/ffc_backend.c [new file with mode: 0644]
crypto/ffc/ffc_dh.c [new file with mode: 0644]
crypto/ffc/ffc_key_generate.c [new file with mode: 0644]
crypto/ffc/ffc_key_validate.c [new file with mode: 0644]
crypto/ffc/ffc_params.c [new file with mode: 0644]
crypto/ffc/ffc_params_generate.c [new file with mode: 0644]
crypto/ffc/ffc_params_validate.c [new file with mode: 0644]
crypto/getenv.c
crypto/hmac/build.info
crypto/hmac/hm_ameth.c [deleted file]
crypto/hmac/hm_pmeth.c [deleted file]
crypto/hmac/hmac.c
crypto/hmac/hmac_local.h
crypto/http/build.info [new file with mode: 0644]
crypto/http/http_client.c [new file with mode: 0644]
crypto/http/http_err.c [new file with mode: 0644]
crypto/http/http_lib.c [new file with mode: 0644]
crypto/ia64cpuid.S
crypto/idea/build.info
crypto/idea/i_cbc.c
crypto/idea/i_cfb64.c
crypto/idea/i_ecb.c
crypto/idea/i_ofb64.c
crypto/idea/i_skey.c
crypto/idea/idea_local.h
crypto/info.c [new file with mode: 0644]
crypto/init.c
crypto/initthread.c [new file with mode: 0644]
crypto/kdf/build.info
crypto/kdf/hkdf.c [deleted file]
crypto/kdf/kdf_err.c
crypto/kdf/scrypt.c [deleted file]
crypto/kdf/tls1_prf.c [deleted file]
crypto/lhash/build.info
crypto/lhash/lh_stats.c
crypto/lhash/lhash.c
crypto/lhash/lhash_local.h
crypto/md2/build.info
crypto/md2/md2_dgst.c
crypto/md2/md2_one.c
crypto/md4/build.info
crypto/md4/md4_dgst.c
crypto/md4/md4_local.h
crypto/md4/md4_one.c
crypto/md5/asm/md5-586.pl
crypto/md5/asm/md5-sparcv9.pl
crypto/md5/asm/md5-x86_64.pl
crypto/md5/build.info
crypto/md5/md5_dgst.c
crypto/md5/md5_local.h
crypto/md5/md5_one.c
crypto/md5/md5_sha1.c [moved from crypto/evp/m_md5_sha1.c with 59% similarity]
crypto/mdc2/build.info
crypto/mdc2/mdc2_one.c
crypto/mdc2/mdc2dgst.c
crypto/mem.c
crypto/mem_clr.c
crypto/mem_dbg.c [deleted file]
crypto/mem_sec.c
crypto/mips_arch.h
crypto/modes/asm/aes-gcm-armv8_64.pl [new file with mode: 0755]
crypto/modes/asm/aesni-gcm-x86_64.pl
crypto/modes/asm/ghash-armv4.pl
crypto/modes/asm/ghash-c64xplus.pl
crypto/modes/asm/ghash-ia64.pl
crypto/modes/asm/ghash-parisc.pl
crypto/modes/asm/ghash-s390x.pl
crypto/modes/asm/ghash-sparcv9.pl
crypto/modes/asm/ghash-x86.pl
crypto/modes/asm/ghash-x86_64.pl
crypto/modes/asm/ghashp8-ppc.pl
crypto/modes/asm/ghashv8-armx.pl
crypto/modes/build.info
crypto/modes/cbc128.c
crypto/modes/ccm128.c
crypto/modes/cfb128.c
crypto/modes/ctr128.c
crypto/modes/cts128.c
crypto/modes/gcm128.c
crypto/modes/ocb128.c
crypto/modes/ofb128.c
crypto/modes/siv128.c [new file with mode: 0644]
crypto/modes/wrap128.c
crypto/modes/xts128.c
crypto/o_dir.c
crypto/o_fips.c [deleted file]
crypto/o_fopen.c
crypto/o_init.c
crypto/o_str.c
crypto/o_time.c
crypto/objects/README [deleted file]
crypto/objects/README.md [new file with mode: 0644]
crypto/objects/o_names.c
crypto/objects/obj_compat.h [new file with mode: 0644]
crypto/objects/obj_dat.c
crypto/objects/obj_dat.h
crypto/objects/obj_dat.pl
crypto/objects/obj_err.c
crypto/objects/obj_lib.c
crypto/objects/obj_local.h
crypto/objects/obj_mac.num
crypto/objects/obj_xref.c
crypto/objects/obj_xref.h
crypto/objects/obj_xref.txt
crypto/objects/objects.pl
crypto/objects/objects.txt
crypto/objects/objxref.pl
crypto/ocsp/build.info
crypto/ocsp/ocsp_asn.c
crypto/ocsp/ocsp_cl.c
crypto/ocsp/ocsp_err.c
crypto/ocsp/ocsp_ext.c
crypto/ocsp/ocsp_ht.c [deleted file]
crypto/ocsp/ocsp_http.c [new file with mode: 0644]
crypto/ocsp/ocsp_lib.c
crypto/ocsp/ocsp_local.h
crypto/ocsp/ocsp_prn.c
crypto/ocsp/ocsp_srv.c
crypto/ocsp/ocsp_vfy.c
crypto/ocsp/v3_ocsp.c
crypto/packet.c [moved from ssl/packet.c with 76% similarity]
crypto/param_build.c [new file with mode: 0644]
crypto/param_build_set.c [new file with mode: 0644]
crypto/params.c [new file with mode: 0644]
crypto/params_dup.c [new file with mode: 0644]
crypto/params_from_text.c [new file with mode: 0644]
crypto/pariscid.pl
crypto/passphrase.c [new file with mode: 0644]
crypto/pem/pem_all.c
crypto/pem/pem_err.c
crypto/pem/pem_info.c
crypto/pem/pem_lib.c
crypto/pem/pem_local.h [new file with mode: 0644]
crypto/pem/pem_oth.c
crypto/pem/pem_pk8.c
crypto/pem/pem_pkey.c
crypto/pem/pem_sign.c
crypto/pem/pem_x509.c
crypto/pem/pem_xaux.c
crypto/pem/pvkfmt.c
crypto/perlasm/README [deleted file]
crypto/perlasm/README.md [new file with mode: 0644]
crypto/perlasm/arm-xlate.pl
crypto/perlasm/cbc.pl
crypto/perlasm/ppc-xlate.pl
crypto/perlasm/s390x.pm [new file with mode: 0644]
crypto/perlasm/sparcv9_modes.pl
crypto/perlasm/x86_64-support.pl [new file with mode: 0644]
crypto/perlasm/x86_64-xlate.pl
crypto/perlasm/x86asm.pl
crypto/perlasm/x86gas.pl
crypto/perlasm/x86masm.pl
crypto/perlasm/x86nasm.pl
crypto/pkcs12/p12_add.c
crypto/pkcs12/p12_asn.c
crypto/pkcs12/p12_attr.c
crypto/pkcs12/p12_crpt.c
crypto/pkcs12/p12_crt.c
crypto/pkcs12/p12_decr.c
crypto/pkcs12/p12_init.c
crypto/pkcs12/p12_key.c
crypto/pkcs12/p12_kiss.c
crypto/pkcs12/p12_local.h
crypto/pkcs12/p12_mutl.c
crypto/pkcs12/p12_npas.c
crypto/pkcs12/p12_p8d.c
crypto/pkcs12/p12_p8e.c
crypto/pkcs12/p12_sbag.c
crypto/pkcs12/p12_utl.c
crypto/pkcs12/pk12err.c
crypto/pkcs7/bio_pk7.c
crypto/pkcs7/pk7_asn1.c
crypto/pkcs7/pk7_attr.c
crypto/pkcs7/pk7_doit.c
crypto/pkcs7/pk7_lib.c
crypto/pkcs7/pk7_local.h [new file with mode: 0644]
crypto/pkcs7/pk7_mime.c
crypto/pkcs7/pk7_smime.c
crypto/pkcs7/pkcs7err.c
crypto/poly1305/asm/poly1305-armv4.pl
crypto/poly1305/asm/poly1305-armv8.pl
crypto/poly1305/asm/poly1305-c64xplus.pl
crypto/poly1305/asm/poly1305-ia64.S [new file with mode: 0644]
crypto/poly1305/asm/poly1305-mips.pl
crypto/poly1305/asm/poly1305-ppc.pl
crypto/poly1305/asm/poly1305-ppcfp.pl
crypto/poly1305/asm/poly1305-s390x.pl
crypto/poly1305/asm/poly1305-sparcv9.pl
crypto/poly1305/asm/poly1305-x86.pl
crypto/poly1305/asm/poly1305-x86_64.pl
crypto/poly1305/build.info
crypto/poly1305/poly1305.c
crypto/poly1305/poly1305_ameth.c [deleted file]
crypto/poly1305/poly1305_base2_44.c
crypto/poly1305/poly1305_ieee754.c
crypto/poly1305/poly1305_local.h [deleted file]
crypto/poly1305/poly1305_pmeth.c [deleted file]
crypto/poly1305/poly1305_ppc.c [new file with mode: 0644]
crypto/ppccap.c
crypto/ppccpuid.pl
crypto/property/README.md [new file with mode: 0644]
crypto/property/build.info [new file with mode: 0644]
crypto/property/defn_cache.c [new file with mode: 0644]
crypto/property/property.c [new file with mode: 0644]
crypto/property/property_err.c [new file with mode: 0644]
crypto/property/property_local.h [new file with mode: 0644]
crypto/property/property_parse.c [new file with mode: 0644]
crypto/property/property_query.c [new file with mode: 0644]
crypto/property/property_string.c [new file with mode: 0644]
crypto/provider.c [new file with mode: 0644]
crypto/provider_child.c [new file with mode: 0644]
crypto/provider_conf.c [new file with mode: 0644]
crypto/provider_core.c [new file with mode: 0644]
crypto/provider_local.h [new file with mode: 0644]
crypto/provider_predefined.c [new file with mode: 0644]
crypto/punycode.c [new file with mode: 0644]
crypto/rand/build.info
crypto/rand/drbg_ctr.c [deleted file]
crypto/rand/drbg_lib.c [deleted file]
crypto/rand/prov_seed.c [new file with mode: 0644]
crypto/rand/rand_deprecated.c [new file with mode: 0644]
crypto/rand/rand_egd.c
crypto/rand/rand_err.c
crypto/rand/rand_lib.c
crypto/rand/rand_local.h
crypto/rand/rand_meth.c [new file with mode: 0644]
crypto/rand/rand_pool.c [new file with mode: 0644]
crypto/rand/randfile.c
crypto/rc2/build.info
crypto/rc2/rc2_cbc.c
crypto/rc2/rc2_ecb.c
crypto/rc2/rc2_local.h
crypto/rc2/rc2_skey.c
crypto/rc2/rc2cfb64.c
crypto/rc2/rc2ofb64.c
crypto/rc4/asm/rc4-586.pl
crypto/rc4/asm/rc4-c64xplus.pl
crypto/rc4/asm/rc4-md5-x86_64.pl
crypto/rc4/asm/rc4-parisc.pl
crypto/rc4/asm/rc4-s390x.pl
crypto/rc4/asm/rc4-x86_64.pl
crypto/rc4/build.info
crypto/rc4/rc4_enc.c
crypto/rc4/rc4_local.h
crypto/rc4/rc4_skey.c
crypto/rc5/asm/rc5-586.pl
crypto/rc5/build.info
crypto/rc5/rc5_ecb.c
crypto/rc5/rc5_enc.c
crypto/rc5/rc5_local.h
crypto/rc5/rc5_skey.c
crypto/rc5/rc5cfb64.c
crypto/rc5/rc5ofb64.c
crypto/ripemd/asm/rmd-586.pl
crypto/ripemd/build.info
crypto/ripemd/rmd_dgst.c
crypto/ripemd/rmd_local.h
crypto/ripemd/rmd_one.c
crypto/ripemd/rmdconst.h
crypto/rsa/build.info
crypto/rsa/rsa_acvp_test_params.c [new file with mode: 0644]
crypto/rsa/rsa_ameth.c
crypto/rsa/rsa_asn1.c
crypto/rsa/rsa_backend.c [new file with mode: 0644]
crypto/rsa/rsa_chk.c
crypto/rsa/rsa_crpt.c
crypto/rsa/rsa_depr.c
crypto/rsa/rsa_err.c
crypto/rsa/rsa_gen.c
crypto/rsa/rsa_lib.c
crypto/rsa/rsa_local.h
crypto/rsa/rsa_meth.c
crypto/rsa/rsa_mp.c
crypto/rsa/rsa_mp_names.c [new file with mode: 0644]
crypto/rsa/rsa_none.c
crypto/rsa/rsa_oaep.c
crypto/rsa/rsa_ossl.c
crypto/rsa/rsa_pk1.c
crypto/rsa/rsa_pmeth.c
crypto/rsa/rsa_prn.c
crypto/rsa/rsa_pss.c
crypto/rsa/rsa_saos.c
crypto/rsa/rsa_schemes.c [new file with mode: 0644]
crypto/rsa/rsa_sign.c
crypto/rsa/rsa_sp800_56b_check.c [new file with mode: 0644]
crypto/rsa/rsa_sp800_56b_gen.c [new file with mode: 0644]
crypto/rsa/rsa_ssl.c [deleted file]
crypto/rsa/rsa_x931.c
crypto/rsa/rsa_x931g.c
crypto/s390x_arch.h
crypto/s390xcap.c
crypto/s390xcpuid.pl
crypto/seed/build.info
crypto/seed/seed.c
crypto/seed/seed_cbc.c
crypto/seed/seed_cfb.c
crypto/seed/seed_ecb.c
crypto/seed/seed_local.h
crypto/seed/seed_ofb.c
crypto/self_test_core.c [new file with mode: 0644]
crypto/sha/asm/keccak1600-armv4.pl
crypto/sha/asm/keccak1600-armv8.pl
crypto/sha/asm/keccak1600-avx2.pl
crypto/sha/asm/keccak1600-avx512.pl
crypto/sha/asm/keccak1600-avx512vl.pl
crypto/sha/asm/keccak1600-c64x.pl
crypto/sha/asm/keccak1600-mmx.pl
crypto/sha/asm/keccak1600-ppc64.pl
crypto/sha/asm/keccak1600-s390x.pl
crypto/sha/asm/keccak1600-x86_64.pl
crypto/sha/asm/keccak1600p8-ppc.pl
crypto/sha/asm/sha1-586.pl
crypto/sha/asm/sha1-armv4-large.pl
crypto/sha/asm/sha1-armv8.pl
crypto/sha/asm/sha1-c64xplus.pl
crypto/sha/asm/sha1-ia64.pl
crypto/sha/asm/sha1-mb-x86_64.pl
crypto/sha/asm/sha1-mips.pl
crypto/sha/asm/sha1-parisc.pl
crypto/sha/asm/sha1-ppc.pl
crypto/sha/asm/sha1-s390x.pl
crypto/sha/asm/sha1-sparcv9.pl
crypto/sha/asm/sha1-sparcv9a.pl
crypto/sha/asm/sha1-thumb.pl
crypto/sha/asm/sha1-x86_64.pl
crypto/sha/asm/sha256-586.pl
crypto/sha/asm/sha256-armv4.pl
crypto/sha/asm/sha256-c64xplus.pl
crypto/sha/asm/sha256-mb-x86_64.pl
crypto/sha/asm/sha512-586.pl
crypto/sha/asm/sha512-armv4.pl
crypto/sha/asm/sha512-armv8.pl
crypto/sha/asm/sha512-c64xplus.pl
crypto/sha/asm/sha512-ia64.pl
crypto/sha/asm/sha512-mips.pl
crypto/sha/asm/sha512-parisc.pl
crypto/sha/asm/sha512-ppc.pl
crypto/sha/asm/sha512-s390x.pl
crypto/sha/asm/sha512-sparcv9.pl
crypto/sha/asm/sha512-x86_64.pl
crypto/sha/asm/sha512p8-ppc.pl
crypto/sha/build.info
crypto/sha/keccak1600.c
crypto/sha/sha1_one.c
crypto/sha/sha1dgst.c
crypto/sha/sha256.c
crypto/sha/sha3.c [new file with mode: 0644]
crypto/sha/sha512.c
crypto/sha/sha_local.h
crypto/sha/sha_ppc.c [new file with mode: 0644]
crypto/siphash/build.info
crypto/siphash/siphash.c
crypto/siphash/siphash_ameth.c [deleted file]
crypto/siphash/siphash_local.h [deleted file]
crypto/siphash/siphash_pmeth.c [deleted file]
crypto/sm2/build.info
crypto/sm2/sm2_crypt.c
crypto/sm2/sm2_err.c
crypto/sm2/sm2_key.c [new file with mode: 0644]
crypto/sm2/sm2_pmeth.c [deleted file]
crypto/sm2/sm2_sign.c
crypto/sm3/build.info
crypto/sm3/legacy_sm3.c [new file with mode: 0644]
crypto/sm3/m_sm3.c [deleted file]
crypto/sm3/sm3.c
crypto/sm3/sm3_local.h
crypto/sm4/sm4.c
crypto/sparccpuid.S
crypto/sparcv9cap.c
crypto/sparse_array.c [new file with mode: 0644]
crypto/srp/srp_lib.c
crypto/srp/srp_vfy.c
crypto/stack/build.info
crypto/stack/stack.c
crypto/store/build.info
crypto/store/store_err.c
crypto/store/store_init.c
crypto/store/store_lib.c
crypto/store/store_local.h
crypto/store/store_meth.c [new file with mode: 0644]
crypto/store/store_register.c
crypto/store/store_result.c [new file with mode: 0644]
crypto/store/store_strings.c
crypto/threads_lib.c [new file with mode: 0644]
crypto/threads_none.c
crypto/threads_pthread.c
crypto/trace.c [new file with mode: 0644]
crypto/ts/ts_asn1.c
crypto/ts/ts_conf.c
crypto/ts/ts_err.c
crypto/ts/ts_lib.c
crypto/ts/ts_local.h
crypto/ts/ts_req_print.c
crypto/ts/ts_req_utils.c
crypto/ts/ts_rsp_print.c
crypto/ts/ts_rsp_sign.c
crypto/ts/ts_rsp_utils.c
crypto/ts/ts_rsp_verify.c
crypto/ts/ts_verify_ctx.c
crypto/txt_db/txt_db.c
crypto/ui/ui_err.c
crypto/ui/ui_lib.c
crypto/ui/ui_local.h
crypto/ui/ui_null.c
crypto/ui/ui_openssl.c
crypto/ui/ui_util.c
crypto/uid.c
crypto/vms_rms.h
crypto/whrlpool/asm/wp-mmx.pl
crypto/whrlpool/asm/wp-x86_64.pl
crypto/whrlpool/build.info
crypto/whrlpool/wp_block.c
crypto/whrlpool/wp_dgst.c
crypto/whrlpool/wp_local.h
crypto/x509/build.info
crypto/x509/by_dir.c
crypto/x509/by_file.c
crypto/x509/by_store.c [new file with mode: 0644]
crypto/x509/ext_dat.h [new file with mode: 0644]
crypto/x509/pcy_cache.c [moved from crypto/x509v3/pcy_cache.c with 83% similarity]
crypto/x509/pcy_data.c [moved from crypto/x509v3/pcy_data.c with 81% similarity]
crypto/x509/pcy_lib.c [moved from crypto/x509v3/pcy_lib.c with 91% similarity]
crypto/x509/pcy_local.h [moved from crypto/x509v3/pcy_local.h with 70% similarity]
crypto/x509/pcy_map.c [moved from crypto/x509v3/pcy_map.c with 78% similarity]
crypto/x509/pcy_node.c [moved from crypto/x509v3/pcy_node.c with 66% similarity]
crypto/x509/pcy_tree.c [moved from crypto/x509v3/pcy_tree.c with 86% similarity]
crypto/x509/standard_exts.h [new file with mode: 0644]
crypto/x509/t_crl.c
crypto/x509/t_req.c
crypto/x509/t_x509.c
crypto/x509/v3_addr.c [moved from crypto/x509v3/v3_addr.c with 91% similarity]
crypto/x509/v3_admis.c [moved from crypto/x509v3/v3_admis.c with 98% similarity]
crypto/x509/v3_admis.h [moved from crypto/x509v3/v3_admis.h with 86% similarity]
crypto/x509/v3_akeya.c [moved from crypto/x509v3/v3_akeya.c with 90% similarity]
crypto/x509/v3_akid.c [moved from crypto/x509v3/v3_akey.c with 58% similarity]
crypto/x509/v3_asid.c [moved from crypto/x509v3/v3_asid.c with 92% similarity]
crypto/x509/v3_bcons.c [moved from crypto/x509v3/v3_bcons.c with 87% similarity]
crypto/x509/v3_bitst.c [moved from crypto/x509v3/v3_bitst.c with 82% similarity]
crypto/x509/v3_conf.c [moved from crypto/x509v3/v3_conf.c with 69% similarity]
crypto/x509/v3_cpols.c [moved from crypto/x509v3/v3_cpols.c with 85% similarity]
crypto/x509/v3_crld.c [moved from crypto/x509v3/v3_crld.c with 90% similarity]
crypto/x509/v3_enum.c [moved from crypto/x509v3/v3_enum.c with 89% similarity]
crypto/x509/v3_extku.c [moved from crypto/x509v3/v3_extku.c with 86% similarity]
crypto/x509/v3_genn.c [moved from crypto/x509v3/v3_genn.c with 98% similarity]
crypto/x509/v3_ia5.c [moved from crypto/x509v3/v3_ia5.c with 76% similarity]
crypto/x509/v3_info.c [moved from crypto/x509v3/v3_info.c with 81% similarity]
crypto/x509/v3_int.c [moved from crypto/x509v3/v3_int.c with 76% similarity]
crypto/x509/v3_ist.c [new file with mode: 0644]
crypto/x509/v3_lib.c [moved from crypto/x509v3/v3_lib.c with 93% similarity]
crypto/x509/v3_ncons.c [moved from crypto/x509v3/v3_ncons.c with 78% similarity]
crypto/x509/v3_pci.c [moved from crypto/x509v3/v3_pci.c with 86% similarity]
crypto/x509/v3_pcia.c [moved from crypto/x509v3/v3_pcia.c with 97% similarity]
crypto/x509/v3_pcons.c [moved from crypto/x509v3/v3_pcons.c with 83% similarity]
crypto/x509/v3_pku.c [moved from crypto/x509v3/v3_pku.c with 88% similarity]
crypto/x509/v3_pmaps.c [moved from crypto/x509v3/v3_pmaps.c with 83% similarity]
crypto/x509/v3_prn.c [moved from crypto/x509v3/v3_prn.c with 92% similarity]
crypto/x509/v3_purp.c [moved from crypto/x509v3/v3_purp.c with 67% similarity]
crypto/x509/v3_san.c [moved from crypto/x509v3/v3_alt.c with 64% similarity]
crypto/x509/v3_skid.c [moved from crypto/x509v3/v3_skey.c with 55% similarity]
crypto/x509/v3_sxnet.c [moved from crypto/x509v3/v3_sxnet.c with 87% similarity]
crypto/x509/v3_tlsf.c [moved from crypto/x509v3/v3_tlsf.c with 85% similarity]
crypto/x509/v3_utf8.c [new file with mode: 0644]
crypto/x509/v3_utl.c [moved from crypto/x509v3/v3_utl.c with 87% similarity]
crypto/x509/v3err.c [moved from crypto/x509v3/v3err.c with 50% similarity]
crypto/x509/x509_att.c
crypto/x509/x509_cmp.c
crypto/x509/x509_d2.c
crypto/x509/x509_def.c
crypto/x509/x509_err.c
crypto/x509/x509_ext.c
crypto/x509/x509_local.h
crypto/x509/x509_lu.c
crypto/x509/x509_meth.c
crypto/x509/x509_obj.c
crypto/x509/x509_r2x.c
crypto/x509/x509_req.c
crypto/x509/x509_set.c
crypto/x509/x509_trust.c [moved from crypto/x509/x509_trs.c with 92% similarity]
crypto/x509/x509_txt.c
crypto/x509/x509_v3.c
crypto/x509/x509_vfy.c
crypto/x509/x509_vpm.c
crypto/x509/x509cset.c
crypto/x509/x509name.c
crypto/x509/x509rset.c
crypto/x509/x509spki.c
crypto/x509/x509type.c
crypto/x509/x_all.c
crypto/x509/x_attrib.c
crypto/x509/x_crl.c
crypto/x509/x_exten.c
crypto/x509/x_name.c
crypto/x509/x_pubkey.c
crypto/x509/x_req.c
crypto/x509/x_x509.c
crypto/x509/x_x509a.c
crypto/x509v3/build.info [deleted file]
crypto/x509v3/ext_dat.h [deleted file]
crypto/x509v3/standard_exts.h [deleted file]
crypto/x86_64cpuid.pl
crypto/x86cpuid.pl
doc/HOWTO/certificates.txt
doc/HOWTO/keys.txt
doc/README.md [moved from doc/README with 58% similarity]
doc/build.info [new file with mode: 0644]
doc/build.info.in [new file with mode: 0644]
doc/fingerprints.txt
doc/images/openssl.svg [new file with mode: 0644]
doc/internal/man3/OPENSSL_SA.pod [new file with mode: 0644]
doc/internal/man3/OPTIONS.pod [new file with mode: 0644]
doc/internal/man3/OSSL_DEPRECATED.pod [new file with mode: 0644]
doc/internal/man3/OSSL_METHOD_STORE.pod [new file with mode: 0644]
doc/internal/man3/cms_add1_signing_cert.pod [new file with mode: 0644]
doc/internal/man3/evp_generic_fetch.pod [new file with mode: 0644]
doc/internal/man3/evp_keymgmt_newdata.pod [new file with mode: 0644]
doc/internal/man3/evp_keymgmt_util_export_to_provider.pod [new file with mode: 0644]
doc/internal/man3/evp_md_get_number.pod [new file with mode: 0644]
doc/internal/man3/evp_pkey_export_to_provider.pod [new file with mode: 0644]
doc/internal/man3/evp_pkey_get1_ED25519.pod [new file with mode: 0644]
doc/internal/man3/ossl_DER_w_begin_sequence.pod [new file with mode: 0644]
doc/internal/man3/ossl_DER_w_bn.pod [new file with mode: 0644]
doc/internal/man3/ossl_DER_w_precompiled.pod [new file with mode: 0644]
doc/internal/man3/ossl_algorithm_do_all.pod [new file with mode: 0644]
doc/internal/man3/ossl_cmp_X509_STORE_add1_certs.pod [new file with mode: 0644]
doc/internal/man3/ossl_cmp_asn1_octet_string_set1.pod [new file with mode: 0644]
doc/internal/man3/ossl_cmp_certreq_new.pod [new file with mode: 0644]
doc/internal/man3/ossl_cmp_ctx_set1_caPubs.pod [new file with mode: 0644]
doc/internal/man3/ossl_cmp_hdr_init.pod [new file with mode: 0644]
doc/internal/man3/ossl_cmp_mock_srv_new.pod [new file with mode: 0644]
doc/internal/man3/ossl_cmp_msg_check_update.pod [new file with mode: 0644]
doc/internal/man3/ossl_cmp_msg_create.pod [new file with mode: 0644]
doc/internal/man3/ossl_cmp_msg_protect.pod [new file with mode: 0644]
doc/internal/man3/ossl_cmp_pkisi_get_status.pod [new file with mode: 0644]
doc/internal/man3/ossl_cmp_print_log.pod [new file with mode: 0644]
doc/internal/man3/ossl_ends_with_dirsep.pod [new file with mode: 0644]
doc/internal/man3/ossl_global_properties_no_mirrored.pod [new file with mode: 0644]
doc/internal/man3/ossl_init_thread_deregister.pod [new file with mode: 0644]
doc/internal/man3/ossl_lib_ctx_get_data.pod [new file with mode: 0644]
doc/internal/man3/ossl_method_construct.pod [new file with mode: 0644]
doc/internal/man3/ossl_namemap_new.pod [new file with mode: 0644]
doc/internal/man3/ossl_provider_add_conf_module.pod [new file with mode: 0644]
doc/internal/man3/ossl_provider_new.pod [new file with mode: 0644]
doc/internal/man3/ossl_punycode_decode.pod [new file with mode: 0644]
doc/internal/man3/ossl_rand_get_entropy.pod [new file with mode: 0644]
doc/internal/man3/ossl_random_add_conf_module.pod [new file with mode: 0644]
doc/internal/man3/ossl_rsa_get0_all_params.pod [new file with mode: 0644]
doc/internal/man3/x509v3_cache_extensions.pod [new file with mode: 0644]
doc/internal/man7/DERlib.pod [new file with mode: 0644]
doc/internal/man7/EVP_PKEY.pod [new file with mode: 0644]
doc/internal/man7/VERSION.pod [new file with mode: 0644]
doc/internal/man7/build.info.pod [new file with mode: 0644]
doc/internal/man7/deprecation.pod [new file with mode: 0644]
doc/life-cycles/Makefile [new file with mode: 0644]
doc/life-cycles/README.md [new file with mode: 0644]
doc/life-cycles/cipher.dot [new file with mode: 0644]
doc/life-cycles/digest.dot [new file with mode: 0644]
doc/life-cycles/kdf.dot [new file with mode: 0644]
doc/life-cycles/lifecycles.ods [new file with mode: 0644]
doc/life-cycles/mac.dot [new file with mode: 0644]
doc/life-cycles/pkey.dot [new file with mode: 0644]
doc/life-cycles/rand.dot [new file with mode: 0644]
doc/man1/CA.pl.pod
doc/man1/build.info [new file with mode: 0644]
doc/man1/crl.pod [deleted file]
doc/man1/dgst.pod [deleted file]
doc/man1/dhparam.pod [deleted file]
doc/man1/dsaparam.pod [deleted file]
doc/man1/errstr.pod [deleted file]
doc/man1/gendsa.pod [deleted file]
doc/man1/genpkey.pod [deleted file]
doc/man1/list.pod [deleted file]
doc/man1/openssl-asn1parse.pod.in [moved from doc/man1/asn1parse.pod with 72% similarity]
doc/man1/openssl-ca.pod.in [moved from doc/man1/ca.pod with 66% similarity]
doc/man1/openssl-ciphers.pod.in [moved from doc/man1/ciphers.pod with 93% similarity]
doc/man1/openssl-cmds.pod.in [new file with mode: 0644]
doc/man1/openssl-cmp.pod.in [new file with mode: 0644]
doc/man1/openssl-cms.pod.in [moved from doc/man1/cms.pod with 63% similarity]
doc/man1/openssl-crl.pod.in [new file with mode: 0644]
doc/man1/openssl-crl2pkcs7.pod.in [moved from doc/man1/crl2pkcs7.pod with 66% similarity]
doc/man1/openssl-dgst.pod.in [new file with mode: 0644]
doc/man1/openssl-dhparam.pod.in [new file with mode: 0644]
doc/man1/openssl-dsa.pod.in [moved from doc/man1/dsa.pod with 56% similarity]
doc/man1/openssl-dsaparam.pod.in [new file with mode: 0644]
doc/man1/openssl-ec.pod.in [moved from doc/man1/ec.pod with 59% similarity]
doc/man1/openssl-ecparam.pod.in [moved from doc/man1/ecparam.pod with 59% similarity]
doc/man1/openssl-enc.pod.in [moved from doc/man1/enc.pod with 75% similarity]
doc/man1/openssl-engine.pod.in [moved from doc/man1/engine.pod with 74% similarity]
doc/man1/openssl-errstr.pod.in [new file with mode: 0644]
doc/man1/openssl-fipsinstall.pod.in [new file with mode: 0644]
doc/man1/openssl-format-options.pod [new file with mode: 0644]
doc/man1/openssl-gendsa.pod.in [new file with mode: 0644]
doc/man1/openssl-genpkey.pod.in [new file with mode: 0644]
doc/man1/openssl-genrsa.pod.in [moved from doc/man1/genrsa.pod with 66% similarity]
doc/man1/openssl-info.pod.in [new file with mode: 0644]
doc/man1/openssl-kdf.pod.in [new file with mode: 0644]
doc/man1/openssl-list.pod.in [new file with mode: 0644]
doc/man1/openssl-mac.pod.in [new file with mode: 0644]
doc/man1/openssl-namedisplay-options.pod [new file with mode: 0644]
doc/man1/openssl-nseq.pod.in [moved from doc/man1/nseq.pod with 54% similarity]
doc/man1/openssl-ocsp.pod.in [moved from doc/man1/ocsp.pod with 60% similarity]
doc/man1/openssl-passphrase-options.pod [new file with mode: 0644]
doc/man1/openssl-passwd.pod.in [moved from doc/man1/passwd.pod with 68% similarity]
doc/man1/openssl-pkcs12.pod.in [new file with mode: 0644]
doc/man1/openssl-pkcs7.pod.in [new file with mode: 0644]
doc/man1/openssl-pkcs8.pod.in [moved from doc/man1/pkcs8.pod with 76% similarity]
doc/man1/openssl-pkey.pod.in [new file with mode: 0644]
doc/man1/openssl-pkeyparam.pod.in [moved from doc/man1/pkeyparam.pod with 60% similarity]
doc/man1/openssl-pkeyutl.pod.in [new file with mode: 0644]
doc/man1/openssl-prime.pod.in [moved from doc/man1/prime.pod with 50% similarity]
doc/man1/openssl-rand.pod.in [new file with mode: 0644]
doc/man1/openssl-rehash.pod.in [moved from doc/man1/rehash.pod with 67% similarity]
doc/man1/openssl-req.pod.in [moved from doc/man1/req.pod with 58% similarity]
doc/man1/openssl-rsa.pod.in [moved from doc/man1/rsa.pod with 55% similarity]
doc/man1/openssl-rsautl.pod.in [moved from doc/man1/rsautl.pod with 71% similarity]
doc/man1/openssl-s_client.pod.in [moved from doc/man1/s_client.pod with 61% similarity]
doc/man1/openssl-s_server.pod.in [moved from doc/man1/s_server.pod with 51% similarity]
doc/man1/openssl-s_time.pod.in [moved from doc/man1/s_time.pod with 50% similarity]
doc/man1/openssl-sess_id.pod.in [moved from doc/man1/sess_id.pod with 67% similarity]
doc/man1/openssl-smime.pod.in [moved from doc/man1/smime.pod with 74% similarity]
doc/man1/openssl-speed.pod.in [new file with mode: 0644]
doc/man1/openssl-spkac.pod.in [moved from doc/man1/spkac.pod with 64% similarity]
doc/man1/openssl-srp.pod.in [new file with mode: 0644]
doc/man1/openssl-storeutl.pod.in [new file with mode: 0644]
doc/man1/openssl-ts.pod.in [moved from doc/man1/ts.pod with 70% similarity]
doc/man1/openssl-verification-options.pod [new file with mode: 0644]
doc/man1/openssl-verify.pod.in [new file with mode: 0644]
doc/man1/openssl-version.pod.in [moved from doc/man1/version.pod with 65% similarity]
doc/man1/openssl-x509.pod.in [new file with mode: 0644]
doc/man1/openssl.pod
doc/man1/pkcs12.pod [deleted file]
doc/man1/pkcs7.pod [deleted file]
doc/man1/pkey.pod [deleted file]
doc/man1/pkeyutl.pod [deleted file]
doc/man1/rand.pod [deleted file]
doc/man1/speed.pod [deleted file]
doc/man1/srp.pod [deleted file]
doc/man1/storeutl.pod [deleted file]
doc/man1/tsget.pod
doc/man1/verify.pod [deleted file]
doc/man1/x509.pod [deleted file]
doc/man3/ADMISSIONS.pod
doc/man3/ASN1_EXTERN_FUNCS.pod [new file with mode: 0644]
doc/man3/ASN1_INTEGER_get_int64.pod
doc/man3/ASN1_INTEGER_new.pod [new file with mode: 0644]
doc/man3/ASN1_ITEM_lookup.pod
doc/man3/ASN1_OBJECT_new.pod
doc/man3/ASN1_STRING_TABLE_add.pod
doc/man3/ASN1_STRING_length.pod
doc/man3/ASN1_STRING_new.pod
doc/man3/ASN1_STRING_print_ex.pod
doc/man3/ASN1_TIME_set.pod
doc/man3/ASN1_TYPE_get.pod
doc/man3/ASN1_aux_cb.pod [new file with mode: 0644]
doc/man3/ASN1_generate_nconf.pod
doc/man3/ASN1_item_d2i_bio.pod [new file with mode: 0644]
doc/man3/ASN1_item_new.pod [new file with mode: 0644]
doc/man3/ASN1_item_sign.pod [new file with mode: 0644]
doc/man3/ASYNC_WAIT_CTX_new.pod
doc/man3/ASYNC_start_job.pod
doc/man3/BF_encrypt.pod
doc/man3/BIO_ADDR.pod
doc/man3/BIO_ADDRINFO.pod
doc/man3/BIO_connect.pod
doc/man3/BIO_ctrl.pod
doc/man3/BIO_f_base64.pod
doc/man3/BIO_f_buffer.pod
doc/man3/BIO_f_cipher.pod
doc/man3/BIO_f_md.pod
doc/man3/BIO_f_null.pod
doc/man3/BIO_f_prefix.pod [new file with mode: 0644]
doc/man3/BIO_f_readbuffer.pod [new file with mode: 0644]
doc/man3/BIO_f_ssl.pod
doc/man3/BIO_find_type.pod
doc/man3/BIO_get_data.pod
doc/man3/BIO_get_ex_new_index.pod
doc/man3/BIO_meth_new.pod
doc/man3/BIO_new.pod
doc/man3/BIO_new_CMS.pod
doc/man3/BIO_parse_hostserv.pod
doc/man3/BIO_printf.pod
doc/man3/BIO_push.pod
doc/man3/BIO_read.pod
doc/man3/BIO_s_accept.pod
doc/man3/BIO_s_bio.pod
doc/man3/BIO_s_connect.pod
doc/man3/BIO_s_core.pod [new file with mode: 0644]
doc/man3/BIO_s_datagram.pod [new file with mode: 0644]
doc/man3/BIO_s_fd.pod
doc/man3/BIO_s_file.pod
doc/man3/BIO_s_mem.pod
doc/man3/BIO_s_null.pod
doc/man3/BIO_s_socket.pod
doc/man3/BIO_set_callback.pod
doc/man3/BIO_should_retry.pod
doc/man3/BIO_socket_wait.pod [new file with mode: 0644]
doc/man3/BN_BLINDING_new.pod
doc/man3/BN_CTX_new.pod
doc/man3/BN_CTX_start.pod
doc/man3/BN_add.pod
doc/man3/BN_add_word.pod
doc/man3/BN_bn2bin.pod
doc/man3/BN_cmp.pod
doc/man3/BN_copy.pod
doc/man3/BN_generate_prime.pod
doc/man3/BN_mod_exp_mont.pod [new file with mode: 0644]
doc/man3/BN_mod_inverse.pod
doc/man3/BN_mod_mul_montgomery.pod
doc/man3/BN_mod_mul_reciprocal.pod
doc/man3/BN_new.pod
doc/man3/BN_num_bytes.pod
doc/man3/BN_rand.pod
doc/man3/BN_security_bits.pod
doc/man3/BN_set_bit.pod
doc/man3/BN_swap.pod
doc/man3/BN_zero.pod
doc/man3/BUF_MEM_new.pod
doc/man3/CMS_EncryptedData_decrypt.pod [new file with mode: 0644]
doc/man3/CMS_EncryptedData_encrypt.pod [new file with mode: 0644]
doc/man3/CMS_EnvelopedData_create.pod [new file with mode: 0644]
doc/man3/CMS_add0_cert.pod
doc/man3/CMS_add1_recipient_cert.pod
doc/man3/CMS_add1_signer.pod
doc/man3/CMS_compress.pod
doc/man3/CMS_data_create.pod [new file with mode: 0644]
doc/man3/CMS_decrypt.pod
doc/man3/CMS_digest_create.pod [new file with mode: 0644]
doc/man3/CMS_encrypt.pod
doc/man3/CMS_final.pod
doc/man3/CMS_get0_RecipientInfos.pod
doc/man3/CMS_get0_SignerInfos.pod
doc/man3/CMS_get0_type.pod
doc/man3/CMS_get1_ReceiptRequest.pod
doc/man3/CMS_sign.pod
doc/man3/CMS_sign_receipt.pod
doc/man3/CMS_uncompress.pod
doc/man3/CMS_verify.pod
doc/man3/CMS_verify_receipt.pod
doc/man3/CONF_modules_free.pod
doc/man3/CONF_modules_load_file.pod
doc/man3/CRYPTO_THREAD_run_once.pod
doc/man3/CRYPTO_get_ex_new_index.pod
doc/man3/CRYPTO_memcmp.pod
doc/man3/CTLOG_STORE_get0_log_by_id.pod
doc/man3/CTLOG_STORE_new.pod
doc/man3/CTLOG_new.pod
doc/man3/CT_POLICY_EVAL_CTX_new.pod
doc/man3/DEFINE_STACK_OF.pod
doc/man3/DES_random_key.pod
doc/man3/DH_generate_key.pod
doc/man3/DH_generate_parameters.pod
doc/man3/DH_get0_pqg.pod
doc/man3/DH_get_1024_160.pod
doc/man3/DH_meth_new.pod
doc/man3/DH_new.pod
doc/man3/DH_new_by_nid.pod
doc/man3/DH_set_method.pod
doc/man3/DH_size.pod
doc/man3/DSA_SIG_new.pod
doc/man3/DSA_do_sign.pod
doc/man3/DSA_dup_DH.pod
doc/man3/DSA_generate_key.pod
doc/man3/DSA_generate_parameters.pod
doc/man3/DSA_get0_pqg.pod
doc/man3/DSA_meth_new.pod
doc/man3/DSA_new.pod
doc/man3/DSA_set_method.pod
doc/man3/DSA_sign.pod
doc/man3/DSA_size.pod
doc/man3/DTLS_get_data_mtu.pod
doc/man3/DTLS_set_timer_cb.pod
doc/man3/DTLSv1_listen.pod
doc/man3/ECDSA_SIG_new.pod
doc/man3/ECDSA_sign.pod [new file with mode: 0644]
doc/man3/ECPKParameters_print.pod
doc/man3/EC_GFp_simple_method.pod
doc/man3/EC_GROUP_copy.pod
doc/man3/EC_GROUP_new.pod
doc/man3/EC_KEY_get_enc_flags.pod
doc/man3/EC_KEY_new.pod
doc/man3/EC_POINT_add.pod
doc/man3/EC_POINT_new.pod
doc/man3/ENGINE_add.pod
doc/man3/ERR_GET_LIB.pod
doc/man3/ERR_clear_error.pod
doc/man3/ERR_error_string.pod
doc/man3/ERR_get_error.pod
doc/man3/ERR_load_crypto_strings.pod
doc/man3/ERR_load_strings.pod
doc/man3/ERR_new.pod [new file with mode: 0644]
doc/man3/ERR_print_errors.pod
doc/man3/ERR_put_error.pod
doc/man3/ERR_remove_state.pod
doc/man3/ERR_set_mark.pod
doc/man3/EVP_ASYM_CIPHER_free.pod [new file with mode: 0644]
doc/man3/EVP_BytesToKey.pod
doc/man3/EVP_CIPHER_CTX_get_cipher_data.pod
doc/man3/EVP_CIPHER_CTX_get_original_iv.pod [new file with mode: 0644]
doc/man3/EVP_CIPHER_meth_new.pod
doc/man3/EVP_DigestInit.pod
doc/man3/EVP_DigestSignInit.pod
doc/man3/EVP_DigestVerifyInit.pod
doc/man3/EVP_EncodeInit.pod
doc/man3/EVP_EncryptInit.pod
doc/man3/EVP_KDF.pod [new file with mode: 0644]
doc/man3/EVP_KEM_free.pod [new file with mode: 0644]
doc/man3/EVP_KEYEXCH_free.pod [new file with mode: 0644]
doc/man3/EVP_KEYMGMT.pod [new file with mode: 0644]
doc/man3/EVP_MAC.pod [new file with mode: 0644]
doc/man3/EVP_MD_meth_new.pod
doc/man3/EVP_OpenInit.pod
doc/man3/EVP_PBE_CipherInit.pod [new file with mode: 0644]
doc/man3/EVP_PKEY2PKCS8.pod [new file with mode: 0644]
doc/man3/EVP_PKEY_ASN1_METHOD.pod
doc/man3/EVP_PKEY_CTX_ctrl.pod
doc/man3/EVP_PKEY_CTX_get0_libctx.pod [new file with mode: 0644]
doc/man3/EVP_PKEY_CTX_get0_pkey.pod [new file with mode: 0644]
doc/man3/EVP_PKEY_CTX_new.pod
doc/man3/EVP_PKEY_CTX_set1_pbe_pass.pod
doc/man3/EVP_PKEY_CTX_set_hkdf_md.pod
doc/man3/EVP_PKEY_CTX_set_params.pod [new file with mode: 0644]
doc/man3/EVP_PKEY_CTX_set_rsa_pss_keygen_md.pod
doc/man3/EVP_PKEY_CTX_set_scrypt_N.pod
doc/man3/EVP_PKEY_CTX_set_tls1_prf_md.pod
doc/man3/EVP_PKEY_asn1_get_count.pod
doc/man3/EVP_PKEY_check.pod [new file with mode: 0644]
doc/man3/EVP_PKEY_cmp.pod [deleted file]
doc/man3/EVP_PKEY_copy_parameters.pod [new file with mode: 0644]
doc/man3/EVP_PKEY_decapsulate.pod [new file with mode: 0644]
doc/man3/EVP_PKEY_decrypt.pod
doc/man3/EVP_PKEY_derive.pod
doc/man3/EVP_PKEY_digestsign_supports_digest.pod [new file with mode: 0644]
doc/man3/EVP_PKEY_encapsulate.pod [new file with mode: 0644]
doc/man3/EVP_PKEY_encrypt.pod
doc/man3/EVP_PKEY_fromdata.pod [new file with mode: 0644]
doc/man3/EVP_PKEY_get_default_digest_nid.pod
doc/man3/EVP_PKEY_get_field_type.pod [new file with mode: 0644]
doc/man3/EVP_PKEY_get_group_name.pod [new file with mode: 0644]
doc/man3/EVP_PKEY_get_size.pod [moved from doc/man3/EVP_PKEY_size.pod with 61% similarity]
doc/man3/EVP_PKEY_gettable_params.pod [new file with mode: 0644]
doc/man3/EVP_PKEY_is_a.pod [new file with mode: 0644]
doc/man3/EVP_PKEY_keygen.pod
doc/man3/EVP_PKEY_meth_get_count.pod
doc/man3/EVP_PKEY_meth_new.pod
doc/man3/EVP_PKEY_new.pod
doc/man3/EVP_PKEY_print_private.pod
doc/man3/EVP_PKEY_set1_RSA.pod
doc/man3/EVP_PKEY_set1_encoded_public_key.pod [new file with mode: 0644]
doc/man3/EVP_PKEY_set_type.pod [new file with mode: 0644]
doc/man3/EVP_PKEY_settable_params.pod [new file with mode: 0644]
doc/man3/EVP_PKEY_sign.pod
doc/man3/EVP_PKEY_todata.pod [new file with mode: 0644]
doc/man3/EVP_PKEY_verify.pod
doc/man3/EVP_PKEY_verify_recover.pod
doc/man3/EVP_RAND.pod [new file with mode: 0644]
doc/man3/EVP_SIGNATURE.pod [new file with mode: 0644]
doc/man3/EVP_SealInit.pod
doc/man3/EVP_SignInit.pod
doc/man3/EVP_VerifyInit.pod
doc/man3/EVP_aes_128_gcm.pod [moved from doc/man3/EVP_aes.pod with 98% similarity]
doc/man3/EVP_aria_128_gcm.pod [moved from doc/man3/EVP_aria.pod with 96% similarity]
doc/man3/EVP_bf_cbc.pod
doc/man3/EVP_blake2b512.pod
doc/man3/EVP_camellia_128_ecb.pod [moved from doc/man3/EVP_camellia.pod with 95% similarity]
doc/man3/EVP_cast5_cbc.pod
doc/man3/EVP_chacha20.pod
doc/man3/EVP_des_cbc.pod [moved from doc/man3/EVP_des.pod with 85% similarity]
doc/man3/EVP_desx_cbc.pod
doc/man3/EVP_idea_cbc.pod
doc/man3/EVP_md2.pod
doc/man3/EVP_md4.pod
doc/man3/EVP_md5.pod
doc/man3/EVP_mdc2.pod
doc/man3/EVP_rc2_cbc.pod
doc/man3/EVP_rc4.pod
doc/man3/EVP_rc5_32_12_16_cbc.pod
doc/man3/EVP_ripemd160.pod
doc/man3/EVP_seed_cbc.pod
doc/man3/EVP_set_default_properties.pod [new file with mode: 0644]
doc/man3/EVP_sha1.pod
doc/man3/EVP_sha224.pod
doc/man3/EVP_sha3_224.pod
doc/man3/EVP_sm3.pod
doc/man3/EVP_sm4_cbc.pod
doc/man3/EVP_whirlpool.pod
doc/man3/HMAC.pod
doc/man3/MD5.pod
doc/man3/MDC2_Init.pod
doc/man3/NCONF_new_ex.pod [new file with mode: 0644]
doc/man3/OBJ_nid2obj.pod
doc/man3/OCSP_REQUEST_new.pod
doc/man3/OCSP_cert_to_id.pod
doc/man3/OCSP_request_add1_nonce.pod
doc/man3/OCSP_resp_find_status.pod
doc/man3/OCSP_response_status.pod
doc/man3/OCSP_sendreq_new.pod
doc/man3/OPENSSL_Applink.pod
doc/man3/OPENSSL_FILE.pod [new file with mode: 0644]
doc/man3/OPENSSL_LH_COMPFUNC.pod
doc/man3/OPENSSL_LH_stats.pod
doc/man3/OPENSSL_VERSION_NUMBER.pod [deleted file]
doc/man3/OPENSSL_config.pod
doc/man3/OPENSSL_fork_prepare.pod
doc/man3/OPENSSL_gmtime.pod [new file with mode: 0644]
doc/man3/OPENSSL_hexchar2int.pod [new file with mode: 0644]
doc/man3/OPENSSL_ia32cap.pod
doc/man3/OPENSSL_init_crypto.pod
doc/man3/OPENSSL_init_ssl.pod
doc/man3/OPENSSL_instrument_bus.pod
doc/man3/OPENSSL_load_builtin_modules.pod
doc/man3/OPENSSL_malloc.pod
doc/man3/OPENSSL_s390xcap.pod [new file with mode: 0644]
doc/man3/OPENSSL_secure_malloc.pod
doc/man3/OPENSSL_strcasecmp.pod [new file with mode: 0644]
doc/man3/OSSL_ALGORITHM.pod [new file with mode: 0644]
doc/man3/OSSL_CALLBACK.pod [new file with mode: 0644]
doc/man3/OSSL_CMP_CTX_new.pod [new file with mode: 0644]
doc/man3/OSSL_CMP_HDR_get0_transactionID.pod [new file with mode: 0644]
doc/man3/OSSL_CMP_ITAV_set0.pod [new file with mode: 0644]
doc/man3/OSSL_CMP_MSG_get0_header.pod [new file with mode: 0644]
doc/man3/OSSL_CMP_MSG_http_perform.pod [new file with mode: 0644]
doc/man3/OSSL_CMP_SRV_CTX_new.pod [new file with mode: 0644]
doc/man3/OSSL_CMP_STATUSINFO_new.pod [new file with mode: 0644]
doc/man3/OSSL_CMP_exec_certreq.pod [new file with mode: 0644]
doc/man3/OSSL_CMP_log_open.pod [new file with mode: 0644]
doc/man3/OSSL_CMP_validate_msg.pod [new file with mode: 0644]
doc/man3/OSSL_CORE_MAKE_FUNC.pod [new file with mode: 0644]
doc/man3/OSSL_CRMF_MSG_get0_tmpl.pod [new file with mode: 0644]
doc/man3/OSSL_CRMF_MSG_set0_validity.pod [new file with mode: 0644]
doc/man3/OSSL_CRMF_MSG_set1_regCtrl_regToken.pod [new file with mode: 0644]
doc/man3/OSSL_CRMF_MSG_set1_regInfo_certReq.pod [new file with mode: 0644]
doc/man3/OSSL_CRMF_pbmp_new.pod [new file with mode: 0644]
doc/man3/OSSL_DECODER.pod [new file with mode: 0644]
doc/man3/OSSL_DECODER_CTX.pod [new file with mode: 0644]
doc/man3/OSSL_DECODER_CTX_new_for_pkey.pod [new file with mode: 0644]
doc/man3/OSSL_DECODER_from_bio.pod [new file with mode: 0644]
doc/man3/OSSL_DISPATCH.pod [new file with mode: 0644]
doc/man3/OSSL_ENCODER.pod [new file with mode: 0644]
doc/man3/OSSL_ENCODER_CTX.pod [new file with mode: 0644]
doc/man3/OSSL_ENCODER_CTX_new_for_pkey.pod [new file with mode: 0644]
doc/man3/OSSL_ENCODER_to_bio.pod [new file with mode: 0644]
doc/man3/OSSL_ESS_check_signing_certs.pod [new file with mode: 0644]
doc/man3/OSSL_HTTP_REQ_CTX.pod [new file with mode: 0644]
doc/man3/OSSL_HTTP_parse_url.pod [new file with mode: 0644]
doc/man3/OSSL_HTTP_transfer.pod [new file with mode: 0644]
doc/man3/OSSL_ITEM.pod [new file with mode: 0644]
doc/man3/OSSL_LIB_CTX.pod [new file with mode: 0644]
doc/man3/OSSL_PARAM.pod [new file with mode: 0644]
doc/man3/OSSL_PARAM_BLD.pod [new file with mode: 0644]
doc/man3/OSSL_PARAM_allocate_from_text.pod [new file with mode: 0644]
doc/man3/OSSL_PARAM_dup.pod [new file with mode: 0644]
doc/man3/OSSL_PARAM_int.pod [new file with mode: 0644]
doc/man3/OSSL_PROVIDER.pod [new file with mode: 0644]
doc/man3/OSSL_SELF_TEST_new.pod [new file with mode: 0644]
doc/man3/OSSL_SELF_TEST_set_callback.pod [new file with mode: 0644]
doc/man3/OSSL_STORE_INFO.pod
doc/man3/OSSL_STORE_LOADER.pod
doc/man3/OSSL_STORE_SEARCH.pod
doc/man3/OSSL_STORE_attach.pod [new file with mode: 0644]
doc/man3/OSSL_STORE_expect.pod
doc/man3/OSSL_STORE_open.pod
doc/man3/OSSL_trace_enabled.pod [new file with mode: 0644]
doc/man3/OSSL_trace_get_category_num.pod [new file with mode: 0644]
doc/man3/OSSL_trace_set_channel.pod [new file with mode: 0644]
doc/man3/OpenSSL_add_all_algorithms.pod
doc/man3/OpenSSL_version.pod [new file with mode: 0644]
doc/man3/PEM_X509_INFO_read_bio_ex.pod [new file with mode: 0644]
doc/man3/PEM_bytes_read_bio.pod
doc/man3/PEM_read.pod
doc/man3/PEM_read_CMS.pod
doc/man3/PEM_read_bio_PrivateKey.pod
doc/man3/PEM_read_bio_ex.pod
doc/man3/PEM_write_bio_CMS_stream.pod
doc/man3/PEM_write_bio_PKCS7_stream.pod
doc/man3/PKCS12_PBE_keyivgen.pod [new file with mode: 0644]
doc/man3/PKCS12_SAFEBAG_create_cert.pod [new file with mode: 0644]
doc/man3/PKCS12_SAFEBAG_get0_attrs.pod [new file with mode: 0644]
doc/man3/PKCS12_SAFEBAG_get1_cert.pod [new file with mode: 0644]
doc/man3/PKCS12_add1_attr_by_NID.pod [new file with mode: 0644]
doc/man3/PKCS12_add_CSPName_asc.pod [new file with mode: 0644]
doc/man3/PKCS12_add_cert.pod [new file with mode: 0644]
doc/man3/PKCS12_add_friendlyname_asc.pod [new file with mode: 0644]
doc/man3/PKCS12_add_localkeyid.pod [new file with mode: 0644]
doc/man3/PKCS12_add_safe.pod [new file with mode: 0644]
doc/man3/PKCS12_create.pod
doc/man3/PKCS12_decrypt_skey.pod [new file with mode: 0644]
doc/man3/PKCS12_gen_mac.pod [new file with mode: 0644]
doc/man3/PKCS12_get_friendlyname.pod [new file with mode: 0644]
doc/man3/PKCS12_init.pod [new file with mode: 0644]
doc/man3/PKCS12_item_decrypt_d2i.pod [new file with mode: 0644]
doc/man3/PKCS12_key_gen_utf8_ex.pod [new file with mode: 0644]
doc/man3/PKCS12_newpass.pod
doc/man3/PKCS12_pack_p7encdata.pod [new file with mode: 0644]
doc/man3/PKCS12_parse.pod
doc/man3/PKCS5_PBE_keyivgen.pod [new file with mode: 0644]
doc/man3/PKCS5_PBKDF2_HMAC.pod
doc/man3/PKCS7_decrypt.pod
doc/man3/PKCS7_encrypt.pod
doc/man3/PKCS7_get_octet_string.pod [new file with mode: 0644]
doc/man3/PKCS7_sign.pod
doc/man3/PKCS7_sign_add_signer.pod
doc/man3/PKCS7_type_is_other.pod [new file with mode: 0644]
doc/man3/PKCS7_verify.pod
doc/man3/PKCS8_encrypt.pod [new file with mode: 0644]
doc/man3/PKCS8_pkey_add1_attr.pod [new file with mode: 0644]
doc/man3/RAND_DRBG_generate.pod [deleted file]
doc/man3/RAND_DRBG_get0_master.pod [deleted file]
doc/man3/RAND_DRBG_new.pod [deleted file]
doc/man3/RAND_DRBG_reseed.pod [deleted file]
doc/man3/RAND_DRBG_set_callbacks.pod [deleted file]
doc/man3/RAND_DRBG_set_ex_data.pod [deleted file]
doc/man3/RAND_add.pod
doc/man3/RAND_bytes.pod
doc/man3/RAND_cleanup.pod
doc/man3/RAND_egd.pod
doc/man3/RAND_get0_primary.pod [new file with mode: 0644]
doc/man3/RAND_load_file.pod
doc/man3/RAND_set_DRBG_type.pod [new file with mode: 0644]
doc/man3/RAND_set_rand_method.pod
doc/man3/RC4_set_key.pod
doc/man3/RIPEMD160_Init.pod
doc/man3/RSA_blinding_on.pod
doc/man3/RSA_check_key.pod
doc/man3/RSA_generate_key.pod
doc/man3/RSA_get0_key.pod
doc/man3/RSA_meth_new.pod
doc/man3/RSA_new.pod
doc/man3/RSA_padding_add_PKCS1_type_1.pod
doc/man3/RSA_print.pod
doc/man3/RSA_private_encrypt.pod
doc/man3/RSA_public_encrypt.pod
doc/man3/RSA_set_method.pod
doc/man3/RSA_sign.pod
doc/man3/RSA_sign_ASN1_OCTET_STRING.pod
doc/man3/RSA_size.pod
doc/man3/SCT_new.pod
doc/man3/SCT_print.pod
doc/man3/SCT_validate.pod
doc/man3/SHA256_Init.pod
doc/man3/SMIME_read_ASN1.pod [new file with mode: 0644]
doc/man3/SMIME_read_CMS.pod
doc/man3/SMIME_read_PKCS7.pod
doc/man3/SMIME_write_ASN1.pod [new file with mode: 0644]
doc/man3/SMIME_write_CMS.pod
doc/man3/SMIME_write_PKCS7.pod
doc/man3/SRP_Calc_B.pod [new file with mode: 0644]
doc/man3/SRP_VBASE_new.pod [new file with mode: 0644]
doc/man3/SRP_create_verifier.pod [new file with mode: 0644]
doc/man3/SRP_user_pwd_new.pod [new file with mode: 0644]
doc/man3/SSL_CIPHER_get_name.pod
doc/man3/SSL_COMP_add_compression_method.pod
doc/man3/SSL_CONF_CTX_new.pod
doc/man3/SSL_CONF_CTX_set1_prefix.pod
doc/man3/SSL_CONF_CTX_set_flags.pod
doc/man3/SSL_CONF_CTX_set_ssl_ctx.pod
doc/man3/SSL_CONF_cmd.pod
doc/man3/SSL_CONF_cmd_argv.pod
doc/man3/SSL_CTX_add1_chain_cert.pod
doc/man3/SSL_CTX_add_extra_chain_cert.pod
doc/man3/SSL_CTX_add_session.pod
doc/man3/SSL_CTX_config.pod
doc/man3/SSL_CTX_ctrl.pod
doc/man3/SSL_CTX_dane_enable.pod
doc/man3/SSL_CTX_flush_sessions.pod
doc/man3/SSL_CTX_free.pod
doc/man3/SSL_CTX_get0_param.pod
doc/man3/SSL_CTX_get_verify_mode.pod
doc/man3/SSL_CTX_has_client_custom_ext.pod
doc/man3/SSL_CTX_load_verify_locations.pod
doc/man3/SSL_CTX_new.pod
doc/man3/SSL_CTX_sess_number.pod
doc/man3/SSL_CTX_sess_set_cache_size.pod
doc/man3/SSL_CTX_sess_set_get_cb.pod
doc/man3/SSL_CTX_sessions.pod
doc/man3/SSL_CTX_set0_CA_list.pod
doc/man3/SSL_CTX_set1_curves.pod
doc/man3/SSL_CTX_set1_sigalgs.pod
doc/man3/SSL_CTX_set1_verify_cert_store.pod
doc/man3/SSL_CTX_set_alpn_select_cb.pod
doc/man3/SSL_CTX_set_cert_cb.pod
doc/man3/SSL_CTX_set_cert_store.pod
doc/man3/SSL_CTX_set_cert_verify_callback.pod
doc/man3/SSL_CTX_set_cipher_list.pod
doc/man3/SSL_CTX_set_client_cert_cb.pod
doc/man3/SSL_CTX_set_client_hello_cb.pod
doc/man3/SSL_CTX_set_ct_validation_callback.pod
doc/man3/SSL_CTX_set_ctlog_list_file.pod
doc/man3/SSL_CTX_set_default_passwd_cb.pod
doc/man3/SSL_CTX_set_ex_data.pod [deleted file]
doc/man3/SSL_CTX_set_generate_session_id.pod
doc/man3/SSL_CTX_set_info_callback.pod
doc/man3/SSL_CTX_set_keylog_callback.pod
doc/man3/SSL_CTX_set_max_cert_list.pod
doc/man3/SSL_CTX_set_min_proto_version.pod
doc/man3/SSL_CTX_set_mode.pod
doc/man3/SSL_CTX_set_msg_callback.pod
doc/man3/SSL_CTX_set_num_tickets.pod
doc/man3/SSL_CTX_set_options.pod
doc/man3/SSL_CTX_set_psk_client_callback.pod
doc/man3/SSL_CTX_set_quiet_shutdown.pod
doc/man3/SSL_CTX_set_read_ahead.pod
doc/man3/SSL_CTX_set_record_padding_callback.pod
doc/man3/SSL_CTX_set_security_level.pod
doc/man3/SSL_CTX_set_session_cache_mode.pod
doc/man3/SSL_CTX_set_session_id_context.pod
doc/man3/SSL_CTX_set_session_ticket_cb.pod
doc/man3/SSL_CTX_set_split_send_fragment.pod
doc/man3/SSL_CTX_set_srp_password.pod [new file with mode: 0644]
doc/man3/SSL_CTX_set_ssl_version.pod
doc/man3/SSL_CTX_set_stateless_cookie_generate_cb.pod
doc/man3/SSL_CTX_set_timeout.pod
doc/man3/SSL_CTX_set_tlsext_servername_callback.pod
doc/man3/SSL_CTX_set_tlsext_status_cb.pod
doc/man3/SSL_CTX_set_tlsext_ticket_key_cb.pod
doc/man3/SSL_CTX_set_tlsext_use_srtp.pod
doc/man3/SSL_CTX_set_tmp_dh_callback.pod
doc/man3/SSL_CTX_set_tmp_ecdh.pod [new file with mode: 0644]
doc/man3/SSL_CTX_set_verify.pod
doc/man3/SSL_CTX_use_certificate.pod
doc/man3/SSL_CTX_use_psk_identity_hint.pod
doc/man3/SSL_CTX_use_serverinfo.pod
doc/man3/SSL_SESSION_free.pod
doc/man3/SSL_SESSION_get0_cipher.pod
doc/man3/SSL_SESSION_get0_hostname.pod
doc/man3/SSL_SESSION_get0_id_context.pod
doc/man3/SSL_SESSION_get0_peer.pod
doc/man3/SSL_SESSION_get_compress_id.pod
doc/man3/SSL_SESSION_get_ex_data.pod [deleted file]
doc/man3/SSL_SESSION_get_protocol_version.pod
doc/man3/SSL_SESSION_get_time.pod
doc/man3/SSL_SESSION_has_ticket.pod
doc/man3/SSL_SESSION_is_resumable.pod
doc/man3/SSL_SESSION_print.pod
doc/man3/SSL_SESSION_set1_id.pod
doc/man3/SSL_accept.pod
doc/man3/SSL_alert_type_string.pod
doc/man3/SSL_alloc_buffers.pod
doc/man3/SSL_check_chain.pod
doc/man3/SSL_clear.pod
doc/man3/SSL_connect.pod
doc/man3/SSL_do_handshake.pod
doc/man3/SSL_export_keying_material.pod
doc/man3/SSL_extension_supported.pod
doc/man3/SSL_free.pod
doc/man3/SSL_get0_peer_scts.pod
doc/man3/SSL_get_SSL_CTX.pod
doc/man3/SSL_get_all_async_fds.pod
doc/man3/SSL_get_certificate.pod [new file with mode: 0644]
doc/man3/SSL_get_ciphers.pod
doc/man3/SSL_get_client_random.pod
doc/man3/SSL_get_current_cipher.pod
doc/man3/SSL_get_default_timeout.pod
doc/man3/SSL_get_error.pod
doc/man3/SSL_get_extms_support.pod
doc/man3/SSL_get_fd.pod
doc/man3/SSL_get_peer_cert_chain.pod
doc/man3/SSL_get_peer_certificate.pod
doc/man3/SSL_get_peer_signature_nid.pod
doc/man3/SSL_get_peer_tmp_key.pod
doc/man3/SSL_get_psk_identity.pod
doc/man3/SSL_get_rbio.pod
doc/man3/SSL_get_session.pod
doc/man3/SSL_get_shared_sigalgs.pod
doc/man3/SSL_get_verify_result.pod
doc/man3/SSL_get_version.pod
doc/man3/SSL_group_to_name.pod [new file with mode: 0644]
doc/man3/SSL_in_init.pod
doc/man3/SSL_key_update.pod
doc/man3/SSL_library_init.pod
doc/man3/SSL_load_client_CA_file.pod
doc/man3/SSL_new.pod
doc/man3/SSL_pending.pod
doc/man3/SSL_read.pod
doc/man3/SSL_read_early_data.pod
doc/man3/SSL_rstate_string.pod
doc/man3/SSL_session_reused.pod
doc/man3/SSL_set1_host.pod
doc/man3/SSL_set_async_callback.pod [new file with mode: 0644]
doc/man3/SSL_set_bio.pod
doc/man3/SSL_set_connect_state.pod
doc/man3/SSL_set_fd.pod
doc/man3/SSL_set_retry_verify.pod [new file with mode: 0644]
doc/man3/SSL_set_session.pod
doc/man3/SSL_set_shutdown.pod
doc/man3/SSL_set_verify_result.pod
doc/man3/SSL_shutdown.pod
doc/man3/SSL_state_string.pod
doc/man3/SSL_want.pod
doc/man3/SSL_write.pod
doc/man3/TS_RESP_CTX_new.pod [new file with mode: 0644]
doc/man3/TS_VERIFY_CTX_set_certs.pod [new file with mode: 0644]
doc/man3/UI_STRING.pod
doc/man3/UI_UTIL_read_pw.pod
doc/man3/UI_create_method.pod
doc/man3/UI_new.pod
doc/man3/X509V3_get_d2i.pod
doc/man3/X509V3_set_ctx.pod [new file with mode: 0644]
doc/man3/X509_ALGOR_dup.pod
doc/man3/X509_CRL_get0_by_serial.pod
doc/man3/X509_EXTENSION_set_object.pod
doc/man3/X509_LOOKUP.pod
doc/man3/X509_LOOKUP_hash_dir.pod
doc/man3/X509_LOOKUP_meth_new.pod
doc/man3/X509_NAME_ENTRY_get_object.pod
doc/man3/X509_NAME_add_entry_by_txt.pod
doc/man3/X509_NAME_get0_der.pod
doc/man3/X509_NAME_get_index_by_NID.pod
doc/man3/X509_NAME_print_ex.pod
doc/man3/X509_PUBKEY_new.pod
doc/man3/X509_SIG_get0.pod
doc/man3/X509_STORE_CTX_get_error.pod
doc/man3/X509_STORE_CTX_new.pod
doc/man3/X509_STORE_CTX_set_verify_cb.pod
doc/man3/X509_STORE_add_cert.pod
doc/man3/X509_STORE_get0_param.pod
doc/man3/X509_STORE_new.pod
doc/man3/X509_STORE_set_verify_cb_func.pod
doc/man3/X509_VERIFY_PARAM_set_flags.pod
doc/man3/X509_add_cert.pod [new file with mode: 0644]
doc/man3/X509_check_ca.pod
doc/man3/X509_check_host.pod
doc/man3/X509_check_issued.pod
doc/man3/X509_check_private_key.pod
doc/man3/X509_check_purpose.pod
doc/man3/X509_cmp.pod
doc/man3/X509_cmp_time.pod
doc/man3/X509_digest.pod
doc/man3/X509_dup.pod
doc/man3/X509_get0_distinguishing_id.pod [new file with mode: 0644]
doc/man3/X509_get0_notBefore.pod
doc/man3/X509_get0_signature.pod
doc/man3/X509_get0_uids.pod
doc/man3/X509_get_extension_flags.pod
doc/man3/X509_get_pubkey.pod
doc/man3/X509_get_serialNumber.pod
doc/man3/X509_get_subject_name.pod
doc/man3/X509_get_version.pod
doc/man3/X509_load_http.pod [new file with mode: 0644]
doc/man3/X509_new.pod
doc/man3/X509_sign.pod
doc/man3/X509_verify.pod [new file with mode: 0644]
doc/man3/X509_verify_cert.pod
doc/man3/X509v3_get_ext_by_NID.pod
doc/man3/b2i_PVK_bio_ex.pod [new file with mode: 0644]
doc/man3/d2i_DHparams.pod [deleted file]
doc/man3/d2i_PKCS8PrivateKey_bio.pod
doc/man3/d2i_PrivateKey.pod
doc/man3/d2i_RSAPrivateKey.pod [new file with mode: 0644]
doc/man3/d2i_SSL_SESSION.pod
doc/man3/d2i_X509.pod
doc/man3/i2d_CMS_bio_stream.pod
doc/man3/i2d_PKCS7_bio_stream.pod
doc/man3/i2d_re_X509_tbs.pod
doc/man3/o2i_SCT_LIST.pod
doc/man3/s2i_ASN1_IA5STRING.pod [new file with mode: 0644]
doc/man5/config.pod
doc/man5/fips_config.pod [new file with mode: 0644]
doc/man5/x509v3_config.pod
doc/man7/EVP_ASYM_CIPHER-RSA.pod [new file with mode: 0644]
doc/man7/EVP_ASYM_CIPHER-SM2.pod [new file with mode: 0644]
doc/man7/EVP_CIPHER-AES.pod [new file with mode: 0644]
doc/man7/EVP_CIPHER-ARIA.pod [new file with mode: 0644]
doc/man7/EVP_CIPHER-BLOWFISH.pod [new file with mode: 0644]
doc/man7/EVP_CIPHER-CAMELLIA.pod [new file with mode: 0644]
doc/man7/EVP_CIPHER-CAST.pod [new file with mode: 0644]
doc/man7/EVP_CIPHER-CHACHA.pod [new file with mode: 0644]
doc/man7/EVP_CIPHER-DES.pod [new file with mode: 0644]
doc/man7/EVP_CIPHER-IDEA.pod [new file with mode: 0644]
doc/man7/EVP_CIPHER-RC2.pod [new file with mode: 0644]
doc/man7/EVP_CIPHER-RC4.pod [new file with mode: 0644]
doc/man7/EVP_CIPHER-RC5.pod [new file with mode: 0644]
doc/man7/EVP_CIPHER-SEED.pod [new file with mode: 0644]
doc/man7/EVP_CIPHER-SM4.pod [new file with mode: 0644]
doc/man7/EVP_KDF-HKDF.pod [new file with mode: 0644]
doc/man7/EVP_KDF-KB.pod [new file with mode: 0644]
doc/man7/EVP_KDF-KRB5KDF.pod [new file with mode: 0644]
doc/man7/EVP_KDF-PBKDF1.pod [new file with mode: 0644]
doc/man7/EVP_KDF-PBKDF2.pod [new file with mode: 0644]
doc/man7/EVP_KDF-PKCS12KDF.pod [new file with mode: 0644]
doc/man7/EVP_KDF-SCRYPT.pod [new file with mode: 0644]
doc/man7/EVP_KDF-SS.pod [new file with mode: 0644]
doc/man7/EVP_KDF-SSHKDF.pod [new file with mode: 0644]
doc/man7/EVP_KDF-TLS13_KDF.pod [new file with mode: 0644]
doc/man7/EVP_KDF-TLS1_PRF.pod [new file with mode: 0644]
doc/man7/EVP_KDF-X942-ASN1.pod [new file with mode: 0644]
doc/man7/EVP_KDF-X942-CONCAT.pod [new file with mode: 0644]
doc/man7/EVP_KDF-X963.pod [new file with mode: 0644]
doc/man7/EVP_KEM-RSA.pod [new file with mode: 0644]
doc/man7/EVP_KEYEXCH-DH.pod [new file with mode: 0644]
doc/man7/EVP_KEYEXCH-ECDH.pod [new file with mode: 0644]
doc/man7/EVP_KEYEXCH-X25519.pod [new file with mode: 0644]
doc/man7/EVP_MAC-BLAKE2.pod [new file with mode: 0644]
doc/man7/EVP_MAC-CMAC.pod [new file with mode: 0644]
doc/man7/EVP_MAC-GMAC.pod [new file with mode: 0644]
doc/man7/EVP_MAC-HMAC.pod [new file with mode: 0644]
doc/man7/EVP_MAC-KMAC.pod [new file with mode: 0644]
doc/man7/EVP_MAC-Poly1305.pod [new file with mode: 0644]
doc/man7/EVP_MAC-Siphash.pod [new file with mode: 0644]
doc/man7/EVP_MD-BLAKE2.pod [new file with mode: 0644]
doc/man7/EVP_MD-MD2.pod [new file with mode: 0644]
doc/man7/EVP_MD-MD4.pod [new file with mode: 0644]
doc/man7/EVP_MD-MD5-SHA1.pod [new file with mode: 0644]
doc/man7/EVP_MD-MD5.pod [new file with mode: 0644]
doc/man7/EVP_MD-MDC2.pod [new file with mode: 0644]
doc/man7/EVP_MD-RIPEMD160.pod [new file with mode: 0644]
doc/man7/EVP_MD-SHA1.pod [new file with mode: 0644]
doc/man7/EVP_MD-SHA2.pod [new file with mode: 0644]
doc/man7/EVP_MD-SHA3.pod [new file with mode: 0644]
doc/man7/EVP_MD-SHAKE.pod [new file with mode: 0644]
doc/man7/EVP_MD-SM3.pod [new file with mode: 0644]
doc/man7/EVP_MD-WHIRLPOOL.pod [new file with mode: 0644]
doc/man7/EVP_MD-common.pod [new file with mode: 0644]
doc/man7/EVP_PKEY-DH.pod [new file with mode: 0644]
doc/man7/EVP_PKEY-DSA.pod [new file with mode: 0644]
doc/man7/EVP_PKEY-EC.pod [new file with mode: 0644]
doc/man7/EVP_PKEY-FFC.pod [new file with mode: 0644]
doc/man7/EVP_PKEY-HMAC.pod [new file with mode: 0644]
doc/man7/EVP_PKEY-RSA.pod [new file with mode: 0644]
doc/man7/EVP_PKEY-SM2.pod [moved from doc/man7/SM2.pod with 57% similarity]
doc/man7/EVP_PKEY-X25519.pod [new file with mode: 0644]
doc/man7/EVP_RAND-CTR-DRBG.pod [new file with mode: 0644]
doc/man7/EVP_RAND-HASH-DRBG.pod [new file with mode: 0644]
doc/man7/EVP_RAND-HMAC-DRBG.pod [new file with mode: 0644]
doc/man7/EVP_RAND-SEED-SRC.pod [new file with mode: 0644]
doc/man7/EVP_RAND-TEST-RAND.pod [new file with mode: 0644]
doc/man7/EVP_RAND.pod [moved from doc/man7/RAND_DRBG.pod with 70% similarity]
doc/man7/EVP_SIGNATURE-DSA.pod [new file with mode: 0644]
doc/man7/EVP_SIGNATURE-ECDSA.pod [new file with mode: 0644]
doc/man7/EVP_SIGNATURE-ED25519.pod [moved from doc/man7/Ed25519.pod with 54% similarity]
doc/man7/EVP_SIGNATURE-HMAC.pod [new file with mode: 0644]
doc/man7/EVP_SIGNATURE-RSA.pod [new file with mode: 0644]
doc/man7/OSSL_PROVIDER-FIPS.pod [new file with mode: 0644]
doc/man7/OSSL_PROVIDER-base.pod [new file with mode: 0644]
doc/man7/OSSL_PROVIDER-default.pod [new file with mode: 0644]
doc/man7/OSSL_PROVIDER-legacy.pod [new file with mode: 0644]
doc/man7/OSSL_PROVIDER-null.pod [new file with mode: 0644]
doc/man7/RAND.pod
doc/man7/RSA-PSS.pod
doc/man7/X25519.pod
doc/man7/bio.pod
doc/man7/crypto.pod
doc/man7/ct.pod
doc/man7/des_modes.pod
doc/man7/evp.pod
doc/man7/fips_module.pod [new file with mode: 0644]
doc/man7/img/cipher.png [new file with mode: 0644]
doc/man7/img/digest.png [new file with mode: 0644]
doc/man7/img/kdf.png [new file with mode: 0644]
doc/man7/img/mac.png [new file with mode: 0644]
doc/man7/img/pkey.png [new file with mode: 0644]
doc/man7/img/rand.png [new file with mode: 0644]
doc/man7/life_cycle-cipher.pod [new file with mode: 0644]
doc/man7/life_cycle-digest.pod [new file with mode: 0644]
doc/man7/life_cycle-kdf.pod [new file with mode: 0644]
doc/man7/life_cycle-mac.pod [new file with mode: 0644]
doc/man7/life_cycle-pkey.pod [new file with mode: 0644]
doc/man7/life_cycle-rand.pod [new file with mode: 0644]
doc/man7/migration_guide.pod [new file with mode: 0644]
doc/man7/openssl-core.h.pod [new file with mode: 0644]
doc/man7/openssl-core_dispatch.h.pod [new file with mode: 0644]
doc/man7/openssl-core_names.h.pod [new file with mode: 0644]
doc/man7/openssl-env.pod [new file with mode: 0644]
doc/man7/openssl-glossary.pod [new file with mode: 0644]
doc/man7/openssl-threads.pod [new file with mode: 0644]
doc/man7/openssl_user_macros.pod.in [new file with mode: 0644]
doc/man7/ossl_store-file.pod
doc/man7/ossl_store.pod
doc/man7/passphrase-encoding.pod
doc/man7/property.pod [new file with mode: 0644]
doc/man7/provider-asym_cipher.pod [new file with mode: 0644]
doc/man7/provider-base.pod [new file with mode: 0644]
doc/man7/provider-cipher.pod [new file with mode: 0644]
doc/man7/provider-decoder.pod [new file with mode: 0644]
doc/man7/provider-digest.pod [new file with mode: 0644]
doc/man7/provider-encoder.pod [new file with mode: 0644]
doc/man7/provider-kdf.pod [new file with mode: 0644]
doc/man7/provider-kem.pod [new file with mode: 0644]
doc/man7/provider-keyexch.pod [new file with mode: 0644]
doc/man7/provider-keymgmt.pod [new file with mode: 0644]
doc/man7/provider-mac.pod [new file with mode: 0644]
doc/man7/provider-object.pod [new file with mode: 0644]
doc/man7/provider-rand.pod [new file with mode: 0644]
doc/man7/provider-signature.pod [new file with mode: 0644]
doc/man7/provider-storemgmt.pod [new file with mode: 0644]
doc/man7/provider.pod [new file with mode: 0644]
doc/man7/proxy-certificates.pod
doc/man7/scrypt.pod [deleted file]
doc/man7/ssl.pod
doc/man7/x509.pod
doc/perlvars.pm [new file with mode: 0644]
e_os.h
engines/asm/e_padlock-x86.pl
engines/asm/e_padlock-x86_64.pl
engines/build.info
engines/e_afalg.c
engines/e_afalg.h
engines/e_afalg.txt
engines/e_afalg_err.c
engines/e_afalg_err.h
engines/e_capi.c
engines/e_capi.txt
engines/e_capi_err.c
engines/e_capi_err.h
engines/e_dasync.c
engines/e_dasync.txt
engines/e_dasync_err.c
engines/e_dasync_err.h
engines/e_devcrypto.c [moved from crypto/engine/eng_devcrypto.c with 50% similarity]
engines/e_loader_attic.c [moved from crypto/store/loader_file.c with 61% similarity]
engines/e_loader_attic.txt [new file with mode: 0644]
engines/e_loader_attic_err.c [new file with mode: 0644]
engines/e_loader_attic_err.h [new file with mode: 0644]
engines/e_ossltest.c
engines/e_ossltest.txt
engines/e_ossltest_err.c
engines/e_ossltest_err.h
engines/e_padlock.c
include/crypto/__DECC_INCLUDE_EPILOGUE.H
include/crypto/__DECC_INCLUDE_PROLOGUE.H
include/crypto/aes_platform.h [new file with mode: 0644]
include/crypto/aria.h
include/crypto/asn1.h
include/crypto/asn1_dsa.h [new file with mode: 0644]
include/crypto/asn1err.h [new file with mode: 0644]
include/crypto/async.h
include/crypto/asyncerr.h [new file with mode: 0644]
include/crypto/bioerr.h [new file with mode: 0644]
include/crypto/bn.h
include/crypto/bn_conf.h.in
include/crypto/bn_dh.h
include/crypto/bn_srp.h
include/crypto/bnerr.h [new file with mode: 0644]
include/crypto/buffererr.h [new file with mode: 0644]
include/crypto/chacha.h
include/crypto/cmll_platform.h [new file with mode: 0644]
include/crypto/cmperr.h [new file with mode: 0644]
include/crypto/cmserr.h [new file with mode: 0644]
include/crypto/comperr.h [new file with mode: 0644]
include/crypto/conferr.h [new file with mode: 0644]
include/crypto/crmferr.h [new file with mode: 0644]
include/crypto/cryptlib.h
include/crypto/cryptoerr.h [new file with mode: 0644]
include/crypto/cterr.h [new file with mode: 0644]
include/crypto/ctype.h
include/crypto/decoder.h [new file with mode: 0644]
include/crypto/decodererr.h [new file with mode: 0644]
include/crypto/des_platform.h [new file with mode: 0644]
include/crypto/dh.h [new file with mode: 0644]
include/crypto/dherr.h [new file with mode: 0644]
include/crypto/dsa.h [new file with mode: 0644]
include/crypto/dsaerr.h [new file with mode: 0644]
include/crypto/dso_conf.h.in
include/crypto/ec.h
include/crypto/ecerr.h [new file with mode: 0644]
include/crypto/ecx.h [new file with mode: 0644]
include/crypto/encoder.h [new file with mode: 0644]
include/crypto/encodererr.h [new file with mode: 0644]
include/crypto/engine.h
include/crypto/engineerr.h [new file with mode: 0644]
include/crypto/err.h
include/crypto/ess.h [new file with mode: 0644]
include/crypto/esserr.h [new file with mode: 0644]
include/crypto/evp.h
include/crypto/evperr.h [new file with mode: 0644]
include/crypto/httperr.h [new file with mode: 0644]
include/crypto/lhash.h
include/crypto/md32_common.h
include/crypto/modes.h [moved from crypto/modes/modes_local.h with 85% similarity]
include/crypto/objects.h
include/crypto/objectserr.h [new file with mode: 0644]
include/crypto/ocsperr.h [new file with mode: 0644]
include/crypto/pem.h [new file with mode: 0644]
include/crypto/pemerr.h [new file with mode: 0644]
include/crypto/pkcs12err.h [new file with mode: 0644]
include/crypto/pkcs7.h [new file with mode: 0644]
include/crypto/pkcs7err.h [new file with mode: 0644]
include/crypto/poly1305.h
include/crypto/ppc_arch.h [moved from crypto/ppc_arch.h with 83% similarity]
include/crypto/punycode.h [new file with mode: 0644]
include/crypto/rand.h
include/crypto/rand_pool.h [new file with mode: 0644]
include/crypto/randerr.h [new file with mode: 0644]
include/crypto/rsa.h [new file with mode: 0644]
include/crypto/rsaerr.h [new file with mode: 0644]
include/crypto/security_bits.h [new file with mode: 0644]
include/crypto/sha.h
include/crypto/siphash.h
include/crypto/siv.h [new file with mode: 0644]
include/crypto/sm2.h
include/crypto/sm2err.h
include/crypto/sm4.h
include/crypto/sparc_arch.h [moved from crypto/sparc_arch.h with 95% similarity]
include/crypto/sparse_array.h [new file with mode: 0644]
include/crypto/store.h
include/crypto/storeerr.h [new file with mode: 0644]
include/crypto/tserr.h [new file with mode: 0644]
include/crypto/types.h [new file with mode: 0644]
include/crypto/uierr.h [new file with mode: 0644]
include/crypto/x509.h
include/crypto/x509err.h [new file with mode: 0644]
include/crypto/x509v3err.h [new file with mode: 0644]
include/internal/__DECC_INCLUDE_EPILOGUE.H
include/internal/__DECC_INCLUDE_PROLOGUE.H
include/internal/asn1.h [new file with mode: 0644]
include/internal/bio.h
include/internal/comp.h
include/internal/conf.h
include/internal/constant_time.h
include/internal/core.h [new file with mode: 0644]
include/internal/cryptlib.h
include/internal/dane.h
include/internal/deprecated.h [new file with mode: 0644]
include/internal/der.h [new file with mode: 0644]
include/internal/dso.h
include/internal/dsoerr.h
include/internal/endian.h [new file with mode: 0644]
include/internal/err.h
include/internal/ffc.h [new file with mode: 0644]
include/internal/ktls.h [new file with mode: 0644]
include/internal/namemap.h [new file with mode: 0644]
include/internal/nelem.h
include/internal/numbers.h
include/internal/o_dir.h
include/internal/o_str.h [deleted file]
include/internal/packet.h [moved from ssl/packet_local.h with 96% similarity]
include/internal/param_build_set.h [new file with mode: 0644]
include/internal/passphrase.h [new file with mode: 0644]
include/internal/property.h [new file with mode: 0644]
include/internal/propertyerr.h [new file with mode: 0644]
include/internal/provider.h [new file with mode: 0644]
include/internal/refcount.h
include/internal/sha3.h [new file with mode: 0644]
include/internal/sizes.h [new file with mode: 0644]
include/internal/sm3.h [moved from include/crypto/sm3.h with 56% similarity]
include/internal/sockets.h
include/internal/sslconf.h
include/internal/symhacks.h [new file with mode: 0644]
include/internal/thread_once.h
include/internal/tlsgroups.h [new file with mode: 0644]
include/internal/tsan_assist.h
include/internal/unicode.h [new file with mode: 0644]
include/openssl/__DECC_INCLUDE_EPILOGUE.H
include/openssl/__DECC_INCLUDE_PROLOGUE.H
include/openssl/aes.h
include/openssl/asn1.h.in [moved from include/openssl/asn1.h with 75% similarity]
include/openssl/asn1_mac.h
include/openssl/asn1err.h
include/openssl/asn1t.h.in [moved from include/openssl/asn1t.h with 87% similarity]
include/openssl/async.h
include/openssl/asyncerr.h
include/openssl/bio.h.in [moved from include/openssl/bio.h with 88% similarity]
include/openssl/bioerr.h
include/openssl/blowfish.h
include/openssl/bn.h
include/openssl/bnerr.h
include/openssl/buffer.h
include/openssl/buffererr.h
include/openssl/camellia.h
include/openssl/cast.h
include/openssl/cmac.h
include/openssl/cmp.h.in [new file with mode: 0644]
include/openssl/cmp_util.h [new file with mode: 0644]
include/openssl/cmperr.h [new file with mode: 0644]
include/openssl/cms.h.in [moved from include/openssl/cms.h with 81% similarity]
include/openssl/cmserr.h
include/openssl/comp.h
include/openssl/comperr.h
include/openssl/conf.h.in [moved from include/openssl/conf.h with 78% similarity]
include/openssl/conf_api.h
include/openssl/conferr.h
include/openssl/configuration.h.in [new file with mode: 0644]
include/openssl/conftypes.h [new file with mode: 0644]
include/openssl/core.h [new file with mode: 0644]
include/openssl/core_dispatch.h [new file with mode: 0644]
include/openssl/core_names.h [new file with mode: 0644]
include/openssl/core_object.h [new file with mode: 0644]
include/openssl/crmf.h.in [new file with mode: 0644]
include/openssl/crmferr.h [new file with mode: 0644]
include/openssl/crypto.h.in [moved from include/openssl/crypto.h with 66% similarity]
include/openssl/cryptoerr.h
include/openssl/cryptoerr_legacy.h [new file with mode: 0644]
include/openssl/ct.h.in [moved from include/openssl/ct.h with 87% similarity]
include/openssl/cterr.h
include/openssl/decoder.h [new file with mode: 0644]
include/openssl/decodererr.h [new file with mode: 0644]
include/openssl/des.h
include/openssl/dh.h
include/openssl/dherr.h
include/openssl/dsa.h
include/openssl/dsaerr.h
include/openssl/dtls1.h
include/openssl/e_os2.h
include/openssl/ebcdic.h
include/openssl/ec.h
include/openssl/ecdh.h
include/openssl/ecdsa.h
include/openssl/ecerr.h
include/openssl/encoder.h [new file with mode: 0644]
include/openssl/encodererr.h [new file with mode: 0644]
include/openssl/engine.h
include/openssl/engineerr.h
include/openssl/err.h [deleted file]
include/openssl/err.h.in [new file with mode: 0644]
include/openssl/ess.h.in [new file with mode: 0644]
include/openssl/esserr.h [new file with mode: 0644]
include/openssl/evp.h
include/openssl/evperr.h
include/openssl/fips_names.h [new file with mode: 0644]
include/openssl/fipskey.h.in [new file with mode: 0644]
include/openssl/hmac.h
include/openssl/http.h [new file with mode: 0644]
include/openssl/httperr.h [new file with mode: 0644]
include/openssl/idea.h
include/openssl/kdf.h
include/openssl/kdferr.h
include/openssl/lhash.h.in [moved from include/openssl/lhash.h with 75% similarity]
include/openssl/macros.h [new file with mode: 0644]
include/openssl/md2.h
include/openssl/md4.h
include/openssl/md5.h
include/openssl/mdc2.h
include/openssl/modes.h
include/openssl/obj_mac.h
include/openssl/objects.h
include/openssl/objectserr.h
include/openssl/ocsp.h.in [moved from include/openssl/ocsp.h with 78% similarity]
include/openssl/ocsperr.h
include/openssl/opensslconf.h [new file with mode: 0644]
include/openssl/opensslconf.h.in [deleted file]
include/openssl/opensslv.h [deleted file]
include/openssl/opensslv.h.in [new file with mode: 0644]
include/openssl/ossl_typ.h
include/openssl/param_build.h [new file with mode: 0644]
include/openssl/params.h [new file with mode: 0644]
include/openssl/pem.h
include/openssl/pem2.h
include/openssl/pemerr.h
include/openssl/pkcs12.h.in [moved from include/openssl/pkcs12.h with 59% similarity]
include/openssl/pkcs12err.h
include/openssl/pkcs7.h.in [moved from include/openssl/pkcs7.h with 87% similarity]
include/openssl/pkcs7err.h
include/openssl/prov_ssl.h [new file with mode: 0644]
include/openssl/proverr.h [new file with mode: 0644]
include/openssl/provider.h [new file with mode: 0644]
include/openssl/rand.h
include/openssl/rand_drbg.h [deleted file]
include/openssl/randerr.h
include/openssl/rc2.h
include/openssl/rc4.h
include/openssl/rc5.h
include/openssl/ripemd.h
include/openssl/rsa.h
include/openssl/rsaerr.h
include/openssl/safestack.h.in [moved from include/openssl/safestack.h with 74% similarity]
include/openssl/seed.h
include/openssl/self_test.h [new file with mode: 0644]
include/openssl/sha.h
include/openssl/srp.h [deleted file]
include/openssl/srp.h.in [new file with mode: 0644]
include/openssl/srtp.h
include/openssl/ssl.h.in [moved from include/openssl/ssl.h with 87% similarity]
include/openssl/ssl2.h
include/openssl/ssl3.h
include/openssl/sslerr.h
include/openssl/sslerr_legacy.h [new file with mode: 0644]
include/openssl/stack.h
include/openssl/store.h
include/openssl/storeerr.h
include/openssl/symhacks.h
include/openssl/tls1.h
include/openssl/trace.h [new file with mode: 0644]
include/openssl/ts.h
include/openssl/tserr.h
include/openssl/txt_db.h
include/openssl/types.h [new file with mode: 0644]
include/openssl/ui.h.in [moved from include/openssl/ui.h with 93% similarity]
include/openssl/uierr.h
include/openssl/whrlpool.h
include/openssl/x509.h.in [moved from include/openssl/x509.h with 74% similarity]
include/openssl/x509_vfy.h.in [moved from include/openssl/x509_vfy.h with 54% similarity]
include/openssl/x509err.h
include/openssl/x509v3.h.in [moved from include/openssl/x509v3.h with 91% similarity]
include/openssl/x509v3err.h
providers/baseprov.c [new file with mode: 0644]
providers/build.info [new file with mode: 0644]
providers/common/bio_prov.c [new file with mode: 0644]
providers/common/build.info [new file with mode: 0644]
providers/common/capabilities.c [new file with mode: 0644]
providers/common/der/DIGESTS.asn1 [new file with mode: 0644]
providers/common/der/DSA.asn1 [new file with mode: 0644]
providers/common/der/EC.asn1 [new file with mode: 0644]
providers/common/der/ECX.asn1 [new file with mode: 0644]
providers/common/der/NIST.asn1 [new file with mode: 0644]
providers/common/der/RSA.asn1 [new file with mode: 0644]
providers/common/der/SM2.asn1 [new file with mode: 0644]
providers/common/der/build.info [new file with mode: 0644]
providers/common/der/der_digests_gen.c.in [new file with mode: 0644]
providers/common/der/der_dsa_gen.c.in [new file with mode: 0644]
providers/common/der/der_dsa_key.c [new file with mode: 0644]
providers/common/der/der_dsa_sig.c [new file with mode: 0644]
providers/common/der/der_ec_gen.c.in [new file with mode: 0644]
providers/common/der/der_ec_key.c [new file with mode: 0644]
providers/common/der/der_ec_sig.c [new file with mode: 0644]
providers/common/der/der_ecx_gen.c.in [new file with mode: 0644]
providers/common/der/der_ecx_key.c [new file with mode: 0644]
providers/common/der/der_rsa_gen.c.in [new file with mode: 0644]
providers/common/der/der_rsa_key.c [new file with mode: 0644]
providers/common/der/der_rsa_sig.c [new file with mode: 0644]
providers/common/der/der_sm2_gen.c.in [new file with mode: 0644]
providers/common/der/der_sm2_key.c [new file with mode: 0644]
providers/common/der/der_sm2_sig.c [new file with mode: 0644]
providers/common/der/der_wrap_gen.c.in [new file with mode: 0644]
providers/common/der/oids_to_c.pm [new file with mode: 0644]
providers/common/der/wrap.asn1 [new file with mode: 0644]
providers/common/digest_to_nid.c [new file with mode: 0644]
providers/common/include/prov/__DECC_INCLUDE_EPILOGUE.H [new file with mode: 0644]
providers/common/include/prov/__DECC_INCLUDE_PROLOGUE.H [new file with mode: 0644]
providers/common/include/prov/bio.h [new file with mode: 0644]
providers/common/include/prov/der_digests.h.in [new file with mode: 0644]
providers/common/include/prov/der_dsa.h.in [new file with mode: 0644]
providers/common/include/prov/der_ec.h.in [new file with mode: 0644]
providers/common/include/prov/der_ecx.h.in [new file with mode: 0644]
providers/common/include/prov/der_rsa.h.in [new file with mode: 0644]
providers/common/include/prov/der_sm2.h.in [new file with mode: 0644]
providers/common/include/prov/der_wrap.h.in [new file with mode: 0644]
providers/common/include/prov/proverr.h [new file with mode: 0644]
providers/common/include/prov/provider_ctx.h [new file with mode: 0644]
providers/common/include/prov/provider_util.h [new file with mode: 0644]
providers/common/include/prov/providercommon.h [new file with mode: 0644]
providers/common/include/prov/securitycheck.h [new file with mode: 0644]
providers/common/provider_ctx.c [new file with mode: 0644]
providers/common/provider_err.c [new file with mode: 0644]
providers/common/provider_seeding.c [new file with mode: 0644]
providers/common/provider_util.c [new file with mode: 0644]
providers/common/securitycheck.c [new file with mode: 0644]
providers/common/securitycheck_default.c [new file with mode: 0644]
providers/common/securitycheck_fips.c [new file with mode: 0644]
providers/decoders.inc [new file with mode: 0644]
providers/defltprov.c [new file with mode: 0644]
providers/encoders.inc [new file with mode: 0644]
providers/fips-sources.checksums [new file with mode: 0644]
providers/fips.checksum [new file with mode: 0644]
providers/fips.module.sources [new file with mode: 0644]
providers/fips/build.info [new file with mode: 0644]
providers/fips/fips_entry.c [new file with mode: 0644]
providers/fips/fipsprov.c [new file with mode: 0644]
providers/fips/self_test.c [new file with mode: 0644]
providers/fips/self_test.h [new file with mode: 0644]
providers/fips/self_test_data.inc [new file with mode: 0644]
providers/fips/self_test_kats.c [new file with mode: 0644]
providers/implementations/asymciphers/build.info [new file with mode: 0644]
providers/implementations/asymciphers/rsa_enc.c [new file with mode: 0644]
providers/implementations/asymciphers/sm2_enc.c [new file with mode: 0644]
providers/implementations/build.info [new file with mode: 0644]
providers/implementations/ciphers/build.info [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes.h [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.h [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_ccm.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_ccm.h [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_ccm_hw.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_ccm_hw_aesni.inc [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_ccm_hw_s390x.inc [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_ccm_hw_t4.inc [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_cts.inc [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_gcm.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_gcm.h [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_gcm_hw.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_gcm_hw_aesni.inc [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_gcm_hw_armv8.inc [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_gcm_hw_s390x.inc [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_gcm_hw_t4.inc [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_hw.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_hw_aesni.inc [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_hw_s390x.inc [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_hw_t4.inc [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_ocb.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_ocb.h [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_ocb_hw.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_siv.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_siv.h [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_siv_hw.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_wrp.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_xts.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_xts.h [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_xts_fips.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_xts_hw.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_aria.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_aria.h [new file with mode: 0644]
providers/implementations/ciphers/cipher_aria_ccm.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_aria_ccm.h [new file with mode: 0644]
providers/implementations/ciphers/cipher_aria_ccm_hw.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_aria_gcm.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_aria_gcm.h [new file with mode: 0644]
providers/implementations/ciphers/cipher_aria_gcm_hw.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_aria_hw.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_blowfish.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_blowfish.h [new file with mode: 0644]
providers/implementations/ciphers/cipher_blowfish_hw.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_camellia.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_camellia.h [new file with mode: 0644]
providers/implementations/ciphers/cipher_camellia_cts.inc [new file with mode: 0644]
providers/implementations/ciphers/cipher_camellia_hw.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_camellia_hw_t4.inc [new file with mode: 0644]
providers/implementations/ciphers/cipher_cast.h [new file with mode: 0644]
providers/implementations/ciphers/cipher_cast5.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_cast5_hw.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_chacha20.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_chacha20.h [new file with mode: 0644]
providers/implementations/ciphers/cipher_chacha20_hw.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_chacha20_poly1305.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_chacha20_poly1305.h [new file with mode: 0644]
providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_cts.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_cts.h [new file with mode: 0644]
providers/implementations/ciphers/cipher_des.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_des.h [new file with mode: 0644]
providers/implementations/ciphers/cipher_des_hw.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_desx.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_desx_hw.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_idea.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_idea.h [new file with mode: 0644]
providers/implementations/ciphers/cipher_idea_hw.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_null.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_rc2.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_rc2.h [new file with mode: 0644]
providers/implementations/ciphers/cipher_rc2_hw.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_rc4.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_rc4.h [new file with mode: 0644]
providers/implementations/ciphers/cipher_rc4_hmac_md5.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_rc4_hmac_md5.h [new file with mode: 0644]
providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_rc4_hw.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_rc5.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_rc5.h [new file with mode: 0644]
providers/implementations/ciphers/cipher_rc5_hw.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_seed.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_seed.h [new file with mode: 0644]
providers/implementations/ciphers/cipher_seed_hw.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_sm4.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_sm4.h [new file with mode: 0644]
providers/implementations/ciphers/cipher_sm4_hw.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_tdes.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_tdes.h [new file with mode: 0644]
providers/implementations/ciphers/cipher_tdes_common.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_tdes_default.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_tdes_default.h [new file with mode: 0644]
providers/implementations/ciphers/cipher_tdes_default_hw.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_tdes_hw.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_tdes_wrap.c [new file with mode: 0644]
providers/implementations/ciphers/cipher_tdes_wrap_hw.c [new file with mode: 0644]
providers/implementations/ciphers/ciphercommon.c [new file with mode: 0644]
providers/implementations/ciphers/ciphercommon_block.c [new file with mode: 0644]
providers/implementations/ciphers/ciphercommon_ccm.c [new file with mode: 0644]
providers/implementations/ciphers/ciphercommon_ccm_hw.c [new file with mode: 0644]
providers/implementations/ciphers/ciphercommon_gcm.c [new file with mode: 0644]
providers/implementations/ciphers/ciphercommon_gcm_hw.c [new file with mode: 0644]
providers/implementations/ciphers/ciphercommon_hw.c [new file with mode: 0644]
providers/implementations/ciphers/ciphercommon_local.h [new file with mode: 0644]
providers/implementations/digests/blake2_impl.h [moved from crypto/blake2/blake2_impl.h with 82% similarity]
providers/implementations/digests/blake2_prov.c [new file with mode: 0644]
providers/implementations/digests/blake2b_prov.c [moved from crypto/blake2/blake2b.c with 77% similarity]
providers/implementations/digests/blake2s_prov.c [moved from crypto/blake2/blake2s.c with 77% similarity]
providers/implementations/digests/build.info [new file with mode: 0644]
providers/implementations/digests/digestcommon.c [new file with mode: 0644]
providers/implementations/digests/md2_prov.c [new file with mode: 0644]
providers/implementations/digests/md4_prov.c [new file with mode: 0644]
providers/implementations/digests/md5_prov.c [new file with mode: 0644]
providers/implementations/digests/md5_sha1_prov.c [new file with mode: 0644]
providers/implementations/digests/mdc2_prov.c [new file with mode: 0644]
providers/implementations/digests/null_prov.c [new file with mode: 0644]
providers/implementations/digests/ripemd_prov.c [new file with mode: 0644]
providers/implementations/digests/sha2_prov.c [new file with mode: 0644]
providers/implementations/digests/sha3_prov.c [new file with mode: 0644]
providers/implementations/digests/sm3_prov.c [new file with mode: 0644]
providers/implementations/digests/wp_prov.c [new file with mode: 0644]
providers/implementations/encode_decode/build.info [new file with mode: 0644]
providers/implementations/encode_decode/decode_der2key.c [new file with mode: 0644]
providers/implementations/encode_decode/decode_epki2pki.c [new file with mode: 0644]
providers/implementations/encode_decode/decode_msblob2key.c [new file with mode: 0644]
providers/implementations/encode_decode/decode_pem2der.c [new file with mode: 0644]
providers/implementations/encode_decode/decode_pvk2key.c [new file with mode: 0644]
providers/implementations/encode_decode/decode_spki2typespki.c [new file with mode: 0644]
providers/implementations/encode_decode/encode_key2any.c [new file with mode: 0644]
providers/implementations/encode_decode/encode_key2blob.c [new file with mode: 0644]
providers/implementations/encode_decode/encode_key2ms.c [new file with mode: 0644]
providers/implementations/encode_decode/encode_key2text.c [new file with mode: 0644]
providers/implementations/encode_decode/endecoder_common.c [new file with mode: 0644]
providers/implementations/encode_decode/endecoder_local.h [new file with mode: 0644]
providers/implementations/exchange/build.info [new file with mode: 0644]
providers/implementations/exchange/dh_exch.c [new file with mode: 0644]
providers/implementations/exchange/ecdh_exch.c [new file with mode: 0644]
providers/implementations/exchange/ecx_exch.c [new file with mode: 0644]
providers/implementations/exchange/kdf_exch.c [new file with mode: 0644]
providers/implementations/include/prov/__DECC_INCLUDE_EPILOGUE.H [new file with mode: 0644]
providers/implementations/include/prov/__DECC_INCLUDE_PROLOGUE.H [new file with mode: 0644]
providers/implementations/include/prov/blake2.h [new file with mode: 0644]
providers/implementations/include/prov/ciphercommon.h [new file with mode: 0644]
providers/implementations/include/prov/ciphercommon_aead.h [new file with mode: 0644]
providers/implementations/include/prov/ciphercommon_ccm.h [new file with mode: 0644]
providers/implementations/include/prov/ciphercommon_gcm.h [new file with mode: 0644]
providers/implementations/include/prov/digestcommon.h [new file with mode: 0644]
providers/implementations/include/prov/implementations.h [new file with mode: 0644]
providers/implementations/include/prov/kdfexchange.h [new file with mode: 0644]
providers/implementations/include/prov/macsignature.h [new file with mode: 0644]
providers/implementations/include/prov/md5_sha1.h [new file with mode: 0644]
providers/implementations/include/prov/names.h [new file with mode: 0644]
providers/implementations/include/prov/seeding.h [new file with mode: 0644]
providers/implementations/kdfs/build.info [new file with mode: 0644]
providers/implementations/kdfs/hkdf.c [new file with mode: 0644]
providers/implementations/kdfs/kbkdf.c [new file with mode: 0644]
providers/implementations/kdfs/krb5kdf.c [new file with mode: 0644]
providers/implementations/kdfs/pbkdf1.c [new file with mode: 0644]
providers/implementations/kdfs/pbkdf2.c [new file with mode: 0644]
providers/implementations/kdfs/pbkdf2.h [new file with mode: 0644]
providers/implementations/kdfs/pbkdf2_fips.c [new file with mode: 0644]
providers/implementations/kdfs/pkcs12kdf.c [new file with mode: 0644]
providers/implementations/kdfs/scrypt.c [new file with mode: 0644]
providers/implementations/kdfs/sshkdf.c [new file with mode: 0644]
providers/implementations/kdfs/sskdf.c [new file with mode: 0644]
providers/implementations/kdfs/tls1_prf.c [new file with mode: 0644]
providers/implementations/kdfs/x942kdf.c [new file with mode: 0644]
providers/implementations/kem/build.info [new file with mode: 0644]
providers/implementations/kem/rsa_kem.c [new file with mode: 0644]
providers/implementations/keymgmt/build.info [new file with mode: 0644]
providers/implementations/keymgmt/dh_kmgmt.c [new file with mode: 0644]
providers/implementations/keymgmt/dsa_kmgmt.c [new file with mode: 0644]
providers/implementations/keymgmt/ec_kmgmt.c [new file with mode: 0644]
providers/implementations/keymgmt/ec_kmgmt_imexport.inc [new file with mode: 0644]
providers/implementations/keymgmt/ecx_kmgmt.c [new file with mode: 0644]
providers/implementations/keymgmt/kdf_legacy_kmgmt.c [new file with mode: 0644]
providers/implementations/keymgmt/mac_legacy_kmgmt.c [new file with mode: 0644]
providers/implementations/keymgmt/rsa_kmgmt.c [new file with mode: 0644]
providers/implementations/macs/blake2_mac_impl.c [new file with mode: 0644]
providers/implementations/macs/blake2b_mac.c [new file with mode: 0644]
providers/implementations/macs/blake2s_mac.c [new file with mode: 0644]
providers/implementations/macs/build.info [new file with mode: 0644]
providers/implementations/macs/cmac_prov.c [new file with mode: 0644]
providers/implementations/macs/gmac_prov.c [new file with mode: 0644]
providers/implementations/macs/hmac_prov.c [new file with mode: 0644]
providers/implementations/macs/kmac_prov.c [new file with mode: 0644]
providers/implementations/macs/poly1305_prov.c [new file with mode: 0644]
providers/implementations/macs/siphash_prov.c [new file with mode: 0644]
providers/implementations/rands/build.info [new file with mode: 0644]
providers/implementations/rands/crngt.c [new file with mode: 0644]
providers/implementations/rands/drbg.c [new file with mode: 0644]
providers/implementations/rands/drbg_ctr.c [new file with mode: 0644]
providers/implementations/rands/drbg_hash.c [new file with mode: 0644]
providers/implementations/rands/drbg_hmac.c [new file with mode: 0644]
providers/implementations/rands/drbg_local.h [new file with mode: 0644]
providers/implementations/rands/seed_src.c [new file with mode: 0644]
providers/implementations/rands/seeding/build.info [new file with mode: 0644]
providers/implementations/rands/seeding/rand_cpu_x86.c [new file with mode: 0644]
providers/implementations/rands/seeding/rand_tsc.c [new file with mode: 0644]
providers/implementations/rands/seeding/rand_unix.c [moved from crypto/rand/rand_unix.c with 86% similarity]
providers/implementations/rands/seeding/rand_vms.c [new file with mode: 0644]
providers/implementations/rands/seeding/rand_vxworks.c [new file with mode: 0644]
providers/implementations/rands/seeding/rand_win.c [new file with mode: 0644]
providers/implementations/rands/test_rng.c [new file with mode: 0644]
providers/implementations/signature/build.info [new file with mode: 0644]
providers/implementations/signature/dsa_sig.c [new file with mode: 0644]
providers/implementations/signature/ecdsa_sig.c [new file with mode: 0644]
providers/implementations/signature/eddsa_sig.c [new file with mode: 0644]
providers/implementations/signature/mac_legacy_sig.c [new file with mode: 0644]
providers/implementations/signature/rsa_sig.c [new file with mode: 0644]
providers/implementations/signature/sm2_sig.c [new file with mode: 0644]
providers/implementations/storemgmt/build.info [new file with mode: 0644]
providers/implementations/storemgmt/file_store.c [new file with mode: 0644]
providers/implementations/storemgmt/file_store_any2obj.c [new file with mode: 0644]
providers/implementations/storemgmt/file_store_local.h [new file with mode: 0644]
providers/legacyprov.c [new file with mode: 0644]
providers/nullprov.c [new file with mode: 0644]
providers/prov_running.c [new file with mode: 0644]
providers/stores.inc [new file with mode: 0644]
ssl/bio_ssl.c
ssl/build.info
ssl/d1_lib.c
ssl/d1_msg.c
ssl/d1_srtp.c
ssl/ktls.c [new file with mode: 0644]
ssl/methods.c
ssl/pqueue.c
ssl/record/README.md [moved from ssl/record/README with 56% similarity]
ssl/record/dtls1_bitmap.c
ssl/record/rec_layer_d1.c
ssl/record/rec_layer_s3.c
ssl/record/record.h
ssl/record/record_local.h
ssl/record/ssl3_buffer.c
ssl/record/ssl3_record.c
ssl/record/ssl3_record_tls13.c
ssl/record/tls_pad.c [new file with mode: 0644]
ssl/s3_cbc.c
ssl/s3_enc.c
ssl/s3_lib.c
ssl/s3_msg.c
ssl/ssl_asn1.c
ssl/ssl_cert.c
ssl/ssl_cert_table.h
ssl/ssl_ciph.c
ssl/ssl_conf.c
ssl/ssl_err.c
ssl/ssl_err_legacy.c [new file with mode: 0644]
ssl/ssl_init.c
ssl/ssl_lib.c
ssl/ssl_local.h
ssl/ssl_mcnf.c
ssl/ssl_rsa.c
ssl/ssl_rsa_legacy.c [new file with mode: 0644]
ssl/ssl_sess.c
ssl/ssl_stat.c
ssl/ssl_txt.c
ssl/ssl_utst.c
ssl/sslerr.h [new file with mode: 0644]
ssl/statem/README [deleted file]
ssl/statem/README.md [new file with mode: 0644]
ssl/statem/extensions.c
ssl/statem/extensions_clnt.c
ssl/statem/extensions_cust.c
ssl/statem/extensions_srvr.c
ssl/statem/statem.c
ssl/statem/statem.h
ssl/statem/statem_clnt.c
ssl/statem/statem_dtls.c
ssl/statem/statem_lib.c
ssl/statem/statem_local.h
ssl/statem/statem_srvr.c
ssl/t1_enc.c
ssl/t1_lib.c
ssl/t1_trce.c
ssl/tls13_enc.c
ssl/tls_depr.c [new file with mode: 0644]
ssl/tls_srp.c