History log of /dragonfly/crypto/ (Results 1 – 25 of 268)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2c81fb9c28-Nov-2022 Antonio Huete Jimenez <tuxillo@quantumachine.net>

openssh: Adjustments after import

- Adjust README.DELETED and README.DRAGONFLY
- Update openbsd-compat
- Regen config.h , adjusting several defines manually because the
configure script seems

openssh: Adjustments after import

- Adjust README.DELETED and README.DRAGONFLY
- Update openbsd-compat
- Regen config.h , adjusting several defines manually because the
configure script seems to not detect everything correctly.
- Add some required source files to SRCS in various programs.

Basic testing done:
- sshd runs and works, i.e. accepts incoming connections, allows different
auth methods (interactive, key).
- X-Forwarding works.
- Can ssh to other OSes.

show more ...

ee11649927-Nov-2022 Antonio Huete Jimenez <tuxillo@quantumachine.net>

vendor/OPENSSH: upgrade from 8.8p1 top 9.1p1

Summary of notable changes:

* sshd(8): fix an integer overflow in the user authentication path
* ssh(1), sshd(8), ssh-add(1), ssh-agent(1): add a syst

vendor/OPENSSH: upgrade from 8.8p1 top 9.1p1

Summary of notable changes:

* sshd(8): fix an integer overflow in the user authentication path
* ssh(1), sshd(8), ssh-add(1), ssh-agent(1): add a system for
restricting forwarding and use of keys added to ssh-agent(1)
* ssh(1): unbreak hostbased auth using RSA keys.
* sshd(8): fix truncation in rhosts/shosts path construction.
* ssh(1), sshd(8): use the hybrid Streamlined NTRU Prime + x25519 key
exchange method by default ("sntrup761x25519-sha512@openssh.com").
The NTRU algorithm is believed to resist attacks enabled by future
quantum computers.
* sftp(1): add a "cp" command to allow the sftp client to perform
server-side file copies.
* scp(1): fix a memory leak in argument processing.
* ssh-keygen(1): double free() in error path of file hashing step in
signing/verify code;
* ssh-keyscan(1): fix a one-byte overflow in SSH- banner processing.
Reported by Qualys
* sftp-server(8): add a "users-groups-by-id@openssh.com" extension
request that allows the client to obtain user/group names that
correspond to a set of uids/gids.
* sshd(8): improve logging of errors when opening authorized_keys
files.

For a detailed list of changes, please check:
https://www.openssh.com/releasenotes.html

show more ...


openssh/LICENCE
openssh/PROTOCOL
openssh/PROTOCOL.agent
openssh/PROTOCOL.key
openssh/PROTOCOL.mux
openssh/README
openssh/addr.c
openssh/atomicio.c
openssh/auth-options.c
openssh/auth-rhosts.c
openssh/auth.c
openssh/auth.h
openssh/auth2-hostbased.c
openssh/auth2-kbdint.c
openssh/auth2-none.c
openssh/auth2-passwd.c
openssh/auth2-pubkey.c
openssh/auth2-pubkeyfile.c
openssh/auth2.c
openssh/authfd.c
openssh/authfd.h
openssh/authfile.c
openssh/channels.c
openssh/channels.h
openssh/cipher.c
openssh/clientloop.c
openssh/compat.c
openssh/defines.h
openssh/dns.c
openssh/hostfile.c
openssh/includes.h
openssh/kex.c
openssh/kex.h
openssh/kexgen.c
openssh/kexgexc.c
openssh/kexgexs.c
openssh/kexsntrup761x25519.c
openssh/krl.c
openssh/loginrec.c
openssh/misc.c
openssh/misc.h
openssh/moduli
openssh/moduli.5
openssh/moduli.c
openssh/monitor.c
openssh/monitor_wrap.c
openssh/monitor_wrap.h
openssh/mux.c
openssh/myproposal.h
openssh/nchan.c
openssh/packet.c
openssh/packet.h
openssh/platform.c
openssh/platform.h
openssh/readconf.c
openssh/readconf.h
openssh/readpass.c
openssh/rijndael.h
openssh/scp.1
openssh/scp.c
openssh/servconf.c
openssh/servconf.h
openssh/serverloop.c
openssh/session.c
openssh/sftp-client.c
openssh/sftp-client.h
openssh/sftp-common.c
openssh/sftp-common.h
openssh/sftp-glob.c
openssh/sftp-server-main.c
openssh/sftp-server.c
openssh/sftp-usergroup.c
openssh/sftp-usergroup.h
openssh/sftp.1
openssh/sftp.c
openssh/sk-api.h
openssh/ssh-add.1
openssh/ssh-add.c
openssh/ssh-agent.1
openssh/ssh-agent.c
openssh/ssh-ed25519.c
openssh/ssh-keygen.1
openssh/ssh-keygen.c
openssh/ssh-keyscan.1
openssh/ssh-keyscan.c
openssh/ssh-keysign.8
openssh/ssh-keysign.c
openssh/ssh-pkcs11-helper.8
openssh/ssh-pkcs11-helper.c
openssh/ssh-sk-client.c
openssh/ssh-sk.h
openssh/ssh.1
openssh/ssh.c
openssh/ssh_config.5
openssh/sshbuf-getput-basic.c
openssh/sshbuf-getput-crypto.c
openssh/sshbuf-misc.c
openssh/sshbuf.c
openssh/sshbuf.h
openssh/sshconnect.c
openssh/sshconnect2.c
openssh/sshd.8
openssh/sshd.c
openssh/sshd_config.5
openssh/sshkey.c
openssh/sshkey.h
openssh/sshlogin.c
openssh/sshsig.c
openssh/sshsig.h
openssh/umac.c
openssh/umac.h
openssh/version.h
openssh/xmalloc.c
6f5ec8b527-Nov-2022 Antonio Huete Jimenez <tuxillo@quantumachine.net>

libressl: Local modifications after the upgrade (refs #3333)

libressl:
- Adjust Makefiles to include a number of source files that have been
either added or moved around.
- Bump shlib.
-

libressl: Local modifications after the upgrade (refs #3333)

libressl:
- Adjust Makefiles to include a number of source files that have been
either added or moved around.
- Bump shlib.
- Forcibly compile in engines by removing OPENSSL_NO_ENGINE which no longer
seems to be valid to have a full build. We wanted to avoid doing hacks to
bypass the OPENSSL_NO_ENGINE requirement. As far as we know the engine
code is disabled anyways.
librecrypto:
- Adjust Makefiles to include a number of source files that have been
either added or moved around.
- Bump shlib.
ldns:
- Remove HAVE_EVP_DSS1 from config.h to avoid using removed LibreSSL API
functions.
crytpsetup:
- Adjustments to use the new API.
dc:
- Adjustments to use the new API.
nc:
- Add more source files to the Makefile from libtls, which are now required.

Testing-and-fixes: @dillon, @tuxillo, @aly

show more ...

de0e0e4d26-Nov-2022 Antonio Huete Jimenez <tuxillo@quantumachine.net>

vendor/LIBRESSL: Import LibreSSL 3.6.1

For a full list of changes:

https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.2.6-relnotes.txt
https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.2

vendor/LIBRESSL: Import LibreSSL 3.6.1

For a full list of changes:

https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.2.6-relnotes.txt
https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.2.7-relnotes.txt
https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.3.2-relnotes.txt
https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.3.3-relnotes.txt
https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.3.4-relnotes.txt
https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.3.5-relnotes.txt
https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.3.6-relnotes.txt
https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.4.0-relnotes.txt
https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.4.1-relnotes.txt
https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.4.3-relnotes.txt
https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.5.1-relnotes.txt
https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.5.2-relnotes.txt
https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.5.3-relnotes.txt
https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.6.0-relnotes.txt
https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.6.1-relnotes.txt

show more ...


libressl/ChangeLog
libressl/VERSION
libressl/apps/nc/nc.1
libressl/apps/nc/netcat.c
libressl/apps/nc/socks.c
libressl/apps/openssl/apps.c
libressl/apps/openssl/apps.h
libressl/apps/openssl/asn1pars.c
libressl/apps/openssl/ca.c
libressl/apps/openssl/certhash.c
libressl/apps/openssl/ciphers.c
libressl/apps/openssl/cms.c
libressl/apps/openssl/crl.c
libressl/apps/openssl/dgst.c
libressl/apps/openssl/dh.c
libressl/apps/openssl/dhparam.c
libressl/apps/openssl/dsa.c
libressl/apps/openssl/dsaparam.c
libressl/apps/openssl/ecparam.c
libressl/apps/openssl/enc.c
libressl/apps/openssl/gendh.c
libressl/apps/openssl/gendsa.c
libressl/apps/openssl/genrsa.c
libressl/apps/openssl/ocsp.c
libressl/apps/openssl/openssl.1
libressl/apps/openssl/passwd.c
libressl/apps/openssl/pkcs12.c
libressl/apps/openssl/pkey.c
libressl/apps/openssl/pkeyparam.c
libressl/apps/openssl/req.c
libressl/apps/openssl/rsa.c
libressl/apps/openssl/s_apps.h
libressl/apps/openssl/s_cb.c
libressl/apps/openssl/s_client.c
libressl/apps/openssl/s_server.c
libressl/apps/openssl/s_socket.c
libressl/apps/openssl/s_time.c
libressl/apps/openssl/smime.c
libressl/apps/openssl/speed.c
libressl/apps/openssl/testdsa.h
libressl/apps/openssl/ts.c
libressl/apps/openssl/verify.c
libressl/apps/openssl/x509.c
libressl/cert.pem
libressl/crypto/VERSION
libressl/crypto/aes/aes_ige.c
libressl/crypto/aes/aesni-elf-x86_64.S
libressl/crypto/asn1/a_bitstr.c
libressl/crypto/asn1/a_enum.c
libressl/crypto/asn1/a_int.c
libressl/crypto/asn1/a_mbstr.c
libressl/crypto/asn1/a_object.c
libressl/crypto/asn1/a_octet.c
libressl/crypto/asn1/a_pkey.c
libressl/crypto/asn1/a_pubkey.c
libressl/crypto/asn1/a_strex.c
libressl/crypto/asn1/a_string.c
libressl/crypto/asn1/a_strnid.c
libressl/crypto/asn1/a_time.c
libressl/crypto/asn1/a_time_tm.c
libressl/crypto/asn1/a_type.c
libressl/crypto/asn1/ameth_lib.c
libressl/crypto/asn1/asn1_err.c
libressl/crypto/asn1/asn1_gen.c
libressl/crypto/asn1/asn1_item.c
libressl/crypto/asn1/asn1_lib.c
libressl/crypto/asn1/asn1_locl.h
libressl/crypto/asn1/asn1_old.c
libressl/crypto/asn1/asn1_old_lib.c
libressl/crypto/asn1/asn1_par.c
libressl/crypto/asn1/asn1_types.c
libressl/crypto/asn1/asn_mime.c
libressl/crypto/asn1/asn_moid.c
libressl/crypto/asn1/bio_asn1.c
libressl/crypto/asn1/bio_ndef.c
libressl/crypto/asn1/p5_pbe.c
libressl/crypto/asn1/p5_pbev2.c
libressl/crypto/asn1/p8_pkey.c
libressl/crypto/asn1/t_crl.c
libressl/crypto/asn1/t_pkey.c
libressl/crypto/asn1/t_req.c
libressl/crypto/asn1/t_spki.c
libressl/crypto/asn1/t_x509.c
libressl/crypto/asn1/t_x509a.c
libressl/crypto/asn1/tasn_dec.c
libressl/crypto/asn1/tasn_enc.c
libressl/crypto/asn1/tasn_fre.c
libressl/crypto/asn1/tasn_new.c
libressl/crypto/asn1/tasn_prn.c
libressl/crypto/asn1/tasn_typ.c
libressl/crypto/asn1/tasn_utl.c
libressl/crypto/asn1/x_algor.c
libressl/crypto/asn1/x_attrib.c
libressl/crypto/asn1/x_bignum.c
libressl/crypto/asn1/x_crl.c
libressl/crypto/asn1/x_exten.c
libressl/crypto/asn1/x_long.c
libressl/crypto/asn1/x_name.c
libressl/crypto/asn1/x_pkey.c
libressl/crypto/asn1/x_pubkey.c
libressl/crypto/asn1/x_req.c
libressl/crypto/asn1/x_sig.c
libressl/crypto/asn1/x_x509.c
libressl/crypto/asn1/x_x509a.c
libressl/crypto/bio/b_dump.c
libressl/crypto/bio/bf_buff.c
libressl/crypto/bio/bf_nbio.c
libressl/crypto/bio/bio_cb.c
libressl/crypto/bio/bio_err.c
libressl/crypto/bio/bio_lib.c
libressl/crypto/bio/bio_local.h
libressl/crypto/bio/bio_meth.c
libressl/crypto/bio/bss_acpt.c
libressl/crypto/bio/bss_conn.c
libressl/crypto/bio/bss_dgram.c
libressl/crypto/bio/bss_fd.c
libressl/crypto/bio/bss_file.c
libressl/crypto/bio/bss_mem.c
libressl/crypto/bio/bss_null.c
libressl/crypto/bio/bss_sock.c
libressl/crypto/bn/bn_bpsw.c
libressl/crypto/bn/bn_err.c
libressl/crypto/bn/bn_exp.c
libressl/crypto/bn/bn_exp2.c
libressl/crypto/bn/bn_gcd.c
libressl/crypto/bn/bn_isqrt.c
libressl/crypto/bn/bn_kron.c
libressl/crypto/bn/bn_lcl.h
libressl/crypto/bn/bn_lib.c
libressl/crypto/bn/bn_mont.c
libressl/crypto/bn/bn_nist.c
libressl/crypto/bn/bn_prime.c
libressl/crypto/bn/bn_print.c
libressl/crypto/bn/bn_rand.c
libressl/crypto/bn/bn_shift.c
libressl/crypto/bn/bn_sqrt.c
libressl/crypto/buffer/buf_err.c
libressl/crypto/bytestring/bs_ber.c
libressl/crypto/bytestring/bs_cbb.c
libressl/crypto/bytestring/bs_cbs.c
libressl/crypto/bytestring/bytestring.h
libressl/crypto/chacha/chacha-merged.c
libressl/crypto/chacha/chacha.c
libressl/crypto/cmac/cm_ameth.c
libressl/crypto/cmac/cmac.c
libressl/crypto/cms/cms_asn1.c
libressl/crypto/cms/cms_enc.c
libressl/crypto/cms/cms_env.c
libressl/crypto/cms/cms_err.c
libressl/crypto/cms/cms_lib.c
libressl/crypto/cms/cms_pwri.c
libressl/crypto/cms/cms_sd.c
libressl/crypto/conf/conf_err.c
libressl/crypto/cpt_err.c
libressl/crypto/cryptlib.h
libressl/crypto/crypto_init.c
libressl/crypto/ct/ct_b64.c
libressl/crypto/ct/ct_err.c
libressl/crypto/ct/ct_local.h
libressl/crypto/ct/ct_log.c
libressl/crypto/ct/ct_oct.c
libressl/crypto/ct/ct_policy.c
libressl/crypto/ct/ct_prn.c
libressl/crypto/ct/ct_sct.c
libressl/crypto/ct/ct_sct_ctx.c
libressl/crypto/ct/ct_vfy.c
libressl/crypto/ct/ct_x509v3.c
libressl/crypto/curve25519/curve25519.c
libressl/crypto/des/cfb_enc.c
libressl/crypto/dh/dh_ameth.c
libressl/crypto/dh/dh_asn1.c
libressl/crypto/dh/dh_check.c
libressl/crypto/dh/dh_err.c
libressl/crypto/dh/dh_gen.c
libressl/crypto/dh/dh_key.c
libressl/crypto/dh/dh_lib.c
libressl/crypto/dh/dh_local.h
libressl/crypto/dh/dh_pmeth.c
libressl/crypto/dsa/dsa_ameth.c
libressl/crypto/dsa/dsa_asn1.c
libressl/crypto/dsa/dsa_depr.c
libressl/crypto/dsa/dsa_err.c
libressl/crypto/dsa/dsa_key.c
libressl/crypto/dsa/dsa_lib.c
libressl/crypto/dsa/dsa_locl.h
libressl/crypto/dsa/dsa_meth.c
libressl/crypto/dsa/dsa_ossl.c
libressl/crypto/dsa/dsa_pmeth.c
libressl/crypto/dsa/dsa_sign.c
libressl/crypto/dsa/dsa_vrf.c
libressl/crypto/dso/dso_err.c
libressl/crypto/ec/ec2_oct.c
libressl/crypto/ec/ec2_smpl.c
libressl/crypto/ec/ec_ameth.c
libressl/crypto/ec/ec_asn1.c
libressl/crypto/ec/ec_curve.c
libressl/crypto/ec/ec_cvt.c
libressl/crypto/ec/ec_err.c
libressl/crypto/ec/ec_key.c
libressl/crypto/ec/ec_kmeth.c
libressl/crypto/ec/ec_lcl.h
libressl/crypto/ec/ec_lib.c
libressl/crypto/ec/ec_oct.c
libressl/crypto/ec/ec_pmeth.c
libressl/crypto/ec/eck_prn.c
libressl/crypto/ec/ecp_mont.c
libressl/crypto/ec/ecp_nist.c
libressl/crypto/ec/ecp_oct.c
libressl/crypto/ec/ecp_smpl.c
libressl/crypto/ecdh/ech_err.c
libressl/crypto/ecdh/ech_key.c
libressl/crypto/ecdsa/ecs_asn1.c
libressl/crypto/ecdsa/ecs_err.c
libressl/crypto/ecdsa/ecs_lib.c
libressl/crypto/ecdsa/ecs_locl.h
libressl/crypto/ecdsa/ecs_ossl.c
libressl/crypto/ecdsa/ecs_sign.c
libressl/crypto/ecdsa/ecs_vrf.c
libressl/crypto/engine/eng_all.c
libressl/crypto/engine/eng_cnf.c
libressl/crypto/engine/eng_ctrl.c
libressl/crypto/engine/eng_dyn.c
libressl/crypto/engine/eng_err.c
libressl/crypto/engine/eng_fat.c
libressl/crypto/engine/eng_init.c
libressl/crypto/engine/eng_int.h
libressl/crypto/engine/eng_lib.c
libressl/crypto/engine/eng_list.c
libressl/crypto/engine/eng_openssl.c
libressl/crypto/engine/eng_pkey.c
libressl/crypto/engine/eng_table.c
libressl/crypto/engine/tb_asnmth.c
libressl/crypto/engine/tb_cipher.c
libressl/crypto/engine/tb_dh.c
libressl/crypto/engine/tb_digest.c
libressl/crypto/engine/tb_dsa.c
libressl/crypto/engine/tb_ecdh.c
libressl/crypto/engine/tb_ecdsa.c
libressl/crypto/engine/tb_eckey.c
libressl/crypto/engine/tb_pkmeth.c
libressl/crypto/engine/tb_rand.c
libressl/crypto/engine/tb_rsa.c
libressl/crypto/engine/tb_store.c
libressl/crypto/err/err.c
libressl/crypto/err/err_all.c
libressl/crypto/err/err_prn.c
libressl/crypto/evp/bio_b64.c
libressl/crypto/evp/bio_enc.c
libressl/crypto/evp/bio_md.c
libressl/crypto/evp/c_all.c
libressl/crypto/evp/digest.c
libressl/crypto/evp/e_aes.c
libressl/crypto/evp/e_aes_cbc_hmac_sha1.c
libressl/crypto/evp/e_bf.c
libressl/crypto/evp/e_camellia.c
libressl/crypto/evp/e_cast.c
libressl/crypto/evp/e_chacha.c
libressl/crypto/evp/e_chacha20poly1305.c
libressl/crypto/evp/e_des.c
libressl/crypto/evp/e_des3.c
libressl/crypto/evp/e_gost2814789.c
libressl/crypto/evp/e_idea.c
libressl/crypto/evp/e_null.c
libressl/crypto/evp/e_rc2.c
libressl/crypto/evp/e_rc4_hmac_md5.c
libressl/crypto/evp/e_sm4.c
libressl/crypto/evp/encode.c
libressl/crypto/evp/evp_aead.c
libressl/crypto/evp/evp_enc.c
libressl/crypto/evp/evp_err.c
libressl/crypto/evp/evp_key.c
libressl/crypto/evp/evp_lib.c
libressl/crypto/evp/evp_locl.h
libressl/crypto/evp/evp_pkey.c
libressl/crypto/evp/m_gost2814789.c
libressl/crypto/evp/m_gostr341194.c
libressl/crypto/evp/m_md4.c
libressl/crypto/evp/m_md5.c
libressl/crypto/evp/m_md5_sha1.c
libressl/crypto/evp/m_ripemd.c
libressl/crypto/evp/m_sha1.c
libressl/crypto/evp/m_sigver.c
libressl/crypto/evp/m_sm3.c
libressl/crypto/evp/m_streebog.c
libressl/crypto/evp/m_wp.c
libressl/crypto/evp/names.c
libressl/crypto/evp/p5_crpt.c
libressl/crypto/evp/p5_crpt2.c
libressl/crypto/evp/p_lib.c
libressl/crypto/evp/p_sign.c
libressl/crypto/evp/p_verify.c
libressl/crypto/evp/pmeth_gn.c
libressl/crypto/evp/pmeth_lib.c
libressl/crypto/gost/gost2814789.c
libressl/crypto/gost/gost89imit_ameth.c
libressl/crypto/gost/gost_err.c
libressl/crypto/gost/gostr341001.c
libressl/crypto/gost/gostr341001_ameth.c
libressl/crypto/gost/gostr341001_key.c
libressl/crypto/gost/gostr341001_pmeth.c
libressl/crypto/gost/streebog.c
libressl/crypto/hkdf/hkdf.c
libressl/crypto/hmac/hm_ameth.c
libressl/crypto/hmac/hm_pmeth.c
libressl/crypto/hmac/hmac.c
libressl/crypto/hmac/hmac_local.h
libressl/crypto/kdf/hkdf_evp.c
libressl/crypto/kdf/kdf_err.c
libressl/crypto/modes/cbc128.c
libressl/crypto/modes/modes_lcl.h
libressl/crypto/modes/xts128.c
libressl/crypto/o_fips.c
libressl/crypto/o_time.c
libressl/crypto/o_time.h
libressl/crypto/objects/obj_dat.c
libressl/crypto/objects/obj_dat.h
libressl/crypto/objects/obj_err.c
libressl/crypto/objects/obj_lib.c
libressl/crypto/objects/obj_xref.h
libressl/crypto/ocsp/ocsp_asn.c
libressl/crypto/ocsp/ocsp_cl.c
libressl/crypto/ocsp/ocsp_err.c
libressl/crypto/ocsp/ocsp_ext.c
libressl/crypto/ocsp/ocsp_lib.c
libressl/crypto/ocsp/ocsp_local.h
libressl/crypto/ocsp/ocsp_prn.c
libressl/crypto/ocsp/ocsp_srv.c
libressl/crypto/ocsp/ocsp_vfy.c
libressl/crypto/pem/pem_err.c
libressl/crypto/pem/pem_info.c
libressl/crypto/pem/pem_lib.c
libressl/crypto/pem/pem_pkey.c
libressl/crypto/pem/pem_xaux.c
libressl/crypto/pem/pvkfmt.c
libressl/crypto/pkcs12/p12_add.c
libressl/crypto/pkcs12/p12_asn.c
libressl/crypto/pkcs12/p12_attr.c
libressl/crypto/pkcs12/p12_crpt.c
libressl/crypto/pkcs12/p12_crt.c
libressl/crypto/pkcs12/p12_decr.c
libressl/crypto/pkcs12/p12_init.c
libressl/crypto/pkcs12/p12_key.c
libressl/crypto/pkcs12/p12_kiss.c
libressl/crypto/pkcs12/p12_mutl.c
libressl/crypto/pkcs12/p12_p8d.c
libressl/crypto/pkcs12/p12_p8e.c
libressl/crypto/pkcs12/p12_sbag.c
libressl/crypto/pkcs12/p12_utl.c
libressl/crypto/pkcs12/pk12err.c
libressl/crypto/pkcs12/pkcs12_local.h
libressl/crypto/pkcs7/pk7_asn1.c
libressl/crypto/pkcs7/pk7_doit.c
libressl/crypto/pkcs7/pk7_lib.c
libressl/crypto/pkcs7/pk7_smime.c
libressl/crypto/pkcs7/pkcs7err.c
libressl/crypto/rand/rand_err.c
libressl/crypto/rc4/rc4_enc.c
libressl/crypto/rsa/rsa_ameth.c
libressl/crypto/rsa/rsa_chk.c
libressl/crypto/rsa/rsa_crpt.c
libressl/crypto/rsa/rsa_depr.c
libressl/crypto/rsa/rsa_eay.c
libressl/crypto/rsa/rsa_err.c
libressl/crypto/rsa/rsa_gen.c
libressl/crypto/rsa/rsa_lib.c
libressl/crypto/rsa/rsa_locl.h
libressl/crypto/rsa/rsa_meth.c
libressl/crypto/rsa/rsa_oaep.c
libressl/crypto/rsa/rsa_pmeth.c
libressl/crypto/rsa/rsa_pss.c
libressl/crypto/rsa/rsa_sign.c
libressl/crypto/sha/sha256.c
libressl/crypto/sha/sha512.c
libressl/crypto/sha/sha_locl.h
libressl/crypto/ts/ts_asn1.c
libressl/crypto/ts/ts_err.c
libressl/crypto/ts/ts_lib.c
libressl/crypto/ts/ts_local.h
libressl/crypto/ts/ts_req_utils.c
libressl/crypto/ts/ts_rsp_print.c
libressl/crypto/ts/ts_rsp_sign.c
libressl/crypto/ts/ts_rsp_utils.c
libressl/crypto/ts/ts_rsp_verify.c
libressl/crypto/ts/ts_verify_ctx.c
libressl/crypto/ui/ui_err.c
libressl/crypto/whrlpool/wp_block.c
libressl/crypto/x509/by_dir.c
libressl/crypto/x509/by_file.c
libressl/crypto/x509/by_mem.c
libressl/crypto/x509/ext_dat.h
libressl/crypto/x509/pcy_cache.c
libressl/crypto/x509/pcy_map.c
libressl/crypto/x509/pcy_tree.c
libressl/crypto/x509/x509_addr.c
libressl/crypto/x509/x509_alt.c
libressl/crypto/x509/x509_asid.c
libressl/crypto/x509/x509_att.c
libressl/crypto/x509/x509_cmp.c
libressl/crypto/x509/x509_conf.c
libressl/crypto/x509/x509_constraints.c
libressl/crypto/x509/x509_cpols.c
libressl/crypto/x509/x509_crld.c
libressl/crypto/x509/x509_err.c
libressl/crypto/x509/x509_ext.c
libressl/crypto/x509/x509_genn.c
libressl/crypto/x509/x509_internal.h
libressl/crypto/x509/x509_issuer_cache.c
libressl/crypto/x509/x509_issuer_cache.h
libressl/crypto/x509/x509_lcl.h
libressl/crypto/x509/x509_lib.c
libressl/crypto/x509/x509_lu.c
libressl/crypto/x509/x509_ncons.c
libressl/crypto/x509/x509_obj.c
libressl/crypto/x509/x509_ocsp.c
libressl/crypto/x509/x509_pci.c
libressl/crypto/x509/x509_prn.c
libressl/crypto/x509/x509_purp.c
libressl/crypto/x509/x509_r2x.c
libressl/crypto/x509/x509_req.c
libressl/crypto/x509/x509_set.c
libressl/crypto/x509/x509_skey.c
libressl/crypto/x509/x509_trs.c
libressl/crypto/x509/x509_txt.c
libressl/crypto/x509/x509_utl.c
libressl/crypto/x509/x509_v3.c
libressl/crypto/x509/x509_verify.c
libressl/crypto/x509/x509_vfy.c
libressl/crypto/x509/x509_vpm.c
libressl/crypto/x509/x509cset.c
libressl/crypto/x509/x509name.c
libressl/crypto/x509/x509rset.c
libressl/crypto/x509/x509type.c
libressl/crypto/x509/x_all.c
libressl/include/openssl/asn1.h
libressl/include/openssl/asn1t.h
libressl/include/openssl/bio.h
libressl/include/openssl/blowfish.h
libressl/include/openssl/bn.h
libressl/include/openssl/buffer.h
libressl/include/openssl/comp.h
libressl/include/openssl/conf.h
libressl/include/openssl/crypto.h
libressl/include/openssl/ct.h
libressl/include/openssl/dh.h
libressl/include/openssl/dsa.h
libressl/include/openssl/dso.h
libressl/include/openssl/dtls1.h
libressl/include/openssl/ec.h
libressl/include/openssl/ecdh.h
libressl/include/openssl/ecdsa.h
libressl/include/openssl/engine.h
libressl/include/openssl/err.h
libressl/include/openssl/evp.h
libressl/include/openssl/gost.h
libressl/include/openssl/hmac.h
libressl/include/openssl/kdf.h
libressl/include/openssl/obj_mac.h
libressl/include/openssl/objects.h
libressl/include/openssl/ocsp.h
libressl/include/openssl/opensslconf.h
libressl/include/openssl/opensslfeatures.h
libressl/include/openssl/opensslv.h
libressl/include/openssl/ossl_typ.h
libressl/include/openssl/pem.h
libressl/include/openssl/pkcs12.h
libressl/include/openssl/pkcs7.h
libressl/include/openssl/rand.h
libressl/include/openssl/rsa.h
libressl/include/openssl/safestack.h
libressl/include/openssl/srtp.h
libressl/include/openssl/ssl.h
libressl/include/openssl/ssl3.h
libressl/include/openssl/tls1.h
libressl/include/openssl/ts.h
libressl/include/openssl/ui.h
libressl/include/openssl/x509.h
libressl/include/openssl/x509_verify.h
libressl/include/openssl/x509_vfy.h
libressl/include/openssl/x509v3.h
libressl/include/tls.h
libressl/man/openssl.cnf.5
libressl/openssl.cnf
libressl/ssl/VERSION
libressl/ssl/bio_ssl.c
libressl/ssl/bs_cbb.c
libressl/ssl/bs_cbs.c
libressl/ssl/bytestring.h
libressl/ssl/d1_both.c
libressl/ssl/d1_lib.c
libressl/ssl/d1_pkt.c
libressl/ssl/d1_srtp.c
libressl/ssl/dtls_locl.h
libressl/ssl/s3_cbc.c
libressl/ssl/s3_lib.c
libressl/ssl/srtp.h
libressl/ssl/ssl_algs.c
libressl/ssl/ssl_asn1.c
libressl/ssl/ssl_both.c
libressl/ssl/ssl_cert.c
libressl/ssl/ssl_ciph.c
libressl/ssl/ssl_ciphers.c
libressl/ssl/ssl_clnt.c
libressl/ssl/ssl_err.c
libressl/ssl/ssl_kex.c
libressl/ssl/ssl_lib.c
libressl/ssl/ssl_locl.h
libressl/ssl/ssl_methods.c
libressl/ssl/ssl_packet.c
libressl/ssl/ssl_pkt.c
libressl/ssl/ssl_rsa.c
libressl/ssl/ssl_seclevel.c
libressl/ssl/ssl_sess.c
libressl/ssl/ssl_sigalgs.c
libressl/ssl/ssl_sigalgs.h
libressl/ssl/ssl_srvr.c
libressl/ssl/ssl_stat.c
libressl/ssl/ssl_tlsext.c
libressl/ssl/ssl_tlsext.h
libressl/ssl/ssl_transcript.c
libressl/ssl/ssl_txt.c
libressl/ssl/ssl_versions.c
libressl/ssl/t1_enc.c
libressl/ssl/t1_lib.c
libressl/ssl/tls12_key_schedule.c
libressl/ssl/tls12_lib.c
libressl/ssl/tls12_record_layer.c
libressl/ssl/tls13_client.c
libressl/ssl/tls13_handshake.c
libressl/ssl/tls13_handshake_msg.c
libressl/ssl/tls13_internal.h
libressl/ssl/tls13_key_schedule.c
libressl/ssl/tls13_legacy.c
libressl/ssl/tls13_lib.c
libressl/ssl/tls13_quic.c
libressl/ssl/tls13_record.c
libressl/ssl/tls13_record.h
libressl/ssl/tls13_record_layer.c
libressl/ssl/tls13_server.c
libressl/ssl/tls_buffer.c
libressl/ssl/tls_content.c
libressl/ssl/tls_content.h
libressl/ssl/tls_internal.h
libressl/ssl/tls_key_share.c
libressl/ssl/tls_lib.c
libressl/tls/tls.c
libressl/tls/tls_bio_cb.c
libressl/tls/tls_client.c
libressl/tls/tls_config.c
libressl/tls/tls_conninfo.c
libressl/tls/tls_internal.h
libressl/tls/tls_keypair.c
libressl/tls/tls_ocsp.c
libressl/tls/tls_server.c
libressl/tls/tls_signer.c
libressl/tls/tls_util.c
50a69bb509-Oct-2021 Sascha Wildner <saw@online.de>

Import OpenSSH-8.8p1


openssh/LICENCE
openssh/PROTOCOL
openssh/PROTOCOL.agent
openssh/PROTOCOL.certkeys
openssh/PROTOCOL.key
openssh/PROTOCOL.sshsig
openssh/README
openssh/addr.c
openssh/addr.h
openssh/addrmatch.c
openssh/auth-options.c
openssh/auth-options.h
openssh/auth-pam.c
openssh/auth-passwd.c
openssh/auth-rhosts.c
openssh/auth.c
openssh/auth.h
openssh/auth2-chall.c
openssh/auth2-hostbased.c
openssh/auth2-kbdint.c
openssh/auth2-none.c
openssh/auth2-passwd.c
openssh/auth2-pubkey.c
openssh/auth2.c
openssh/authfd.c
openssh/authfd.h
openssh/authfile.c
openssh/canohost.c
openssh/chacha.h
openssh/channels.c
openssh/channels.h
openssh/cipher.c
openssh/clientloop.c
openssh/compat.c
openssh/compat.h
openssh/contrib/ssh-copy-id
openssh/contrib/ssh-copy-id.1
openssh/crypto_api.h
openssh/defines.h
openssh/dh.c
openssh/dh.h
openssh/digest-openssl.c
openssh/dns.c
openssh/dns.h
openssh/entropy.c
openssh/fatal.c
openssh/hash.c
openssh/hostfile.c
openssh/hostfile.h
openssh/kex.c
openssh/kex.h
openssh/kexdh.c
openssh/kexgen.c
openssh/kexgexc.c
openssh/kexgexs.c
openssh/kexsntrup761x25519.c
openssh/krl.c
openssh/log.c
openssh/log.h
openssh/loginrec.c
openssh/loginrec.h
openssh/match.c
openssh/match.h
openssh/misc.c
openssh/misc.h
openssh/moduli
openssh/monitor.c
openssh/monitor_fdpass.c
openssh/monitor_wrap.c
openssh/monitor_wrap.h
openssh/msg.c
openssh/mux.c
openssh/myproposal.h
openssh/nchan.c
openssh/packet.c
openssh/packet.h
openssh/readconf.c
openssh/readconf.h
openssh/readpass.c
openssh/sandbox-rlimit.c
openssh/scp.1
openssh/scp.c
openssh/servconf.c
openssh/servconf.h
openssh/serverloop.c
openssh/session.c
openssh/sftp-client.c
openssh/sftp-client.h
openssh/sftp-common.c
openssh/sftp-realpath.c
openssh/sftp-server.8
openssh/sftp-server.c
openssh/sftp.1
openssh/sftp.c
openssh/sk-api.h
openssh/sntrup761.c
openssh/srclimit.c
openssh/srclimit.h
openssh/ssh-add.1
openssh/ssh-add.c
openssh/ssh-agent.1
openssh/ssh-agent.c
openssh/ssh-ecdsa-sk.c
openssh/ssh-ed25519-sk.c
openssh/ssh-ed25519.c
openssh/ssh-keygen.1
openssh/ssh-keygen.c
openssh/ssh-keyscan.c
openssh/ssh-keysign.c
openssh/ssh-pkcs11-helper.c
openssh/ssh-sk-client.c
openssh/ssh.1
openssh/ssh.c
openssh/ssh.h
openssh/ssh2.h
openssh/ssh_api.c
openssh/ssh_config
openssh/ssh_config.5
openssh/sshbuf-getput-basic.c
openssh/sshbuf-misc.c
openssh/sshbuf.h
openssh/sshconnect.c
openssh/sshconnect.h
openssh/sshconnect2.c
openssh/sshd.8
openssh/sshd.c
openssh/sshd_config
openssh/sshd_config.5
openssh/sshkey-xmss.h
openssh/sshkey.c
openssh/sshkey.h
openssh/sshlogin.c
openssh/sshpty.c
openssh/sshsig.c
openssh/sshsig.h
openssh/ttymodes.c
openssh/uidswap.c
openssh/umac.c
openssh/utf8.h
openssh/version.h
openssh/xmalloc.h
b6dec7da26-Mar-2021 Daniel Fojt <df@neosystem.org>

vendor/libressl: upgrade from 3.2.4 to 3.2.5

Fixes possible use-after-free caused by TLS client using session
resumption.

2eb7d3b817-Feb-2021 Daniel Fojt <df@neosystem.org>

vendor/libressl: upgrade from 3.2.3 to 3.2.4

Bug and interoperability fixes:

* Switch back to certificate verification code from LibreSSL 3.1.x. The
new verifier is not bug compatible with the

vendor/libressl: upgrade from 3.2.3 to 3.2.4

Bug and interoperability fixes:

* Switch back to certificate verification code from LibreSSL 3.1.x. The
new verifier is not bug compatible with the old verifier causing issues
with applications expecting behavior of the old verifier.

* Unbreak DTLS retransmissions for flights that include a CCS

* Only check BIO_should_read() on read and BIO_should_write() on write

* Implement autochain for the TLSv1.3 server

* Use the legacy verifier for autochain

* Implement exporter for TLSv1.3

* Free alert_data and phh_data in tls13_record_layer_free()

* Plug leak in x509_verify_chain_dup()

* Free the policy tree in x509_vfy_check_policy()

show more ...

f182865910-Dec-2020 Daniel Fojt <df@neosystem.org>

vendor/libressl: upgrade from 3.2.2 to 3.2.3

Fixes ASN.1 vulnerability (aka CVE-2020-1971):

* Malformed ASN.1 in a certificate revocation list or a timestamp
response token can lead to a NULL poi

vendor/libressl: upgrade from 3.2.2 to 3.2.3

Fixes ASN.1 vulnerability (aka CVE-2020-1971):

* Malformed ASN.1 in a certificate revocation list or a timestamp
response token can lead to a NULL pointer dereference

show more ...

8edacedf03-Nov-2020 Daniel Fojt <df@neosystem.org>

vendor/libressl: upgrade from 3.1.4 to 3.2.2

Summary of notable changes:

* new TLSv1.3 implementation enabled by default for both client
and server

* new X509 certificate chain validator t

vendor/libressl: upgrade from 3.1.4 to 3.2.2

Summary of notable changes:

* new TLSv1.3 implementation enabled by default for both client
and server

* new X509 certificate chain validator that correctly handles
multiple paths through intermediate certificates

* new name constraints verification implementation which passes
the bettertls.com certificate validation check suite

* numerous leaks and out-of-bounds write fixed

* many improvements, refactoring, optimizations and code cleanups

See ChangeLog for details.

show more ...


libressl/ChangeLog
libressl/VERSION
libressl/apps/openssl/apps.c
libressl/apps/openssl/apps.h
libressl/apps/openssl/cert.pem
libressl/apps/openssl/ocsp.c
libressl/apps/openssl/openssl.1
libressl/apps/openssl/req.c
libressl/apps/openssl/s_client.c
libressl/apps/openssl/s_server.c
libressl/apps/openssl/verify.c
libressl/apps/openssl/x509.c
libressl/crypto/asn1/a_bitstr.c
libressl/crypto/asn1/x_attrib.c
libressl/crypto/asn1/x_info.c
libressl/crypto/bn/bn_rand.c
libressl/crypto/cms/cms_err.c
libressl/crypto/ec/ec_curve.c
libressl/crypto/evp/e_aes.c
libressl/crypto/evp/evp_pbe.c
libressl/crypto/gost/gost2814789.c
libressl/crypto/gost/gost_err.c
libressl/crypto/gost/gostr341001_ameth.c
libressl/crypto/gost/gostr341001_params.c
libressl/crypto/objects/obj_dat.h
libressl/crypto/pem/pem_info.c
libressl/crypto/pkcs12/pk12err.c
libressl/crypto/pkcs7/pkcs7err.c
libressl/crypto/ui/ui_lib.c
libressl/crypto/x509/ext_dat.h
libressl/crypto/x509/pcy_cache.c
libressl/crypto/x509/pcy_data.c
libressl/crypto/x509/pcy_int.h
libressl/crypto/x509/pcy_lib.c
libressl/crypto/x509/pcy_map.c
libressl/crypto/x509/pcy_node.c
libressl/crypto/x509/pcy_tree.c
libressl/crypto/x509/x509_akey.c
libressl/crypto/x509/x509_akeya.c
libressl/crypto/x509/x509_alt.c
libressl/crypto/x509/x509_bcons.c
libressl/crypto/x509/x509_bitst.c
libressl/crypto/x509/x509_conf.c
libressl/crypto/x509/x509_constraints.c
libressl/crypto/x509/x509_cpols.c
libressl/crypto/x509/x509_crld.c
libressl/crypto/x509/x509_enum.c
libressl/crypto/x509/x509_err.c
libressl/crypto/x509/x509_extku.c
libressl/crypto/x509/x509_genn.c
libressl/crypto/x509/x509_ia5.c
libressl/crypto/x509/x509_info.c
libressl/crypto/x509/x509_int.c
libressl/crypto/x509/x509_internal.h
libressl/crypto/x509/x509_issuer_cache.c
libressl/crypto/x509/x509_issuer_cache.h
libressl/crypto/x509/x509_lib.c
libressl/crypto/x509/x509_ncons.c
libressl/crypto/x509/x509_ocsp.c
libressl/crypto/x509/x509_pci.c
libressl/crypto/x509/x509_pcia.c
libressl/crypto/x509/x509_pcons.c
libressl/crypto/x509/x509_pku.c
libressl/crypto/x509/x509_pmaps.c
libressl/crypto/x509/x509_prn.c
libressl/crypto/x509/x509_purp.c
libressl/crypto/x509/x509_skey.c
libressl/crypto/x509/x509_sxnet.c
libressl/crypto/x509/x509_utl.c
libressl/crypto/x509/x509_verify.c
libressl/crypto/x509/x509_vfy.c
libressl/crypto/x509/x509_vpm.c
libressl/include/openssl/obj_mac.h
libressl/include/openssl/opensslfeatures.h
libressl/include/openssl/opensslv.h
libressl/include/openssl/ssl.h
libressl/include/openssl/ssl3.h
libressl/include/openssl/tls1.h
libressl/include/openssl/ui.h
libressl/include/openssl/x509_verify.h
libressl/include/openssl/x509_vfy.h
libressl/include/openssl/x509v3.h
libressl/ssl/bs_cbb.c
libressl/ssl/d1_both.c
libressl/ssl/d1_lib.c
libressl/ssl/d1_pkt.c
libressl/ssl/s3_cbc.c
libressl/ssl/s3_lib.c
libressl/ssl/ssl_both.c
libressl/ssl/ssl_cert.c
libressl/ssl/ssl_ciph.c
libressl/ssl/ssl_ciphers.c
libressl/ssl/ssl_clnt.c
libressl/ssl/ssl_lib.c
libressl/ssl/ssl_locl.h
libressl/ssl/ssl_methods.c
libressl/ssl/ssl_pkt.c
libressl/ssl/ssl_sess.c
libressl/ssl/ssl_sigalgs.c
libressl/ssl/ssl_srvr.c
libressl/ssl/ssl_tlsext.c
libressl/ssl/ssl_tlsext.h
libressl/ssl/ssl_versions.c
libressl/ssl/t1_enc.c
libressl/ssl/t1_lib.c
libressl/ssl/tls12_record_layer.c
libressl/ssl/tls13_client.c
libressl/ssl/tls13_handshake.c
libressl/ssl/tls13_internal.h
libressl/ssl/tls13_legacy.c
libressl/ssl/tls13_lib.c
libressl/ssl/tls13_record.c
libressl/ssl/tls13_record_layer.c
libressl/ssl/tls13_server.c
libressl/tls/tls.c
f015dc5811-Sep-2020 Daniel Fojt <df@neosystem.org>

vendor/libressl: upgrade from 3.1.3 to 3.1.4

Interoperability and bug fixes for the TLSv1.3 client:

* Improve client certificate selection to allow EC certificates
instead of only RSA certifica

vendor/libressl: upgrade from 3.1.3 to 3.1.4

Interoperability and bug fixes for the TLSv1.3 client:

* Improve client certificate selection to allow EC certificates
instead of only RSA certificates.

* Do not error out if a TLSv1.3 server requests an OCSP response as
part of a certificate request.

* Fix SSL_shutdown behavior to match the legacy stack. The previous
behaviour could cause a hang.

* Fix a memory leak and add a missing error check in the handling of
the key update message.

* Fix a memory leak in tls13_record_layer_set_traffic_key.

* Avoid calling freezero with a negative size if a server sends a
malformed plaintext of all zeroes.

* Ensure that only PSS may be used with RSA in TLSv1.3 in order
to avoid using PKCS1-based signatures.

* Add the P-521 curve to the list of curves supported by default
in the client.

show more ...

0cbfa66c22-Jul-2020 Daniel Fojt <df@neosystem.org>

vendor/openssh: upgrade from 8.0p1 to 8.3p1

Summary of notable changes:

- ssh(1), sshd(8), ssh-agent(1): add protection for private keys at
rest in RAM against speculation and memory side-channel

vendor/openssh: upgrade from 8.0p1 to 8.3p1

Summary of notable changes:

- ssh(1), sshd(8), ssh-agent(1): add protection for private keys at
rest in RAM against speculation and memory side-channel attacks like
Spectre, Meltdown and Rambleed, openssh 8.1 and later encrypts private
keys when they are not in use with a symmetric key that is derived from
a relatively large "prekey" consisting of random data (currently 16KB)

- ssh(1), sshd(8), ssh-keygen(1): openssh 8.2 removes the "ssh-rsa"
(RSA/SHA1) algorithm from those accepted for certificate signatures
(i.e. the client and server CASignatureAlgorithms option) and will
use the rsa-sha2-512 signature algorithm by default when the
ssh-keygen(1) CA signs new certificates

- ssh(1), sshd(8): openssh 8.2 removes diffie-hellman-group14-sha1 from
the default key exchange proposal for both the client and server

- ssh-keygen(1): the command-line options related to the generation and
screening of safe prime numbers used by the diffie-hellman-group-* key
exchange algorithms have changed, most options have been folded under
the -O flag

- support PKCS8 as an optional format for storage of private keys to disk,
native key format remains the default, but PKCS8 is a superior format to
PEM if interoperability with non-OpenSSH software is required

- ssh(1), sshd(8): prefer to use chacha20 from libcrypto

- sshd(8): the sshd listener process title visible to ps(1) has changed
to include information about the number of connections that are
currently attempting authentication and the limits configured
by MaxStartups

- sshd(8): when clients get denied by MaxStartups, send a notification
prior to the SSH2 protocol banner according to RFC4253 section 4.2

- sshd(8): add an Include sshd_config keyword that allows including
additional configuration files via glob(3) patterns

- sshd(8): make IgnoreRhosts a tri-state option: "yes" to ignore
rhosts/shosts, "no" allow rhosts/shosts or (new) "shosts-only"
to allow .shosts files but not .rhosts

- sshd(8): allow the IgnoreRhosts directive to appear anywhere in a
sshd_config, not just before any Match blocks

- ssh(1), sshd(8): allow prepending a list of algorithms to the default
set by starting the list with the '^' character, e.g.
"HostKeyAlgorithms ^ssh-ed25519"

- ssh(1): allow forwarding a different agent socket to the path specified
by $SSH_AUTH_SOCK, by extending the existing ForwardAgent option to
accepting an explicit path or the name of an environment variable in
addition to yes/no

- ssh(1): add %TOKEN percent expansion for the LocalFoward and
RemoteForward keywords when used for Unix domain socket forwarding

- ssh(1): allow %n to be expanded in ProxyCommand strings

- sftp(1): reject an argument of "-1" in the same way as ssh(1) and
scp(1) do instead of accepting and silently ignoring it

- sftp(1): check for user@host when parsing sftp target, this allows
user@[1.2.3.4] to work without a path

- sftp(1): fix a race condition in the SIGCHILD handler that could
turn in to a kill(-1)

For detailed list of all improvements, enhancements and bugfixes see
release notes:

https://www.openssh.com/releasenotes.html

show more ...


openssh/CREDITS
openssh/LICENCE
openssh/PROTOCOL
openssh/PROTOCOL.certkeys
openssh/PROTOCOL.chacha20poly1305
openssh/PROTOCOL.mux
openssh/PROTOCOL.sshsig
openssh/README
openssh/README.dns
openssh/auth-options.c
openssh/auth-options.h
openssh/auth-pam.c
openssh/auth-rhosts.c
openssh/auth.c
openssh/auth.h
openssh/auth2-chall.c
openssh/auth2-hostbased.c
openssh/auth2-kbdint.c
openssh/auth2-passwd.c
openssh/auth2-pubkey.c
openssh/auth2.c
openssh/authfd.c
openssh/authfd.h
openssh/authfile.c
openssh/authfile.h
openssh/canohost.c
openssh/channels.c
openssh/channels.h
openssh/cipher-chachapoly-libcrypto.c
openssh/cipher-chachapoly.h
openssh/cipher.c
openssh/cipher.h
openssh/clientloop.c
openssh/clientloop.h
openssh/contrib/ssh-copy-id.1
openssh/defines.h
openssh/dh.c
openssh/dh.h
openssh/digest-openssl.c
openssh/dns.c
openssh/entropy.c
openssh/hash.c
openssh/hmac.c
openssh/hostfile.c
openssh/kex.c
openssh/kex.h
openssh/kexecdh.c
openssh/kexgen.c
openssh/kexgexc.c
openssh/krl.c
openssh/krl.h
openssh/log.h
openssh/loginrec.c
openssh/mac.c
openssh/match.c
openssh/misc.c
openssh/misc.h
openssh/moduli
openssh/moduli.c
openssh/monitor.c
openssh/monitor_wrap.c
openssh/monitor_wrap.h
openssh/msg.c
openssh/mux.c
openssh/myproposal.h
openssh/nchan.c
openssh/packet.c
openssh/packet.h
openssh/pathnames.h
openssh/platform.c
openssh/progressmeter.c
openssh/readconf.c
openssh/readconf.h
openssh/readpass.c
openssh/scp.1
openssh/scp.c
openssh/servconf.c
openssh/servconf.h
openssh/serverloop.c
openssh/session.c
openssh/sftp-client.c
openssh/sftp-glob.c
openssh/sftp-realpath.c
openssh/sftp-server-main.c
openssh/sftp-server.8
openssh/sftp-server.c
openssh/sftp.1
openssh/sftp.c
openssh/sk-api.h
openssh/ssh-add.1
openssh/ssh-add.c
openssh/ssh-agent.1
openssh/ssh-agent.c
openssh/ssh-dss.c
openssh/ssh-ecdsa-sk.c
openssh/ssh-ed25519-sk.c
openssh/ssh-ed25519.c
openssh/ssh-keygen.1
openssh/ssh-keygen.c
openssh/ssh-keyscan.1
openssh/ssh-keyscan.c
openssh/ssh-keysign.8
openssh/ssh-keysign.c
openssh/ssh-pkcs11-helper.8
openssh/ssh-pkcs11-helper.c
openssh/ssh-pkcs11.h
openssh/ssh-sk-client.c
openssh/ssh-sk.h
openssh/ssh.1
openssh/ssh.c
openssh/ssh_api.c
openssh/ssh_config.5
openssh/sshbuf-getput-basic.c
openssh/sshbuf-getput-crypto.c
openssh/sshbuf-io.c
openssh/sshbuf-misc.c
openssh/sshbuf.c
openssh/sshbuf.h
openssh/sshconnect.c
openssh/sshconnect.h
openssh/sshconnect2.c
openssh/sshd.8
openssh/sshd.c
openssh/sshd_config.5
openssh/ssherr.c
openssh/ssherr.h
openssh/sshkey.c
openssh/sshkey.h
openssh/sshlogin.c
openssh/sshpty.c
openssh/sshsig.c
openssh/sshsig.h
openssh/uidswap.c
openssh/umac.c
openssh/umac.h
openssh/utf8.c
openssh/utf8.h
openssh/version.h
openssh/xmalloc.c
openssh/xmalloc.h
cca6fc5218-Jul-2020 Daniel Fojt <df@neosystem.org>

vendor/libressl: upgrade from 2.9.1 to 3.1.3

Summary of notable changes:

- fixed CVE-2019-1547 and CVE-2019-1563
- various side channels in DSA and ECDSA were addressed
- fixed PVK format output is

vendor/libressl: upgrade from 2.9.1 to 3.1.3

Summary of notable changes:

- fixed CVE-2019-1547 and CVE-2019-1563
- various side channels in DSA and ECDSA were addressed
- fixed PVK format output issue with openssl(1) dsa and rsa subcommand
- added cms subcommand to openssl(1)
- added -addext option to openssl(1) req subcommand
- added -groups option to openssl(1) s_server subcommand
- improved compatibility by backporting functionality and documentation
from OpenSSL 1.1.1
- added RSA-PSS and RSA-OAEP methods from OpenSSL 1.1.1
- completed the port of RSA_METHOD accessors from the OpenSSL 1.1 API
- ported Cryptographic Message Syntax (CMS) implementation from OpenSSL
1.1.1 and enabled by default
- completed initial TLS 1.3 implementation, TLS 1.3 is now enabled
by default for the client side, with the server side to be enabled
in a future release
- provided TLSv1.3 cipher suite aliases to match the names used
in RFC 8446

For details see ChangeLog.

show more ...


libressl/ChangeLog
libressl/VERSION
libressl/apps/nc/nc.1
libressl/apps/nc/netcat.c
libressl/apps/nc/socks.c
libressl/apps/openssl/apps.c
libressl/apps/openssl/apps.h
libressl/apps/openssl/asn1pars.c
libressl/apps/openssl/ca.c
libressl/apps/openssl/cert.pem
libressl/apps/openssl/certhash.c
libressl/apps/openssl/ciphers.c
libressl/apps/openssl/cms.c
libressl/apps/openssl/crl.c
libressl/apps/openssl/crl2p7.c
libressl/apps/openssl/dgst.c
libressl/apps/openssl/dh.c
libressl/apps/openssl/dhparam.c
libressl/apps/openssl/dsa.c
libressl/apps/openssl/dsaparam.c
libressl/apps/openssl/ec.c
libressl/apps/openssl/ecparam.c
libressl/apps/openssl/enc.c
libressl/apps/openssl/errstr.c
libressl/apps/openssl/gendh.c
libressl/apps/openssl/gendsa.c
libressl/apps/openssl/genpkey.c
libressl/apps/openssl/genrsa.c
libressl/apps/openssl/nseq.c
libressl/apps/openssl/openssl.1
libressl/apps/openssl/openssl.c
libressl/apps/openssl/passwd.c
libressl/apps/openssl/pkcs12.c
libressl/apps/openssl/pkcs7.c
libressl/apps/openssl/pkcs8.c
libressl/apps/openssl/pkey.c
libressl/apps/openssl/pkeyparam.c
libressl/apps/openssl/pkeyutl.c
libressl/apps/openssl/prime.c
libressl/apps/openssl/progs.h
libressl/apps/openssl/rand.c
libressl/apps/openssl/req.c
libressl/apps/openssl/rsa.c
libressl/apps/openssl/rsautl.c
libressl/apps/openssl/s_cb.c
libressl/apps/openssl/s_client.c
libressl/apps/openssl/s_server.c
libressl/apps/openssl/s_socket.c
libressl/apps/openssl/s_time.c
libressl/apps/openssl/sess_id.c
libressl/apps/openssl/speed.c
libressl/apps/openssl/spkac.c
libressl/apps/openssl/version.c
libressl/crypto/VERSION
libressl/crypto/asn1/a_enum.c
libressl/crypto/asn1/a_int.c
libressl/crypto/asn1/a_type.c
libressl/crypto/asn1/ameth_lib.c
libressl/crypto/asn1/asn1_locl.h
libressl/crypto/asn1/asn1_par.c
libressl/crypto/asn1/t_crl.c
libressl/crypto/asn1/t_x509.c
libressl/crypto/asn1/tasn_prn.c
libressl/crypto/asn1/x_long.c
libressl/crypto/bio/b_print.c
libressl/crypto/bio/bio_lib.c
libressl/crypto/bn/bn_ctx.c
libressl/crypto/bn/bn_lib.c
libressl/crypto/cast/cast_lcl.h
libressl/crypto/cms/cms_asn1.c
libressl/crypto/cms/cms_att.c
libressl/crypto/cms/cms_cd.c
libressl/crypto/cms/cms_dd.c
libressl/crypto/cms/cms_enc.c
libressl/crypto/cms/cms_env.c
libressl/crypto/cms/cms_err.c
libressl/crypto/cms/cms_ess.c
libressl/crypto/cms/cms_io.c
libressl/crypto/cms/cms_kari.c
libressl/crypto/cms/cms_lcl.h
libressl/crypto/cms/cms_lib.c
libressl/crypto/cms/cms_pwri.c
libressl/crypto/cms/cms_sd.c
libressl/crypto/cms/cms_smime.c
libressl/crypto/conf/conf_def.c
libressl/crypto/conf/conf_err.c
libressl/crypto/constant_time_locl.h
libressl/crypto/curve25519/curve25519-generic.c
libressl/crypto/curve25519/curve25519.c
libressl/crypto/curve25519/curve25519_internal.h
libressl/crypto/dh/dh_ameth.c
libressl/crypto/dsa/dsa_ameth.c
libressl/crypto/dsa/dsa_ossl.c
libressl/crypto/dsa/dsa_pmeth.c
libressl/crypto/ec/ec_ameth.c
libressl/crypto/ec/ec_err.c
libressl/crypto/ec/ec_kmeth.c
libressl/crypto/ec/ec_lib.c
libressl/crypto/ec/ec_pmeth.c
libressl/crypto/ecdh/ecdh_kdf.c
libressl/crypto/ecdh/ech_locl.h
libressl/crypto/ecdsa/ecs_ossl.c
libressl/crypto/err/err.c
libressl/crypto/err/err_all.c
libressl/crypto/evp/digest.c
libressl/crypto/evp/e_aes.c
libressl/crypto/evp/e_chacha.c
libressl/crypto/evp/e_des3.c
libressl/crypto/evp/encode.c
libressl/crypto/evp/evp_enc.c
libressl/crypto/evp/evp_err.c
libressl/crypto/evp/evp_locl.h
libressl/crypto/evp/p5_crpt.c
libressl/crypto/evp/pmeth_lib.c
libressl/crypto/gost/streebog.c
libressl/crypto/hkdf/hkdf.c
libressl/crypto/lhash/lhash.c
libressl/crypto/malloc-wrapper.c
libressl/crypto/modes/ccm128.c
libressl/crypto/objects/obj_dat.c
libressl/crypto/objects/obj_dat.h
libressl/crypto/pem/pem_lib.c
libressl/crypto/pem/pvkfmt.c
libressl/crypto/pkcs7/pk7_doit.c
libressl/crypto/pkcs7/pk7_lib.c
libressl/crypto/rsa/rsa_ameth.c
libressl/crypto/rsa/rsa_asn1.c
libressl/crypto/rsa/rsa_eay.c
libressl/crypto/rsa/rsa_err.c
libressl/crypto/rsa/rsa_lib.c
libressl/crypto/rsa/rsa_locl.h
libressl/crypto/rsa/rsa_meth.c
libressl/crypto/rsa/rsa_oaep.c
libressl/crypto/rsa/rsa_pmeth.c
libressl/crypto/ts/ts_rsp_sign.c
libressl/crypto/x509/x509_vfy.c
libressl/crypto/x509/x509spki.c
libressl/crypto/x509v3/pcy_node.c
libressl/crypto/x509v3/v3_akey.c
libressl/crypto/x509v3/v3_alt.c
libressl/crypto/x509v3/v3_bcons.c
libressl/crypto/x509v3/v3_bitst.c
libressl/crypto/x509v3/v3_cpols.c
libressl/crypto/x509v3/v3_crld.c
libressl/crypto/x509v3/v3_extku.c
libressl/crypto/x509v3/v3_info.c
libressl/crypto/x509v3/v3_lib.c
libressl/crypto/x509v3/v3_pcons.c
libressl/crypto/x509v3/v3_pku.c
libressl/crypto/x509v3/v3_pmaps.c
libressl/crypto/x509v3/v3_utl.c
libressl/include/openssl/asn1t.h
libressl/include/openssl/bn.h
libressl/include/openssl/cms.h
libressl/include/openssl/conf.h
libressl/include/openssl/curve25519.h
libressl/include/openssl/dtls1.h
libressl/include/openssl/ec.h
libressl/include/openssl/evp.h
libressl/include/openssl/obj_mac.h
libressl/include/openssl/opensslfeatures.h
libressl/include/openssl/opensslv.h
libressl/include/openssl/rsa.h
libressl/include/openssl/safestack.h
libressl/include/openssl/ssl.h
libressl/include/openssl/ssl3.h
libressl/include/openssl/tls1.h
libressl/include/tls.h
libressl/man/openssl.cnf.5
libressl/ssl/VERSION
libressl/ssl/bs_cbb.c
libressl/ssl/d1_clnt.c
libressl/ssl/d1_lib.c
libressl/ssl/d1_pkt.c
libressl/ssl/d1_srtp.c
libressl/ssl/s3_cbc.c
libressl/ssl/s3_lib.c
libressl/ssl/ssl_both.c
libressl/ssl/ssl_cert.c
libressl/ssl/ssl_ciph.c
libressl/ssl/ssl_ciphers.c
libressl/ssl/ssl_clnt.c
libressl/ssl/ssl_err.c
libressl/ssl/ssl_kex.c
libressl/ssl/ssl_lib.c
libressl/ssl/ssl_locl.h
libressl/ssl/ssl_methods.c
libressl/ssl/ssl_pkt.c
libressl/ssl/ssl_sess.c
libressl/ssl/ssl_srvr.c
libressl/ssl/ssl_tlsext.c
libressl/ssl/ssl_tlsext.h
libressl/ssl/ssl_transcript.c
libressl/ssl/t1_enc.c
libressl/ssl/t1_lib.c
libressl/ssl/tls13_buffer.c
libressl/ssl/tls13_client.c
libressl/ssl/tls13_error.c
libressl/ssl/tls13_handshake.c
libressl/ssl/tls13_handshake.h
libressl/ssl/tls13_handshake_msg.c
libressl/ssl/tls13_internal.h
libressl/ssl/tls13_key_schedule.c
libressl/ssl/tls13_key_share.c
libressl/ssl/tls13_legacy.c
libressl/ssl/tls13_lib.c
libressl/ssl/tls13_record.c
libressl/ssl/tls13_record.h
libressl/ssl/tls13_record_layer.c
libressl/ssl/tls13_server.c
libressl/tls/tls.c
libressl/tls/tls_config.c
libressl/tls/tls_conninfo.c
libressl/tls/tls_internal.h
libressl/tls/tls_ocsp.c
libressl/tls/tls_server.c
libressl/tls/tls_util.c
5325441124-Mar-2020 Sascha Wildner <saw@online.de>

Import OpenSSH-8.0p1's ssh-copy-id and manual page on the vendor branch.

7a04704124-Apr-2019 Sascha Wildner <saw@online.de>

Add a missing manual page to LIBRESSL's vendor branch.

664f476318-Apr-2019 zrj <rimvydas.jasinskas@gmail.com>

Import OpenSSH-8.0p1


openssh/PROTOCOL
openssh/PROTOCOL.certkeys
openssh/PROTOCOL.chacha20poly1305
openssh/PROTOCOL.krl
openssh/PROTOCOL.mux
openssh/README
openssh/addrmatch.c
openssh/atomicio.c
openssh/atomicio.h
openssh/audit.h
openssh/auth-options.c
openssh/auth-options.h
openssh/auth-pam.c
openssh/auth-pam.h
openssh/auth-passwd.c
openssh/auth-rhosts.c
openssh/auth.c
openssh/auth.h
openssh/auth2-chall.c
openssh/auth2-hostbased.c
openssh/auth2-kbdint.c
openssh/auth2-none.c
openssh/auth2-passwd.c
openssh/auth2-pubkey.c
openssh/auth2.c
openssh/authfd.c
openssh/authfd.h
openssh/authfile.c
openssh/bitmap.c
openssh/bitmap.h
openssh/channels.c
openssh/channels.h
openssh/cipher.c
openssh/cipher.h
openssh/clientloop.c
openssh/clientloop.h
openssh/compat.c
openssh/compat.h
openssh/crypto_api.h
openssh/defines.h
openssh/dh.c
openssh/dh.h
openssh/digest-openssl.c
openssh/dispatch.c
openssh/dispatch.h
openssh/dns.c
openssh/dns.h
openssh/entropy.c
openssh/entropy.h
openssh/groupaccess.c
openssh/hash.c
openssh/hostfile.c
openssh/kex.c
openssh/kex.h
openssh/kexc25519.c
openssh/kexdh.c
openssh/kexecdh.c
openssh/kexgen.c
openssh/kexgex.c
openssh/kexgexc.c
openssh/kexgexs.c
openssh/kexsntrup4591761x25519.c
openssh/krl.c
openssh/krl.h
openssh/log.c
openssh/log.h
openssh/loginrec.c
openssh/loginrec.h
openssh/match.c
openssh/match.h
openssh/misc.c
openssh/misc.h
openssh/moduli
openssh/moduli.c
openssh/monitor.c
openssh/monitor.h
openssh/monitor_wrap.c
openssh/monitor_wrap.h
openssh/msg.c
openssh/mux.c
openssh/myproposal.h
openssh/nchan.c
openssh/packet.c
openssh/packet.h
openssh/pathnames.h
openssh/platform.c
openssh/progressmeter.c
openssh/progressmeter.h
openssh/readconf.c
openssh/readconf.h
openssh/readpass.c
openssh/scp.1
openssh/scp.c
openssh/servconf.c
openssh/servconf.h
openssh/serverloop.c
openssh/session.c
openssh/session.h
openssh/sftp-client.c
openssh/sftp-client.h
openssh/sftp-common.c
openssh/sftp-server-main.c
openssh/sftp-server.c
openssh/sftp.1
openssh/sftp.c
openssh/sntrup4591761.c
openssh/ssh-add.1
openssh/ssh-add.c
openssh/ssh-agent.c
openssh/ssh-dss.c
openssh/ssh-ecdsa.c
openssh/ssh-keygen.1
openssh/ssh-keygen.c
openssh/ssh-keyscan.1
openssh/ssh-keyscan.c
openssh/ssh-keysign.c
openssh/ssh-pkcs11-helper.8
openssh/ssh-pkcs11-helper.c
openssh/ssh-pkcs11.h
openssh/ssh-rsa.c
openssh/ssh.1
openssh/ssh.c
openssh/ssh.h
openssh/ssh_api.c
openssh/ssh_api.h
openssh/ssh_config
openssh/ssh_config.5
openssh/sshbuf-getput-crypto.c
openssh/sshbuf.c
openssh/sshbuf.h
openssh/sshconnect.c
openssh/sshconnect.h
openssh/sshconnect2.c
openssh/sshd.8
openssh/sshd.c
openssh/sshd_config
openssh/sshd_config.5
openssh/ssherr.c
openssh/ssherr.h
openssh/sshkey-xmss.h
openssh/sshkey.c
openssh/sshkey.h
openssh/sshlogin.c
openssh/sshpty.c
openssh/ttymodes.c
openssh/uidswap.c
openssh/uidswap.h
openssh/umac.c
openssh/umac128.c
openssh/utf8.c
openssh/version.h
openssh/xmss_fast.h
72c3367620-Apr-2019 Maxim Ag <mewabg@yandex.ru>

Update LibreSSL from version 2.4.4 => 2.9.1

Submitted-by: Maxim + v2 update to 2.9.1 stable


libressl/ChangeLog
libressl/VERSION
libressl/apps/nc/atomicio.c
libressl/apps/nc/atomicio.h
libressl/apps/nc/nc.1
libressl/apps/nc/netcat.c
libressl/apps/nc/socks.c
libressl/apps/openssl/apps.c
libressl/apps/openssl/apps.h
libressl/apps/openssl/apps_posix.c
libressl/apps/openssl/asn1pars.c
libressl/apps/openssl/ca.c
libressl/apps/openssl/cert.pem
libressl/apps/openssl/certhash.c
libressl/apps/openssl/ciphers.c
libressl/apps/openssl/crl.c
libressl/apps/openssl/crl2p7.c
libressl/apps/openssl/dgst.c
libressl/apps/openssl/dh.c
libressl/apps/openssl/dhparam.c
libressl/apps/openssl/dsa.c
libressl/apps/openssl/dsaparam.c
libressl/apps/openssl/ec.c
libressl/apps/openssl/ecparam.c
libressl/apps/openssl/enc.c
libressl/apps/openssl/errstr.c
libressl/apps/openssl/gendh.c
libressl/apps/openssl/gendsa.c
libressl/apps/openssl/genpkey.c
libressl/apps/openssl/genrsa.c
libressl/apps/openssl/nseq.c
libressl/apps/openssl/ocsp.c
libressl/apps/openssl/openssl.1
libressl/apps/openssl/openssl.c
libressl/apps/openssl/passwd.c
libressl/apps/openssl/pkcs12.c
libressl/apps/openssl/pkcs7.c
libressl/apps/openssl/pkcs8.c
libressl/apps/openssl/pkey.c
libressl/apps/openssl/pkeyparam.c
libressl/apps/openssl/pkeyutl.c
libressl/apps/openssl/prime.c
libressl/apps/openssl/progs.h
libressl/apps/openssl/rand.c
libressl/apps/openssl/req.c
libressl/apps/openssl/rsa.c
libressl/apps/openssl/rsautl.c
libressl/apps/openssl/s_apps.h
libressl/apps/openssl/s_cb.c
libressl/apps/openssl/s_client.c
libressl/apps/openssl/s_server.c
libressl/apps/openssl/s_socket.c
libressl/apps/openssl/s_time.c
libressl/apps/openssl/sess_id.c
libressl/apps/openssl/smime.c
libressl/apps/openssl/speed.c
libressl/apps/openssl/spkac.c
libressl/apps/openssl/testdsa.h
libressl/apps/openssl/testrsa.h
libressl/apps/openssl/timeouts.h
libressl/apps/openssl/ts.c
libressl/apps/openssl/verify.c
libressl/apps/openssl/version.c
libressl/apps/openssl/x509.c
libressl/crypto/VERSION
libressl/crypto/aes/aes-elf-x86_64.S
libressl/crypto/aes/aes_cbc.c
libressl/crypto/aes/aes_core.c
libressl/crypto/aes/aes_ige.c
libressl/crypto/aes/aes_locl.h
libressl/crypto/aes/aes_misc.c
libressl/crypto/aes/aes_wrap.c
libressl/crypto/aes/aesni-elf-x86_64.S
libressl/crypto/aes/aesni-sha1-elf-x86_64.S
libressl/crypto/aes/bsaes-elf-x86_64.S
libressl/crypto/aes/vpaes-elf-x86_64.S
libressl/crypto/asn1/a_bitstr.c
libressl/crypto/asn1/a_bool.c
libressl/crypto/asn1/a_d2i_fp.c
libressl/crypto/asn1/a_digest.c
libressl/crypto/asn1/a_dup.c
libressl/crypto/asn1/a_enum.c
libressl/crypto/asn1/a_i2d_fp.c
libressl/crypto/asn1/a_int.c
libressl/crypto/asn1/a_mbstr.c
libressl/crypto/asn1/a_object.c
libressl/crypto/asn1/a_octet.c
libressl/crypto/asn1/a_print.c
libressl/crypto/asn1/a_sign.c
libressl/crypto/asn1/a_strex.c
libressl/crypto/asn1/a_strnid.c
libressl/crypto/asn1/a_time.c
libressl/crypto/asn1/a_time_tm.c
libressl/crypto/asn1/a_type.c
libressl/crypto/asn1/a_utf8.c
libressl/crypto/asn1/a_verify.c
libressl/crypto/asn1/ameth_lib.c
libressl/crypto/asn1/asn1_err.c
libressl/crypto/asn1/asn1_gen.c
libressl/crypto/asn1/asn1_lib.c
libressl/crypto/asn1/asn1_locl.h
libressl/crypto/asn1/asn1_par.c
libressl/crypto/asn1/asn_mime.c
libressl/crypto/asn1/asn_moid.c
libressl/crypto/asn1/asn_pack.c
libressl/crypto/asn1/bio_asn1.c
libressl/crypto/asn1/bio_ndef.c
libressl/crypto/asn1/charmap.h
libressl/crypto/asn1/d2i_pr.c
libressl/crypto/asn1/evp_asn1.c
libressl/crypto/asn1/f_int.c
libressl/crypto/asn1/f_string.c
libressl/crypto/asn1/i2d_pr.c
libressl/crypto/asn1/n_pkey.c
libressl/crypto/asn1/nsseq.c
libressl/crypto/asn1/p5_pbe.c
libressl/crypto/asn1/p5_pbev2.c
libressl/crypto/asn1/p8_pkey.c
libressl/crypto/asn1/t_crl.c
libressl/crypto/asn1/t_pkey.c
libressl/crypto/asn1/t_req.c
libressl/crypto/asn1/t_spki.c
libressl/crypto/asn1/t_x509.c
libressl/crypto/asn1/t_x509a.c
libressl/crypto/asn1/tasn_dec.c
libressl/crypto/asn1/tasn_enc.c
libressl/crypto/asn1/tasn_fre.c
libressl/crypto/asn1/tasn_new.c
libressl/crypto/asn1/tasn_prn.c
libressl/crypto/asn1/tasn_typ.c
libressl/crypto/asn1/tasn_utl.c
libressl/crypto/asn1/x_algor.c
libressl/crypto/asn1/x_attrib.c
libressl/crypto/asn1/x_bignum.c
libressl/crypto/asn1/x_crl.c
libressl/crypto/asn1/x_exten.c
libressl/crypto/asn1/x_info.c
libressl/crypto/asn1/x_long.c
libressl/crypto/asn1/x_name.c
libressl/crypto/asn1/x_nx509.c
libressl/crypto/asn1/x_pkey.c
libressl/crypto/asn1/x_pubkey.c
libressl/crypto/asn1/x_req.c
libressl/crypto/asn1/x_sig.c
libressl/crypto/asn1/x_spki.c
libressl/crypto/asn1/x_val.c
libressl/crypto/asn1/x_x509.c
libressl/crypto/asn1/x_x509a.c
libressl/crypto/bf/bf_cfb64.c
libressl/crypto/bf/bf_ecb.c
libressl/crypto/bf/bf_enc.c
libressl/crypto/bf/bf_locl.h
libressl/crypto/bf/bf_ofb64.c
libressl/crypto/bf/bf_pi.h
libressl/crypto/bf/bf_skey.c
libressl/crypto/bio/b_dump.c
libressl/crypto/bio/b_posix.c
libressl/crypto/bio/b_print.c
libressl/crypto/bio/b_sock.c
libressl/crypto/bio/bf_buff.c
libressl/crypto/bio/bf_nbio.c
libressl/crypto/bio/bio_cb.c
libressl/crypto/bio/bio_err.c
libressl/crypto/bio/bio_lib.c
libressl/crypto/bio/bss_acpt.c
libressl/crypto/bio/bss_conn.c
libressl/crypto/bio/bss_dgram.c
libressl/crypto/bio/bss_fd.c
libressl/crypto/bio/bss_file.c
libressl/crypto/bio/bss_mem.c
libressl/crypto/bio/bss_null.c
libressl/crypto/bio/bss_sock.c
libressl/crypto/bn/bn_add.c
libressl/crypto/bn/bn_asm.c
libressl/crypto/bn/bn_blind.c
libressl/crypto/bn/bn_const.c
libressl/crypto/bn/bn_ctx.c
libressl/crypto/bn/bn_div.c
libressl/crypto/bn/bn_err.c
libressl/crypto/bn/bn_exp.c
libressl/crypto/bn/bn_exp2.c
libressl/crypto/bn/bn_gcd.c
libressl/crypto/bn/bn_gf2m.c
libressl/crypto/bn/bn_kron.c
libressl/crypto/bn/bn_lcl.h
libressl/crypto/bn/bn_lib.c
libressl/crypto/bn/bn_mod.c
libressl/crypto/bn/bn_mont.c
libressl/crypto/bn/bn_mul.c
libressl/crypto/bn/bn_nist.c
libressl/crypto/bn/bn_prime.c
libressl/crypto/bn/bn_prime.h
libressl/crypto/bn/bn_print.c
libressl/crypto/bn/bn_rand.c
libressl/crypto/bn/bn_recp.c
libressl/crypto/bn/bn_shift.c
libressl/crypto/bn/bn_sqr.c
libressl/crypto/bn/bn_sqrt.c
libressl/crypto/bn/bn_word.c
libressl/crypto/bn/gf2m-elf-x86_64.S
libressl/crypto/bn/modexp512-elf-x86_64.S
libressl/crypto/bn/mont-elf-x86_64.S
libressl/crypto/bn/mont5-elf-x86_64.S
libressl/crypto/buffer/buf_err.c
libressl/crypto/buffer/buffer.c
libressl/crypto/camellia/camellia.c
libressl/crypto/camellia/cmll-elf-x86_64.S
libressl/crypto/camellia/cmll_cbc.c
libressl/crypto/camellia/cmll_cfb.c
libressl/crypto/camellia/cmll_ctr.c
libressl/crypto/camellia/cmll_ecb.c
libressl/crypto/camellia/cmll_locl.h
libressl/crypto/camellia/cmll_misc.c
libressl/crypto/camellia/cmll_ofb.c
libressl/crypto/cast/c_cfb64.c
libressl/crypto/cast/c_ecb.c
libressl/crypto/cast/c_enc.c
libressl/crypto/cast/c_ofb64.c
libressl/crypto/cast/c_skey.c
libressl/crypto/cast/cast_lcl.h
libressl/crypto/cast/cast_s.h
libressl/crypto/chacha/chacha-merged.c
libressl/crypto/chacha/chacha.c
libressl/crypto/cmac/cm_ameth.c
libressl/crypto/cmac/cm_pmeth.c
libressl/crypto/cmac/cmac.c
libressl/crypto/conf/conf_api.c
libressl/crypto/conf/conf_def.c
libressl/crypto/conf/conf_def.h
libressl/crypto/conf/conf_err.c
libressl/crypto/conf/conf_lib.c
libressl/crypto/conf/conf_mall.c
libressl/crypto/conf/conf_mod.c
libressl/crypto/conf/conf_sap.c
libressl/crypto/constant_time_locl.h
libressl/crypto/cpt_err.c
libressl/crypto/cpuid-elf-x86_64.S
libressl/crypto/cryptlib.c
libressl/crypto/cryptlib.h
libressl/crypto/crypto_init.c
libressl/crypto/crypto_lock.c
libressl/crypto/curve25519/curve25519-generic.c
libressl/crypto/curve25519/curve25519.c
libressl/crypto/curve25519/curve25519_internal.h
libressl/crypto/cversion.c
libressl/crypto/des/cbc_enc.c
libressl/crypto/des/cfb64ede.c
libressl/crypto/des/cfb64enc.c
libressl/crypto/des/cfb_enc.c
libressl/crypto/des/des_enc.c
libressl/crypto/des/des_locl.h
libressl/crypto/des/ecb3_enc.c
libressl/crypto/des/ecb_enc.c
libressl/crypto/des/fcrypt.c
libressl/crypto/des/fcrypt_b.c
libressl/crypto/des/ncbc_enc.c
libressl/crypto/des/ofb64ede.c
libressl/crypto/des/ofb64enc.c
libressl/crypto/des/rand_key.c
libressl/crypto/des/set_key.c
libressl/crypto/des/spr.h
libressl/crypto/des/xcbc_enc.c
libressl/crypto/dh/dh_ameth.c
libressl/crypto/dh/dh_asn1.c
libressl/crypto/dh/dh_check.c
libressl/crypto/dh/dh_err.c
libressl/crypto/dh/dh_gen.c
libressl/crypto/dh/dh_key.c
libressl/crypto/dh/dh_lib.c
libressl/crypto/dh/dh_pmeth.c
libressl/crypto/dh/dh_prn.c
libressl/crypto/dsa/dsa_ameth.c
libressl/crypto/dsa/dsa_asn1.c
libressl/crypto/dsa/dsa_depr.c
libressl/crypto/dsa/dsa_err.c
libressl/crypto/dsa/dsa_gen.c
libressl/crypto/dsa/dsa_key.c
libressl/crypto/dsa/dsa_lib.c
libressl/crypto/dsa/dsa_locl.h
libressl/crypto/dsa/dsa_meth.c
libressl/crypto/dsa/dsa_ossl.c
libressl/crypto/dsa/dsa_pmeth.c
libressl/crypto/dsa/dsa_prn.c
libressl/crypto/dsa/dsa_sign.c
libressl/crypto/dsa/dsa_vrf.c
libressl/crypto/dso/dso_err.c
libressl/crypto/dso/dso_lib.c
libressl/crypto/dso/dso_null.c
libressl/crypto/dso/dso_openssl.c
libressl/crypto/ec/ec2_mult.c
libressl/crypto/ec/ec2_oct.c
libressl/crypto/ec/ec2_smpl.c
libressl/crypto/ec/ec_ameth.c
libressl/crypto/ec/ec_asn1.c
libressl/crypto/ec/ec_check.c
libressl/crypto/ec/ec_curve.c
libressl/crypto/ec/ec_cvt.c
libressl/crypto/ec/ec_err.c
libressl/crypto/ec/ec_key.c
libressl/crypto/ec/ec_kmeth.c
libressl/crypto/ec/ec_lcl.h
libressl/crypto/ec/ec_lib.c
libressl/crypto/ec/ec_mult.c
libressl/crypto/ec/ec_oct.c
libressl/crypto/ec/ec_pmeth.c
libressl/crypto/ec/ec_print.c
libressl/crypto/ec/eck_prn.c
libressl/crypto/ec/ecp_mont.c
libressl/crypto/ec/ecp_nist.c
libressl/crypto/ec/ecp_oct.c
libressl/crypto/ec/ecp_smpl.c
libressl/crypto/ecdh/ech_err.c
libressl/crypto/ecdh/ech_key.c
libressl/crypto/ecdh/ech_lib.c
libressl/crypto/ecdh/ech_locl.h
libressl/crypto/ecdsa/ecs_asn1.c
libressl/crypto/ecdsa/ecs_err.c
libressl/crypto/ecdsa/ecs_lib.c
libressl/crypto/ecdsa/ecs_locl.h
libressl/crypto/ecdsa/ecs_ossl.c
libressl/crypto/ecdsa/ecs_sign.c
libressl/crypto/ecdsa/ecs_vrf.c
libressl/crypto/err/err.c
libressl/crypto/err/err_all.c
libressl/crypto/err/err_prn.c
libressl/crypto/evp/bio_b64.c
libressl/crypto/evp/bio_enc.c
libressl/crypto/evp/bio_md.c
libressl/crypto/evp/c_all.c
libressl/crypto/evp/digest.c
libressl/crypto/evp/e_aes.c
libressl/crypto/evp/e_aes_cbc_hmac_sha1.c
libressl/crypto/evp/e_bf.c
libressl/crypto/evp/e_camellia.c
libressl/crypto/evp/e_cast.c
libressl/crypto/evp/e_chacha.c
libressl/crypto/evp/e_chacha20poly1305.c
libressl/crypto/evp/e_des.c
libressl/crypto/evp/e_des3.c
libressl/crypto/evp/e_gost2814789.c
libressl/crypto/evp/e_idea.c
libressl/crypto/evp/e_null.c
libressl/crypto/evp/e_rc2.c
libressl/crypto/evp/e_rc4.c
libressl/crypto/evp/e_rc4_hmac_md5.c
libressl/crypto/evp/e_sm4.c
libressl/crypto/evp/e_xcbc_d.c
libressl/crypto/evp/encode.c
libressl/crypto/evp/evp_aead.c
libressl/crypto/evp/evp_enc.c
libressl/crypto/evp/evp_err.c
libressl/crypto/evp/evp_key.c
libressl/crypto/evp/evp_lib.c
libressl/crypto/evp/evp_locl.h
libressl/crypto/evp/evp_pbe.c
libressl/crypto/evp/evp_pkey.c
libressl/crypto/evp/m_dss.c
libressl/crypto/evp/m_dss1.c
libressl/crypto/evp/m_ecdsa.c
libressl/crypto/evp/m_gost2814789.c
libressl/crypto/evp/m_gostr341194.c
libressl/crypto/evp/m_md4.c
libressl/crypto/evp/m_md5.c
libressl/crypto/evp/m_md5_sha1.c
libressl/crypto/evp/m_ripemd.c
libressl/crypto/evp/m_sha1.c
libressl/crypto/evp/m_sigver.c
libressl/crypto/evp/m_sm3.c
libressl/crypto/evp/m_streebog.c
libressl/crypto/evp/m_wp.c
libressl/crypto/evp/names.c
libressl/crypto/evp/p5_crpt.c
libressl/crypto/evp/p5_crpt2.c
libressl/crypto/evp/p_lib.c
libressl/crypto/evp/p_sign.c
libressl/crypto/evp/p_verify.c
libressl/crypto/evp/pmeth_fn.c
libressl/crypto/evp/pmeth_gn.c
libressl/crypto/evp/pmeth_lib.c
libressl/crypto/ex_data.c
libressl/crypto/gost/gost2814789.c
libressl/crypto/gost/gost89_keywrap.c
libressl/crypto/gost/gost89_params.c
libressl/crypto/gost/gost89imit_ameth.c
libressl/crypto/gost/gost89imit_pmeth.c
libressl/crypto/gost/gost_asn1.h
libressl/crypto/gost/gost_err.c
libressl/crypto/gost/gost_locl.h
libressl/crypto/gost/gostr341001.c
libressl/crypto/gost/gostr341001_ameth.c
libressl/crypto/gost/gostr341001_key.c
libressl/crypto/gost/gostr341001_params.c
libressl/crypto/gost/gostr341001_pmeth.c
libressl/crypto/gost/gostr341194.c
libressl/crypto/gost/streebog.c
libressl/crypto/hkdf/hkdf.c
libressl/crypto/hmac/hm_ameth.c
libressl/crypto/hmac/hm_pmeth.c
libressl/crypto/hmac/hmac.c
libressl/crypto/idea/i_cbc.c
libressl/crypto/idea/i_cfb64.c
libressl/crypto/idea/i_ecb.c
libressl/crypto/idea/i_ofb64.c
libressl/crypto/idea/i_skey.c
libressl/crypto/idea/idea_lcl.h
libressl/crypto/lhash/lh_stats.c
libressl/crypto/lhash/lhash.c
libressl/crypto/md32_common.h
libressl/crypto/md4/md4_dgst.c
libressl/crypto/md4/md4_locl.h
libressl/crypto/md4/md4_one.c
libressl/crypto/md5/md5-elf-x86_64.S
libressl/crypto/md5/md5_dgst.c
libressl/crypto/md5/md5_locl.h
libressl/crypto/md5/md5_one.c
libressl/crypto/mem_dbg.c
libressl/crypto/modes/cbc128.c
libressl/crypto/modes/ccm128.c
libressl/crypto/modes/cfb128.c
libressl/crypto/modes/ctr128.c
libressl/crypto/modes/gcm128.c
libressl/crypto/modes/ghash-elf-x86_64.S
libressl/crypto/modes/modes_lcl.h
libressl/crypto/modes/ofb128.c
libressl/crypto/modes/xts128.c
libressl/crypto/o_init.c
libressl/crypto/o_time.c
libressl/crypto/o_time.h
libressl/crypto/objects/o_names.c
libressl/crypto/objects/obj_dat.c
libressl/crypto/objects/obj_dat.h
libressl/crypto/objects/obj_err.c
libressl/crypto/objects/obj_lib.c
libressl/crypto/objects/obj_xref.c
libressl/crypto/objects/obj_xref.h
libressl/crypto/ocsp/ocsp_asn.c
libressl/crypto/ocsp/ocsp_cl.c
libressl/crypto/ocsp/ocsp_err.c
libressl/crypto/ocsp/ocsp_ext.c
libressl/crypto/ocsp/ocsp_ht.c
libressl/crypto/ocsp/ocsp_lib.c
libressl/crypto/ocsp/ocsp_prn.c
libressl/crypto/ocsp/ocsp_srv.c
libressl/crypto/ocsp/ocsp_vfy.c
libressl/crypto/pem/pem_all.c
libressl/crypto/pem/pem_err.c
libressl/crypto/pem/pem_info.c
libressl/crypto/pem/pem_lib.c
libressl/crypto/pem/pem_oth.c
libressl/crypto/pem/pem_pk8.c
libressl/crypto/pem/pem_pkey.c
libressl/crypto/pem/pem_x509.c
libressl/crypto/pem/pem_xaux.c
libressl/crypto/pem/pvkfmt.c
libressl/crypto/pkcs12/p12_add.c
libressl/crypto/pkcs12/p12_asn.c
libressl/crypto/pkcs12/p12_attr.c
libressl/crypto/pkcs12/p12_crpt.c
libressl/crypto/pkcs12/p12_crt.c
libressl/crypto/pkcs12/p12_decr.c
libressl/crypto/pkcs12/p12_init.c
libressl/crypto/pkcs12/p12_key.c
libressl/crypto/pkcs12/p12_kiss.c
libressl/crypto/pkcs12/p12_mutl.c
libressl/crypto/pkcs12/p12_p8d.c
libressl/crypto/pkcs12/p12_p8e.c
libressl/crypto/pkcs12/p12_utl.c
libressl/crypto/pkcs12/pk12err.c
libressl/crypto/pkcs7/pk7_asn1.c
libressl/crypto/pkcs7/pk7_attr.c
libressl/crypto/pkcs7/pk7_doit.c
libressl/crypto/pkcs7/pk7_lib.c
libressl/crypto/pkcs7/pk7_mime.c
libressl/crypto/pkcs7/pk7_smime.c
libressl/crypto/pkcs7/pkcs7err.c
libressl/crypto/poly1305/poly1305-donna.c
libressl/crypto/poly1305/poly1305.c
libressl/crypto/rand/rand_err.c
libressl/crypto/rand/rand_lib.c
libressl/crypto/rc2/rc2_cbc.c
libressl/crypto/rc2/rc2_ecb.c
libressl/crypto/rc2/rc2_locl.h
libressl/crypto/rc2/rc2_skey.c
libressl/crypto/rc2/rc2cfb64.c
libressl/crypto/rc2/rc2ofb64.c
libressl/crypto/rc4/rc4-elf-x86_64.S
libressl/crypto/rc4/rc4-md5-elf-x86_64.S
libressl/crypto/rc4/rc4_enc.c
libressl/crypto/rc4/rc4_locl.h
libressl/crypto/rc4/rc4_skey.c
libressl/crypto/ripemd/rmd_dgst.c
libressl/crypto/ripemd/rmd_locl.h
libressl/crypto/ripemd/rmd_one.c
libressl/crypto/ripemd/rmdconst.h
libressl/crypto/rsa/rsa_ameth.c
libressl/crypto/rsa/rsa_asn1.c
libressl/crypto/rsa/rsa_chk.c
libressl/crypto/rsa/rsa_crpt.c
libressl/crypto/rsa/rsa_depr.c
libressl/crypto/rsa/rsa_eay.c
libressl/crypto/rsa/rsa_err.c
libressl/crypto/rsa/rsa_gen.c
libressl/crypto/rsa/rsa_lib.c
libressl/crypto/rsa/rsa_locl.h
libressl/crypto/rsa/rsa_meth.c
libressl/crypto/rsa/rsa_none.c
libressl/crypto/rsa/rsa_oaep.c
libressl/crypto/rsa/rsa_pk1.c
libressl/crypto/rsa/rsa_pmeth.c
libressl/crypto/rsa/rsa_prn.c
libressl/crypto/rsa/rsa_pss.c
libressl/crypto/rsa/rsa_sign.c
libressl/crypto/rsa/rsa_x931.c
libressl/crypto/sha/sha1-elf-x86_64.S
libressl/crypto/sha/sha1_one.c
libressl/crypto/sha/sha1dgst.c
libressl/crypto/sha/sha256-elf-x86_64.S
libressl/crypto/sha/sha256.c
libressl/crypto/sha/sha512-elf-x86_64.S
libressl/crypto/sha/sha512.c
libressl/crypto/sha/sha_locl.h
libressl/crypto/sm3/sm3.c
libressl/crypto/sm3/sm3_locl.h
libressl/crypto/sm4/sm4.c
libressl/crypto/stack/stack.c
libressl/crypto/ts/ts_asn1.c
libressl/crypto/ts/ts_conf.c
libressl/crypto/ts/ts_err.c
libressl/crypto/ts/ts_lib.c
libressl/crypto/ts/ts_req_print.c
libressl/crypto/ts/ts_req_utils.c
libressl/crypto/ts/ts_rsp_print.c
libressl/crypto/ts/ts_rsp_sign.c
libressl/crypto/ts/ts_rsp_utils.c
libressl/crypto/ts/ts_rsp_verify.c
libressl/crypto/ts/ts_verify_ctx.c
libressl/crypto/txt_db/txt_db.c
libressl/crypto/ui/ui_err.c
libressl/crypto/ui/ui_lib.c
libressl/crypto/ui/ui_locl.h
libressl/crypto/ui/ui_openssl.c
libressl/crypto/whrlpool/wp-elf-x86_64.S
libressl/crypto/whrlpool/wp_block.c
libressl/crypto/whrlpool/wp_dgst.c
libressl/crypto/whrlpool/wp_locl.h
libressl/crypto/x509/by_dir.c
libressl/crypto/x509/by_file.c
libressl/crypto/x509/by_mem.c
libressl/crypto/x509/vpm_int.h
libressl/crypto/x509/x509_att.c
libressl/crypto/x509/x509_cmp.c
libressl/crypto/x509/x509_d2.c
libressl/crypto/x509/x509_def.c
libressl/crypto/x509/x509_err.c
libressl/crypto/x509/x509_ext.c
libressl/crypto/x509/x509_lcl.h
libressl/crypto/x509/x509_lu.c
libressl/crypto/x509/x509_obj.c
libressl/crypto/x509/x509_r2x.c
libressl/crypto/x509/x509_req.c
libressl/crypto/x509/x509_set.c
libressl/crypto/x509/x509_trs.c
libressl/crypto/x509/x509_txt.c
libressl/crypto/x509/x509_v3.c
libressl/crypto/x509/x509_vfy.c
libressl/crypto/x509/x509_vpm.c
libressl/crypto/x509/x509cset.c
libressl/crypto/x509/x509name.c
libressl/crypto/x509/x509rset.c
libressl/crypto/x509/x509spki.c
libressl/crypto/x509/x509type.c
libressl/crypto/x509/x_all.c
libressl/crypto/x509v3/ext_dat.h
libressl/crypto/x509v3/pcy_cache.c
libressl/crypto/x509v3/pcy_data.c
libressl/crypto/x509v3/pcy_int.h
libressl/crypto/x509v3/pcy_lib.c
libressl/crypto/x509v3/pcy_map.c
libressl/crypto/x509v3/pcy_node.c
libressl/crypto/x509v3/pcy_tree.c
libressl/crypto/x509v3/v3_akey.c
libressl/crypto/x509v3/v3_akeya.c
libressl/crypto/x509v3/v3_alt.c
libressl/crypto/x509v3/v3_bcons.c
libressl/crypto/x509v3/v3_bitst.c
libressl/crypto/x509v3/v3_conf.c
libressl/crypto/x509v3/v3_cpols.c
libressl/crypto/x509v3/v3_crld.c
libressl/crypto/x509v3/v3_enum.c
libressl/crypto/x509v3/v3_extku.c
libressl/crypto/x509v3/v3_genn.c
libressl/crypto/x509v3/v3_ia5.c
libressl/crypto/x509v3/v3_info.c
libressl/crypto/x509v3/v3_int.c
libressl/crypto/x509v3/v3_lib.c
libressl/crypto/x509v3/v3_ncons.c
libressl/crypto/x509v3/v3_ocsp.c
libressl/crypto/x509v3/v3_pci.c
libressl/crypto/x509v3/v3_pcia.c
libressl/crypto/x509v3/v3_pcons.c
libressl/crypto/x509v3/v3_pku.c
libressl/crypto/x509v3/v3_pmaps.c
libressl/crypto/x509v3/v3_prn.c
libressl/crypto/x509v3/v3_purp.c
libressl/crypto/x509v3/v3_skey.c
libressl/crypto/x509v3/v3_sxnet.c
libressl/crypto/x509v3/v3_utl.c
libressl/crypto/x509v3/v3err.c
libressl/crypto/x86_arch.h
libressl/include/openssl/aes.h
libressl/include/openssl/asn1.h
libressl/include/openssl/asn1t.h
libressl/include/openssl/bio.h
libressl/include/openssl/blowfish.h
libressl/include/openssl/bn.h
libressl/include/openssl/buffer.h
libressl/include/openssl/camellia.h
libressl/include/openssl/cast.h
libressl/include/openssl/chacha.h
libressl/include/openssl/cmac.h
libressl/include/openssl/comp.h
libressl/include/openssl/conf.h
libressl/include/openssl/conf_api.h
libressl/include/openssl/crypto.h
libressl/include/openssl/curve25519.h
libressl/include/openssl/des.h
libressl/include/openssl/dh.h
libressl/include/openssl/dsa.h
libressl/include/openssl/dso.h
libressl/include/openssl/dtls1.h
libressl/include/openssl/ec.h
libressl/include/openssl/ecdh.h
libressl/include/openssl/ecdsa.h
libressl/include/openssl/err.h
libressl/include/openssl/evp.h
libressl/include/openssl/gost.h
libressl/include/openssl/hkdf.h
libressl/include/openssl/hmac.h
libressl/include/openssl/idea.h
libressl/include/openssl/lhash.h
libressl/include/openssl/md4.h
libressl/include/openssl/md5.h
libressl/include/openssl/modes.h
libressl/include/openssl/obj_mac.h
libressl/include/openssl/objects.h
libressl/include/openssl/ocsp.h
libressl/include/openssl/opensslconf.h
libressl/include/openssl/opensslfeatures.h
libressl/include/openssl/opensslv.h
libressl/include/openssl/ossl_typ.h
libressl/include/openssl/pem.h
libressl/include/openssl/pem2.h
libressl/include/openssl/pkcs12.h
libressl/include/openssl/pkcs7.h
libressl/include/openssl/poly1305.h
libressl/include/openssl/rand.h
libressl/include/openssl/rc2.h
libressl/include/openssl/rc4.h
libressl/include/openssl/ripemd.h
libressl/include/openssl/rsa.h
libressl/include/openssl/safestack.h
libressl/include/openssl/sha.h
libressl/include/openssl/sm3.h
libressl/include/openssl/sm4.h
libressl/include/openssl/srtp.h
libressl/include/openssl/ssl.h
libressl/include/openssl/ssl2.h
libressl/include/openssl/ssl23.h
libressl/include/openssl/ssl3.h
libressl/include/openssl/stack.h
libressl/include/openssl/tls1.h
libressl/include/openssl/ts.h
libressl/include/openssl/txt_db.h
libressl/include/openssl/ui.h
libressl/include/openssl/whrlpool.h
libressl/include/openssl/x509.h
libressl/include/openssl/x509_vfy.h
libressl/include/openssl/x509v3.h
libressl/include/pqueue.h
libressl/include/tls.h
libressl/ssl/VERSION
libressl/ssl/bio_ssl.c
libressl/ssl/bs_cbb.c
libressl/ssl/bs_cbs.c
libressl/ssl/bytestring.h
libressl/ssl/d1_both.c
libressl/ssl/d1_clnt.c
libressl/ssl/d1_enc.c
libressl/ssl/d1_lib.c
libressl/ssl/d1_pkt.c
libressl/ssl/d1_srtp.c
libressl/ssl/d1_srvr.c
libressl/ssl/pqueue.c
libressl/ssl/s3_cbc.c
libressl/ssl/s3_lib.c
libressl/ssl/srtp.h
libressl/ssl/ssl_algs.c
libressl/ssl/ssl_asn1.c
libressl/ssl/ssl_both.c
libressl/ssl/ssl_cert.c
libressl/ssl/ssl_ciph.c
libressl/ssl/ssl_ciphers.c
libressl/ssl/ssl_clnt.c
libressl/ssl/ssl_err.c
libressl/ssl/ssl_init.c
libressl/ssl/ssl_lib.c
libressl/ssl/ssl_locl.h
libressl/ssl/ssl_methods.c
libressl/ssl/ssl_packet.c
libressl/ssl/ssl_pkt.c
libressl/ssl/ssl_rsa.c
libressl/ssl/ssl_sess.c
libressl/ssl/ssl_sigalgs.c
libressl/ssl/ssl_sigalgs.h
libressl/ssl/ssl_srvr.c
libressl/ssl/ssl_stat.c
libressl/ssl/ssl_tlsext.c
libressl/ssl/ssl_tlsext.h
libressl/ssl/ssl_transcript.c
libressl/ssl/ssl_txt.c
libressl/ssl/ssl_versions.c
libressl/ssl/t1_enc.c
libressl/ssl/t1_lib.c
libressl/ssl/tls13_internal.h
libressl/ssl/tls13_key_schedule.c
libressl/tls/tls.c
libressl/tls/tls_bio_cb.c
libressl/tls/tls_client.c
libressl/tls/tls_config.c
libressl/tls/tls_conninfo.c
libressl/tls/tls_internal.h
libressl/tls/tls_keypair.c
libressl/tls/tls_ocsp.c
libressl/tls/tls_peer.c
libressl/tls/tls_server.c
libressl/tls/tls_util.c
libressl/tls/tls_verify.c
5b51d7ac24-Jul-2018 Sascha Wildner <saw@online.de>

Clean up the OpenSSH vendor branch a tiny bit.

19d5a87f04-Jul-2018 Aaron LI <aly@aaronly.me>

openssh: Removed unused vis.[ch] from the vendor branch

Our libc's vis(3) now supports VIS_ALL, which is required by libssh.


ce74baca13-Oct-2017 Matthew Dillon <dillon@apollo.backplane.com>

Import OpenSSH-7.6p1


openssh/CREDITS
openssh/LICENCE
openssh/PROTOCOL
openssh/PROTOCOL.agent
openssh/PROTOCOL.certkeys
openssh/README
openssh/addrmatch.c
openssh/atomicio.c
openssh/audit-bsm.c
openssh/audit.c
openssh/audit.h
openssh/auth-options.c
openssh/auth-options.h
openssh/auth-pam.c
openssh/auth-pam.h
openssh/auth-rhosts.c
openssh/auth.c
openssh/auth.h
openssh/auth2-chall.c
openssh/auth2-gss.c
openssh/auth2-hostbased.c
openssh/auth2-kbdint.c
openssh/auth2-none.c
openssh/auth2-passwd.c
openssh/auth2-pubkey.c
openssh/auth2.c
openssh/authfd.c
openssh/authfd.h
openssh/authfile.c
openssh/bitmap.c
openssh/bufbn.c
openssh/buffer.h
openssh/chacha.h
openssh/channels.c
openssh/channels.h
openssh/cipher-chachapoly.c
openssh/cipher.c
openssh/cipher.h
openssh/clientloop.c
openssh/clientloop.h
openssh/compat.c
openssh/compat.h
openssh/defines.h
openssh/dh.c
openssh/digest-openssl.c
openssh/digest.h
openssh/dispatch.c
openssh/dispatch.h
openssh/dns.c
openssh/dns.h
openssh/entropy.h
openssh/gss-genr.c
openssh/gss-serv.c
openssh/hostfile.c
openssh/includes.h
openssh/kex.c
openssh/kex.h
openssh/kexc25519c.c
openssh/kexc25519s.c
openssh/kexdhc.c
openssh/kexdhs.c
openssh/kexecdhc.c
openssh/kexecdhs.c
openssh/kexgexc.c
openssh/kexgexs.c
openssh/key.c
openssh/key.h
openssh/krl.c
openssh/log.c
openssh/log.h
openssh/mac.c
openssh/match.c
openssh/match.h
openssh/md5crypt.h
openssh/misc.c
openssh/misc.h
openssh/moduli
openssh/moduli.c
openssh/monitor.c
openssh/monitor.h
openssh/monitor_wrap.c
openssh/monitor_wrap.h
openssh/mux.c
openssh/myproposal.h
openssh/nchan.c
openssh/opacket.c
openssh/opacket.h
openssh/openbsd-compat/base64.h
openssh/openbsd-compat/bsd-cray.h
openssh/openbsd-compat/bsd-cygwin_util.h
openssh/openbsd-compat/bsd-getpagesize.c
openssh/openbsd-compat/bsd-malloc.c
openssh/openbsd-compat/bsd-misc.c
openssh/openbsd-compat/bsd-misc.h
openssh/openbsd-compat/bsd-nextstep.h
openssh/openbsd-compat/bsd-setres_id.h
openssh/openbsd-compat/bsd-statvfs.h
openssh/openbsd-compat/bsd-waitpid.h
openssh/openbsd-compat/explicit_bzero.c
openssh/openbsd-compat/fake-rfc2553.h
openssh/openbsd-compat/fmt_scaled.c
openssh/openbsd-compat/freezero.c
openssh/openbsd-compat/openbsd-compat.h
openssh/openbsd-compat/openssl-compat.c
openssh/openbsd-compat/openssl-compat.h
openssh/openbsd-compat/port-aix.h
openssh/openbsd-compat/port-irix.h
openssh/openbsd-compat/port-linux.h
openssh/openbsd-compat/port-solaris.h
openssh/openbsd-compat/port-tun.c
openssh/openbsd-compat/port-tun.h
openssh/openbsd-compat/recallocarray.c
openssh/openbsd-compat/sha2.h
openssh/openbsd-compat/strcasestr.c
openssh/openbsd-compat/vis.c
openssh/packet.c
openssh/packet.h
openssh/pathnames.h
openssh/platform-misc.c
openssh/platform-tracing.c
openssh/platform.c
openssh/platform.h
openssh/readconf.c
openssh/readconf.h
openssh/sandbox-rlimit.c
openssh/scp.1
openssh/scp.c
openssh/servconf.c
openssh/servconf.h
openssh/serverloop.c
openssh/serverloop.h
openssh/session.c
openssh/session.h
openssh/sftp-client.c
openssh/sftp-common.c
openssh/sftp-server.c
openssh/sftp.1
openssh/sftp.c
openssh/ssh-add.1
openssh/ssh-add.c
openssh/ssh-agent.1
openssh/ssh-agent.c
openssh/ssh-gss.h
openssh/ssh-keygen.1
openssh/ssh-keygen.c
openssh/ssh-keyscan.1
openssh/ssh-keyscan.c
openssh/ssh-pkcs11-client.c
openssh/ssh-pkcs11-helper.c
openssh/ssh-pkcs11.c
openssh/ssh-rsa.c
openssh/ssh.1
openssh/ssh.c
openssh/ssh.h
openssh/ssh_api.c
openssh/ssh_config
openssh/ssh_config.5
openssh/sshbuf-getput-basic.c
openssh/sshbuf.c
openssh/sshbuf.h
openssh/sshconnect.c
openssh/sshconnect.h
openssh/sshconnect2.c
openssh/sshd.8
openssh/sshd.c
openssh/sshd_config
openssh/sshd_config.5
openssh/ssherr.c
openssh/ssherr.h
openssh/sshkey.c
openssh/sshkey.h
openssh/sshpty.c
openssh/sshpty.h
openssh/ttymodes.c
openssh/ttymodes.h
openssh/umac.c
openssh/utf8.c
openssh/utf8.h
openssh/version.h
openssh/xmalloc.c
openssh/xmalloc.h
530c17a613-Jan-2017 John Marino <draco@marino.st>

Update LibreSSL from version 2.4.3 => 2.4.4

0acf6c5c03-Oct-2016 John Marino <draco@marino.st>

Update LibreSSL from version 2.4.2 => 2.4.3

f5b1c8a106-Sep-2016 John Marino <draco@marino.st>

Import LibreSSL v2.4.2 to vendor branch


libressl/COPYING
libressl/ChangeLog
libressl/VERSION
libressl/apps/nc/atomicio.c
libressl/apps/nc/atomicio.h
libressl/apps/nc/compat/accept4.c
libressl/apps/nc/compat/base64.c
libressl/apps/nc/compat/readpassphrase.c
libressl/apps/nc/compat/socket.c
libressl/apps/nc/compat/strtonum.c
libressl/apps/nc/compat/sys/socket.h
libressl/apps/nc/nc.1
libressl/apps/nc/netcat.c
libressl/apps/nc/socks.c
libressl/apps/openssl/apps.c
libressl/apps/openssl/apps.h
libressl/apps/openssl/apps_posix.c
libressl/apps/openssl/apps_win.c
libressl/apps/openssl/asn1pars.c
libressl/apps/openssl/ca.c
libressl/apps/openssl/cert.pem
libressl/apps/openssl/certhash.c
libressl/apps/openssl/certhash_win.c
libressl/apps/openssl/ciphers.c
libressl/apps/openssl/cms.c
libressl/apps/openssl/compat/poll_win.c
libressl/apps/openssl/compat/strtonum.c
libressl/apps/openssl/crl.c
libressl/apps/openssl/crl2p7.c
libressl/apps/openssl/dgst.c
libressl/apps/openssl/dh.c
libressl/apps/openssl/dhparam.c
libressl/apps/openssl/dsa.c
libressl/apps/openssl/dsaparam.c
libressl/apps/openssl/ec.c
libressl/apps/openssl/ecparam.c
libressl/apps/openssl/enc.c
libressl/apps/openssl/errstr.c
libressl/apps/openssl/gendh.c
libressl/apps/openssl/gendsa.c
libressl/apps/openssl/genpkey.c
libressl/apps/openssl/genrsa.c
libressl/apps/openssl/nseq.c
libressl/apps/openssl/ocsp.c
libressl/apps/openssl/openssl.1
libressl/apps/openssl/openssl.c
libressl/apps/openssl/openssl.cnf
libressl/apps/openssl/passwd.c
libressl/apps/openssl/pkcs12.c
libressl/apps/openssl/pkcs7.c
libressl/apps/openssl/pkcs8.c
libressl/apps/openssl/pkey.c
libressl/apps/openssl/pkeyparam.c
libressl/apps/openssl/pkeyutl.c
libressl/apps/openssl/prime.c
libressl/apps/openssl/progs.h
libressl/apps/openssl/rand.c
libressl/apps/openssl/req.c
libressl/apps/openssl/rsa.c
libressl/apps/openssl/rsautl.c
libressl/apps/openssl/s_apps.h
libressl/apps/openssl/s_cb.c
libressl/apps/openssl/s_client.c
libressl/apps/openssl/s_server.c
libressl/apps/openssl/s_socket.c
libressl/apps/openssl/s_time.c
libressl/apps/openssl/sess_id.c
libressl/apps/openssl/smime.c
libressl/apps/openssl/speed.c
libressl/apps/openssl/spkac.c
libressl/apps/openssl/testdsa.h
libressl/apps/openssl/testrsa.h
libressl/apps/openssl/timeouts.h
libressl/apps/openssl/ts.c
libressl/apps/openssl/verify.c
libressl/apps/openssl/version.c
libressl/apps/openssl/x509.c
libressl/apps/openssl/x509v3.cnf
libressl/crypto/VERSION
libressl/crypto/aes/aes-elf-x86_64.s
libressl/crypto/aes/aes-macosx-x86_64.s
libressl/crypto/aes/aes_cbc.c
libressl/crypto/aes/aes_cfb.c
libressl/crypto/aes/aes_core.c
libressl/crypto/aes/aes_ctr.c
libressl/crypto/aes/aes_ecb.c
libressl/crypto/aes/aes_ige.c
libressl/crypto/aes/aes_locl.h
libressl/crypto/aes/aes_misc.c
libressl/crypto/aes/aes_ofb.c
libressl/crypto/aes/aes_wrap.c
libressl/crypto/aes/aesni-elf-x86_64.s
libressl/crypto/aes/aesni-macosx-x86_64.s
libressl/crypto/aes/aesni-sha1-elf-x86_64.s
libressl/crypto/aes/aesni-sha1-macosx-x86_64.s
libressl/crypto/aes/bsaes-elf-x86_64.s
libressl/crypto/aes/bsaes-macosx-x86_64.s
libressl/crypto/aes/vpaes-elf-x86_64.s
libressl/crypto/aes/vpaes-macosx-x86_64.s
libressl/crypto/asn1/a_bitstr.c
libressl/crypto/asn1/a_bool.c
libressl/crypto/asn1/a_bytes.c
libressl/crypto/asn1/a_d2i_fp.c
libressl/crypto/asn1/a_digest.c
libressl/crypto/asn1/a_dup.c
libressl/crypto/asn1/a_enum.c
libressl/crypto/asn1/a_i2d_fp.c
libressl/crypto/asn1/a_int.c
libressl/crypto/asn1/a_mbstr.c
libressl/crypto/asn1/a_object.c
libressl/crypto/asn1/a_octet.c
libressl/crypto/asn1/a_print.c
libressl/crypto/asn1/a_set.c
libressl/crypto/asn1/a_sign.c
libressl/crypto/asn1/a_strex.c
libressl/crypto/asn1/a_strnid.c
libressl/crypto/asn1/a_time.c
libressl/crypto/asn1/a_time_tm.c
libressl/crypto/asn1/a_type.c
libressl/crypto/asn1/a_utf8.c
libressl/crypto/asn1/a_verify.c
libressl/crypto/asn1/ameth_lib.c
libressl/crypto/asn1/asn1_err.c
libressl/crypto/asn1/asn1_gen.c
libressl/crypto/asn1/asn1_lib.c
libressl/crypto/asn1/asn1_locl.h
libressl/crypto/asn1/asn1_par.c
libressl/crypto/asn1/asn_mime.c
libressl/crypto/asn1/asn_moid.c
libressl/crypto/asn1/asn_pack.c
libressl/crypto/asn1/bio_asn1.c
libressl/crypto/asn1/bio_ndef.c
libressl/crypto/asn1/charmap.h
libressl/crypto/asn1/d2i_pr.c
libressl/crypto/asn1/d2i_pu.c
libressl/crypto/asn1/evp_asn1.c
libressl/crypto/asn1/f_enum.c
libressl/crypto/asn1/f_int.c
libressl/crypto/asn1/f_string.c
libressl/crypto/asn1/i2d_pr.c
libressl/crypto/asn1/i2d_pu.c
libressl/crypto/asn1/n_pkey.c
libressl/crypto/asn1/nsseq.c
libressl/crypto/asn1/p5_pbe.c
libressl/crypto/asn1/p5_pbev2.c
libressl/crypto/asn1/p8_pkey.c
libressl/crypto/asn1/t_bitst.c
libressl/crypto/asn1/t_crl.c
libressl/crypto/asn1/t_pkey.c
libressl/crypto/asn1/t_req.c
libressl/crypto/asn1/t_spki.c
libressl/crypto/asn1/t_x509.c
libressl/crypto/asn1/t_x509a.c
libressl/crypto/asn1/tasn_dec.c
libressl/crypto/asn1/tasn_enc.c
libressl/crypto/asn1/tasn_fre.c
libressl/crypto/asn1/tasn_new.c
libressl/crypto/asn1/tasn_prn.c
libressl/crypto/asn1/tasn_typ.c
libressl/crypto/asn1/tasn_utl.c
libressl/crypto/asn1/x_algor.c
libressl/crypto/asn1/x_attrib.c
libressl/crypto/asn1/x_bignum.c
libressl/crypto/asn1/x_crl.c
libressl/crypto/asn1/x_exten.c
libressl/crypto/asn1/x_info.c
libressl/crypto/asn1/x_long.c
libressl/crypto/asn1/x_name.c
libressl/crypto/asn1/x_nx509.c
libressl/crypto/asn1/x_pkey.c
libressl/crypto/asn1/x_pubkey.c
libressl/crypto/asn1/x_req.c
libressl/crypto/asn1/x_sig.c
libressl/crypto/asn1/x_spki.c
libressl/crypto/asn1/x_val.c
libressl/crypto/asn1/x_x509.c
libressl/crypto/asn1/x_x509a.c
libressl/crypto/bf/bf_cfb64.c
libressl/crypto/bf/bf_ecb.c
libressl/crypto/bf/bf_enc.c
libressl/crypto/bf/bf_locl.h
libressl/crypto/bf/bf_ofb64.c
libressl/crypto/bf/bf_pi.h
libressl/crypto/bf/bf_skey.c
libressl/crypto/bio/b_dump.c
libressl/crypto/bio/b_posix.c
libressl/crypto/bio/b_print.c
libressl/crypto/bio/b_sock.c
libressl/crypto/bio/b_win.c
libressl/crypto/bio/bf_buff.c
libressl/crypto/bio/bf_nbio.c
libressl/crypto/bio/bf_null.c
libressl/crypto/bio/bio_cb.c
libressl/crypto/bio/bio_err.c
libressl/crypto/bio/bio_lib.c
libressl/crypto/bio/bss_acpt.c
libressl/crypto/bio/bss_bio.c
libressl/crypto/bio/bss_conn.c
libressl/crypto/bio/bss_dgram.c
libressl/crypto/bio/bss_fd.c
libressl/crypto/bio/bss_file.c
libressl/crypto/bio/bss_log.c
libressl/crypto/bio/bss_mem.c
libressl/crypto/bio/bss_null.c
libressl/crypto/bio/bss_sock.c
libressl/crypto/bn/bn_add.c
libressl/crypto/bn/bn_asm.c
libressl/crypto/bn/bn_blind.c
libressl/crypto/bn/bn_const.c
libressl/crypto/bn/bn_ctx.c
libressl/crypto/bn/bn_depr.c
libressl/crypto/bn/bn_div.c
libressl/crypto/bn/bn_err.c
libressl/crypto/bn/bn_exp.c
libressl/crypto/bn/bn_exp2.c
libressl/crypto/bn/bn_gcd.c
libressl/crypto/bn/bn_gf2m.c
libressl/crypto/bn/bn_kron.c
libressl/crypto/bn/bn_lcl.h
libressl/crypto/bn/bn_lib.c
libressl/crypto/bn/bn_mod.c
libressl/crypto/bn/bn_mont.c
libressl/crypto/bn/bn_mpi.c
libressl/crypto/bn/bn_mul.c
libressl/crypto/bn/bn_nist.c
libressl/crypto/bn/bn_prime.c
libressl/crypto/bn/bn_prime.h
libressl/crypto/bn/bn_print.c
libressl/crypto/bn/bn_rand.c
libressl/crypto/bn/bn_recp.c
libressl/crypto/bn/bn_shift.c
libressl/crypto/bn/bn_sqr.c
libressl/crypto/bn/bn_sqrt.c
libressl/crypto/bn/bn_word.c
libressl/crypto/bn/bn_x931p.c
libressl/crypto/bn/gf2m-elf-x86_64.s
libressl/crypto/bn/gf2m-macosx-x86_64.s
libressl/crypto/bn/modexp512-elf-x86_64.s
libressl/crypto/bn/modexp512-macosx-x86_64.s
libressl/crypto/bn/mont-elf-x86_64.s
libressl/crypto/bn/mont-macosx-x86_64.s
libressl/crypto/bn/mont5-elf-x86_64.s
libressl/crypto/bn/mont5-macosx-x86_64.s
libressl/crypto/buffer/buf_err.c
libressl/crypto/buffer/buf_str.c
libressl/crypto/buffer/buffer.c
libressl/crypto/camellia/camellia.c
libressl/crypto/camellia/camellia.h
libressl/crypto/camellia/cmll-elf-x86_64.s
libressl/crypto/camellia/cmll-macosx-x86_64.s
libressl/crypto/camellia/cmll_cbc.c
libressl/crypto/camellia/cmll_cfb.c
libressl/crypto/camellia/cmll_ctr.c
libressl/crypto/camellia/cmll_ecb.c
libressl/crypto/camellia/cmll_locl.h
libressl/crypto/camellia/cmll_misc.c
libressl/crypto/camellia/cmll_ofb.c
libressl/crypto/cast/c_cfb64.c
libressl/crypto/cast/c_ecb.c
libressl/crypto/cast/c_enc.c
libressl/crypto/cast/c_ofb64.c
libressl/crypto/cast/c_skey.c
libressl/crypto/cast/cast_lcl.h
libressl/crypto/cast/cast_s.h
libressl/crypto/chacha/chacha-merged.c
libressl/crypto/chacha/chacha.c
libressl/crypto/cmac/cm_ameth.c
libressl/crypto/cmac/cm_pmeth.c
libressl/crypto/cmac/cmac.c
libressl/crypto/comp/c_rle.c
libressl/crypto/comp/c_zlib.c
libressl/crypto/comp/comp_err.c
libressl/crypto/comp/comp_lib.c
libressl/crypto/compat/arc4random.c
libressl/crypto/compat/arc4random.h
libressl/crypto/compat/arc4random_aix.h
libressl/crypto/compat/arc4random_freebsd.h
libressl/crypto/compat/arc4random_hpux.h
libressl/crypto/compat/arc4random_linux.h
libressl/crypto/compat/arc4random_netbsd.h
libressl/crypto/compat/arc4random_osx.h
libressl/crypto/compat/arc4random_solaris.h
libressl/crypto/compat/arc4random_uniform.c
libressl/crypto/compat/arc4random_win.h
libressl/crypto/compat/bsd-asprintf.c
libressl/crypto/compat/chacha_private.h
libressl/crypto/compat/explicit_bzero.c
libressl/crypto/compat/explicit_bzero_win.c
libressl/crypto/compat/getentropy_aix.c
libressl/crypto/compat/getentropy_freebsd.c
libressl/crypto/compat/getentropy_hpux.c
libressl/crypto/compat/getentropy_linux.c
libressl/crypto/compat/getentropy_netbsd.c
libressl/crypto/compat/getentropy_osx.c
libressl/crypto/compat/getentropy_solaris.c
libressl/crypto/compat/getentropy_win.c
libressl/crypto/compat/inet_pton.c
libressl/crypto/compat/posix_win.c
libressl/crypto/compat/reallocarray.c
libressl/crypto/compat/strcasecmp.c
libressl/crypto/compat/strlcat.c
libressl/crypto/compat/strlcpy.c
libressl/crypto/compat/strndup.c
libressl/crypto/compat/strnlen.c
libressl/crypto/compat/timegm.c
libressl/crypto/compat/timingsafe_bcmp.c
libressl/crypto/compat/timingsafe_memcmp.c
libressl/crypto/conf/conf_api.c
libressl/crypto/conf/conf_def.c
libressl/crypto/conf/conf_def.h
libressl/crypto/conf/conf_err.c
libressl/crypto/conf/conf_lib.c
libressl/crypto/conf/conf_mall.c
libressl/crypto/conf/conf_mod.c
libressl/crypto/conf/conf_sap.c
libressl/crypto/constant_time_locl.h
libressl/crypto/cpt_err.c
libressl/crypto/cpuid-elf-x86_64.S
libressl/crypto/cpuid-macosx-x86_64.S
libressl/crypto/cryptlib.c
libressl/crypto/cryptlib.h
libressl/crypto/cversion.c
libressl/crypto/des/cbc_cksm.c
libressl/crypto/des/cbc_enc.c
libressl/crypto/des/cfb64ede.c
libressl/crypto/des/cfb64enc.c
libressl/crypto/des/cfb_enc.c
libressl/crypto/des/des_enc.c
libressl/crypto/des/des_locl.h
libressl/crypto/des/ecb3_enc.c
libressl/crypto/des/ecb_enc.c
libressl/crypto/des/ede_cbcm_enc.c
libressl/crypto/des/enc_read.c
libressl/crypto/des/enc_writ.c
libressl/crypto/des/fcrypt.c
libressl/crypto/des/fcrypt_b.c
libressl/crypto/des/ncbc_enc.c
libressl/crypto/des/ofb64ede.c
libressl/crypto/des/ofb64enc.c
libressl/crypto/des/ofb_enc.c
libressl/crypto/des/pcbc_enc.c
libressl/crypto/des/qud_cksm.c
libressl/crypto/des/rand_key.c
libressl/crypto/des/set_key.c
libressl/crypto/des/spr.h
libressl/crypto/des/str2key.c
libressl/crypto/des/xcbc_enc.c
libressl/crypto/dh/dh_ameth.c
libressl/crypto/dh/dh_asn1.c
libressl/crypto/dh/dh_check.c
libressl/crypto/dh/dh_depr.c
libressl/crypto/dh/dh_err.c
libressl/crypto/dh/dh_gen.c
libressl/crypto/dh/dh_key.c
libressl/crypto/dh/dh_lib.c
libressl/crypto/dh/dh_pmeth.c
libressl/crypto/dh/dh_prn.c
libressl/crypto/dsa/dsa_ameth.c
libressl/crypto/dsa/dsa_asn1.c
libressl/crypto/dsa/dsa_depr.c
libressl/crypto/dsa/dsa_err.c
libressl/crypto/dsa/dsa_gen.c
libressl/crypto/dsa/dsa_key.c
libressl/crypto/dsa/dsa_lib.c
libressl/crypto/dsa/dsa_locl.h
libressl/crypto/dsa/dsa_ossl.c
libressl/crypto/dsa/dsa_pmeth.c
libressl/crypto/dsa/dsa_prn.c
libressl/crypto/dsa/dsa_sign.c
libressl/crypto/dsa/dsa_vrf.c
libressl/crypto/dso/dso_dlfcn.c
libressl/crypto/dso/dso_err.c
libressl/crypto/dso/dso_lib.c
libressl/crypto/dso/dso_null.c
libressl/crypto/dso/dso_openssl.c
libressl/crypto/ec/ec2_mult.c
libressl/crypto/ec/ec2_oct.c
libressl/crypto/ec/ec2_smpl.c
libressl/crypto/ec/ec_ameth.c
libressl/crypto/ec/ec_asn1.c
libressl/crypto/ec/ec_check.c
libressl/crypto/ec/ec_curve.c
libressl/crypto/ec/ec_cvt.c
libressl/crypto/ec/ec_err.c
libressl/crypto/ec/ec_key.c
libressl/crypto/ec/ec_lcl.h
libressl/crypto/ec/ec_lib.c
libressl/crypto/ec/ec_mult.c
libressl/crypto/ec/ec_oct.c
libressl/crypto/ec/ec_pmeth.c
libressl/crypto/ec/ec_print.c
libressl/crypto/ec/eck_prn.c
libressl/crypto/ec/ecp_mont.c
libressl/crypto/ec/ecp_nist.c
libressl/crypto/ec/ecp_oct.c
libressl/crypto/ec/ecp_smpl.c
libressl/crypto/ecdh/ech_err.c
libressl/crypto/ecdh/ech_key.c
libressl/crypto/ecdh/ech_lib.c
libressl/crypto/ecdh/ech_locl.h
libressl/crypto/ecdsa/ecs_asn1.c
libressl/crypto/ecdsa/ecs_err.c
libressl/crypto/ecdsa/ecs_lib.c
libressl/crypto/ecdsa/ecs_locl.h
libressl/crypto/ecdsa/ecs_ossl.c
libressl/crypto/ecdsa/ecs_sign.c
libressl/crypto/ecdsa/ecs_vrf.c
libressl/crypto/engine/eng_all.c
libressl/crypto/engine/eng_cnf.c
libressl/crypto/engine/eng_ctrl.c
libressl/crypto/engine/eng_dyn.c
libressl/crypto/engine/eng_err.c
libressl/crypto/engine/eng_fat.c
libressl/crypto/engine/eng_init.c
libressl/crypto/engine/eng_int.h
libressl/crypto/engine/eng_lib.c
libressl/crypto/engine/eng_list.c
libressl/crypto/engine/eng_openssl.c
libressl/crypto/engine/eng_pkey.c
libressl/crypto/engine/eng_table.c
libressl/crypto/engine/tb_asnmth.c
libressl/crypto/engine/tb_cipher.c
libressl/crypto/engine/tb_dh.c
libressl/crypto/engine/tb_digest.c
libressl/crypto/engine/tb_dsa.c
libressl/crypto/engine/tb_ecdh.c
libressl/crypto/engine/tb_ecdsa.c
libressl/crypto/engine/tb_pkmeth.c
libressl/crypto/engine/tb_rand.c
libressl/crypto/engine/tb_rsa.c
libressl/crypto/engine/tb_store.c
libressl/crypto/err/err.c
libressl/crypto/err/err_all.c
libressl/crypto/err/err_prn.c
libressl/crypto/evp/bio_b64.c
libressl/crypto/evp/bio_enc.c
libressl/crypto/evp/bio_md.c
libressl/crypto/evp/c_all.c
libressl/crypto/evp/digest.c
libressl/crypto/evp/e_aes.c
libressl/crypto/evp/e_aes_cbc_hmac_sha1.c
libressl/crypto/evp/e_bf.c
libressl/crypto/evp/e_camellia.c
libressl/crypto/evp/e_cast.c
libressl/crypto/evp/e_chacha.c
libressl/crypto/evp/e_chacha20poly1305.c
libressl/crypto/evp/e_des.c
libressl/crypto/evp/e_des3.c
libressl/crypto/evp/e_gost2814789.c
libressl/crypto/evp/e_idea.c
libressl/crypto/evp/e_null.c
libressl/crypto/evp/e_old.c
libressl/crypto/evp/e_rc2.c
libressl/crypto/evp/e_rc4.c
libressl/crypto/evp/e_rc4_hmac_md5.c
libressl/crypto/evp/e_xcbc_d.c
libressl/crypto/evp/encode.c
libressl/crypto/evp/evp_aead.c
libressl/crypto/evp/evp_enc.c
libressl/crypto/evp/evp_err.c
libressl/crypto/evp/evp_key.c
libressl/crypto/evp/evp_lib.c
libressl/crypto/evp/evp_locl.h
libressl/crypto/evp/evp_pbe.c
libressl/crypto/evp/evp_pkey.c
libressl/crypto/evp/m_dss.c
libressl/crypto/evp/m_dss1.c
libressl/crypto/evp/m_ecdsa.c
libressl/crypto/evp/m_gost2814789.c
libressl/crypto/evp/m_gostr341194.c
libressl/crypto/evp/m_md4.c
libressl/crypto/evp/m_md5.c
libressl/crypto/evp/m_null.c
libressl/crypto/evp/m_ripemd.c
libressl/crypto/evp/m_sha1.c
libressl/crypto/evp/m_sigver.c
libressl/crypto/evp/m_streebog.c
libressl/crypto/evp/m_wp.c
libressl/crypto/evp/names.c
libressl/crypto/evp/p5_crpt.c
libressl/crypto/evp/p5_crpt2.c
libressl/crypto/evp/p_dec.c
libressl/crypto/evp/p_enc.c
libressl/crypto/evp/p_lib.c
libressl/crypto/evp/p_open.c
libressl/crypto/evp/p_seal.c
libressl/crypto/evp/p_sign.c
libressl/crypto/evp/p_verify.c
libressl/crypto/evp/pmeth_fn.c
libressl/crypto/evp/pmeth_gn.c
libressl/crypto/evp/pmeth_lib.c
libressl/crypto/ex_data.c
libressl/crypto/gost/gost.h
libressl/crypto/gost/gost2814789.c
libressl/crypto/gost/gost89_keywrap.c
libressl/crypto/gost/gost89_params.c
libressl/crypto/gost/gost89imit_ameth.c
libressl/crypto/gost/gost89imit_pmeth.c
libressl/crypto/gost/gost_asn1.c
libressl/crypto/gost/gost_asn1.h
libressl/crypto/gost/gost_err.c
libressl/crypto/gost/gost_locl.h
libressl/crypto/gost/gostr341001.c
libressl/crypto/gost/gostr341001_ameth.c
libressl/crypto/gost/gostr341001_key.c
libressl/crypto/gost/gostr341001_params.c
libressl/crypto/gost/gostr341001_pmeth.c
libressl/crypto/gost/gostr341194.c
libressl/crypto/gost/streebog.c
libressl/crypto/hmac/hm_ameth.c
libressl/crypto/hmac/hm_pmeth.c
libressl/crypto/hmac/hmac.c
libressl/crypto/idea/i_cbc.c
libressl/crypto/idea/i_cfb64.c
libressl/crypto/idea/i_ecb.c
libressl/crypto/idea/i_ofb64.c
libressl/crypto/idea/i_skey.c
libressl/crypto/idea/idea_lcl.h
libressl/crypto/krb5/krb5_asn.c
libressl/crypto/lhash/lh_stats.c
libressl/crypto/lhash/lhash.c
libressl/crypto/malloc-wrapper.c
libressl/crypto/md32_common.h
libressl/crypto/md4/md4_dgst.c
libressl/crypto/md4/md4_locl.h
libressl/crypto/md4/md4_one.c
libressl/crypto/md5/md5-elf-x86_64.s
libressl/crypto/md5/md5-macosx-x86_64.s
libressl/crypto/md5/md5_dgst.c
libressl/crypto/md5/md5_locl.h
libressl/crypto/md5/md5_one.c
libressl/crypto/mem_clr.c
libressl/crypto/mem_dbg.c
libressl/crypto/modes/cbc128.c
libressl/crypto/modes/ccm128.c
libressl/crypto/modes/cfb128.c
libressl/crypto/modes/ctr128.c
libressl/crypto/modes/cts128.c
libressl/crypto/modes/gcm128.c
libressl/crypto/modes/ghash-elf-x86_64.s
libressl/crypto/modes/ghash-macosx-x86_64.s
libressl/crypto/modes/modes_lcl.h
libressl/crypto/modes/ofb128.c
libressl/crypto/modes/xts128.c
libressl/crypto/o_init.c
libressl/crypto/o_str.c
libressl/crypto/o_time.c
libressl/crypto/o_time.h
libressl/crypto/objects/o_names.c
libressl/crypto/objects/obj_dat.c
libressl/crypto/objects/obj_dat.h
libressl/crypto/objects/obj_err.c
libressl/crypto/objects/obj_lib.c
libressl/crypto/objects/obj_xref.c
libressl/crypto/objects/obj_xref.h
libressl/crypto/ocsp/ocsp_asn.c
libressl/crypto/ocsp/ocsp_cl.c
libressl/crypto/ocsp/ocsp_err.c
libressl/crypto/ocsp/ocsp_ext.c
libressl/crypto/ocsp/ocsp_ht.c
libressl/crypto/ocsp/ocsp_lib.c
libressl/crypto/ocsp/ocsp_prn.c
libressl/crypto/ocsp/ocsp_srv.c
libressl/crypto/ocsp/ocsp_vfy.c
libressl/crypto/pem/pem_all.c
libressl/crypto/pem/pem_err.c
libressl/crypto/pem/pem_info.c
libressl/crypto/pem/pem_lib.c
libressl/crypto/pem/pem_oth.c
libressl/crypto/pem/pem_pk8.c
libressl/crypto/pem/pem_pkey.c
libressl/crypto/pem/pem_seal.c
libressl/crypto/pem/pem_sign.c
libressl/crypto/pem/pem_x509.c
libressl/crypto/pem/pem_xaux.c
libressl/crypto/pem/pvkfmt.c
libressl/crypto/pkcs12/p12_add.c
libressl/crypto/pkcs12/p12_asn.c
libressl/crypto/pkcs12/p12_attr.c
libressl/crypto/pkcs12/p12_crpt.c
libressl/crypto/pkcs12/p12_crt.c
libressl/crypto/pkcs12/p12_decr.c
libressl/crypto/pkcs12/p12_init.c
libressl/crypto/pkcs12/p12_key.c
libressl/crypto/pkcs12/p12_kiss.c
libressl/crypto/pkcs12/p12_mutl.c
libressl/crypto/pkcs12/p12_npas.c
libressl/crypto/pkcs12/p12_p8d.c
libressl/crypto/pkcs12/p12_p8e.c
libressl/crypto/pkcs12/p12_utl.c
libressl/crypto/pkcs12/pk12err.c
libressl/crypto/pkcs7/bio_pk7.c
libressl/crypto/pkcs7/pk7_asn1.c
libressl/crypto/pkcs7/pk7_attr.c
libressl/crypto/pkcs7/pk7_doit.c
libressl/crypto/pkcs7/pk7_lib.c
libressl/crypto/pkcs7/pk7_mime.c
libressl/crypto/pkcs7/pk7_smime.c
libressl/crypto/pkcs7/pkcs7err.c
libressl/crypto/poly1305/poly1305-donna.c
libressl/crypto/poly1305/poly1305.c
libressl/crypto/rand/rand_err.c
libressl/crypto/rand/rand_lib.c
libressl/crypto/rand/randfile.c
libressl/crypto/rc2/rc2_cbc.c
libressl/crypto/rc2/rc2_ecb.c
libressl/crypto/rc2/rc2_locl.h
libressl/crypto/rc2/rc2_skey.c
libressl/crypto/rc2/rc2cfb64.c
libressl/crypto/rc2/rc2ofb64.c
libressl/crypto/rc4/rc4-elf-x86_64.s
libressl/crypto/rc4/rc4-macosx-x86_64.s
libressl/crypto/rc4/rc4-md5-elf-x86_64.s
libressl/crypto/rc4/rc4-md5-macosx-x86_64.s
libressl/crypto/rc4/rc4_enc.c
libressl/crypto/rc4/rc4_locl.h
libressl/crypto/rc4/rc4_skey.c
libressl/crypto/ripemd/rmd_dgst.c
libressl/crypto/ripemd/rmd_locl.h
libressl/crypto/ripemd/rmd_one.c
libressl/crypto/ripemd/rmdconst.h
libressl/crypto/rsa/rsa_ameth.c
libressl/crypto/rsa/rsa_asn1.c
libressl/crypto/rsa/rsa_chk.c
libressl/crypto/rsa/rsa_crpt.c
libressl/crypto/rsa/rsa_depr.c
libressl/crypto/rsa/rsa_eay.c
libressl/crypto/rsa/rsa_err.c
libressl/crypto/rsa/rsa_gen.c
libressl/crypto/rsa/rsa_lib.c
libressl/crypto/rsa/rsa_locl.h
libressl/crypto/rsa/rsa_none.c
libressl/crypto/rsa/rsa_oaep.c
libressl/crypto/rsa/rsa_pk1.c
libressl/crypto/rsa/rsa_pmeth.c
libressl/crypto/rsa/rsa_prn.c
libressl/crypto/rsa/rsa_pss.c
libressl/crypto/rsa/rsa_saos.c
libressl/crypto/rsa/rsa_sign.c
libressl/crypto/rsa/rsa_ssl.c
libressl/crypto/rsa/rsa_x931.c
libressl/crypto/sha/sha1-elf-x86_64.s
libressl/crypto/sha/sha1-macosx-x86_64.s
libressl/crypto/sha/sha1_one.c
libressl/crypto/sha/sha1dgst.c
libressl/crypto/sha/sha256-elf-x86_64.S
libressl/crypto/sha/sha256-macosx-x86_64.S
libressl/crypto/sha/sha256.c
libressl/crypto/sha/sha512-elf-x86_64.S
libressl/crypto/sha/sha512-macosx-x86_64.S
libressl/crypto/sha/sha512.c
libressl/crypto/sha/sha_locl.h
libressl/crypto/stack/stack.c
libressl/crypto/ts/ts_asn1.c
libressl/crypto/ts/ts_conf.c
libressl/crypto/ts/ts_err.c
libressl/crypto/ts/ts_lib.c
libressl/crypto/ts/ts_req_print.c
libressl/crypto/ts/ts_req_utils.c
libressl/crypto/ts/ts_rsp_print.c
libressl/crypto/ts/ts_rsp_sign.c
libressl/crypto/ts/ts_rsp_utils.c
libressl/crypto/ts/ts_rsp_verify.c
libressl/crypto/ts/ts_verify_ctx.c
libressl/crypto/txt_db/txt_db.c
libressl/crypto/ui/ui_err.c
libressl/crypto/ui/ui_lib.c
libressl/crypto/ui/ui_locl.h
libressl/crypto/ui/ui_openssl.c
libressl/crypto/ui/ui_openssl_win.c
libressl/crypto/ui/ui_util.c
libressl/crypto/whrlpool/wp-elf-x86_64.s
libressl/crypto/whrlpool/wp-macosx-x86_64.s
libressl/crypto/whrlpool/wp_block.c
libressl/crypto/whrlpool/wp_dgst.c
libressl/crypto/whrlpool/wp_locl.h
libressl/crypto/x509/by_dir.c
libressl/crypto/x509/by_file.c
libressl/crypto/x509/by_mem.c
libressl/crypto/x509/x509_att.c
libressl/crypto/x509/x509_cmp.c
libressl/crypto/x509/x509_d2.c
libressl/crypto/x509/x509_def.c
libressl/crypto/x509/x509_err.c
libressl/crypto/x509/x509_ext.c
libressl/crypto/x509/x509_lcl.h
libressl/crypto/x509/x509_lu.c
libressl/crypto/x509/x509_obj.c
libressl/crypto/x509/x509_r2x.c
libressl/crypto/x509/x509_req.c
libressl/crypto/x509/x509_set.c
libressl/crypto/x509/x509_trs.c
libressl/crypto/x509/x509_txt.c
libressl/crypto/x509/x509_v3.c
libressl/crypto/x509/x509_vfy.c
libressl/crypto/x509/x509_vpm.c
libressl/crypto/x509/x509cset.c
libressl/crypto/x509/x509name.c
libressl/crypto/x509/x509rset.c
libressl/crypto/x509/x509spki.c
libressl/crypto/x509/x509type.c
libressl/crypto/x509/x_all.c
libressl/crypto/x509v3/ext_dat.h
libressl/crypto/x509v3/pcy_cache.c
libressl/crypto/x509v3/pcy_data.c
libressl/crypto/x509v3/pcy_int.h
libressl/crypto/x509v3/pcy_lib.c
libressl/crypto/x509v3/pcy_map.c
libressl/crypto/x509v3/pcy_node.c
libressl/crypto/x509v3/pcy_tree.c
libressl/crypto/x509v3/v3_akey.c
libressl/crypto/x509v3/v3_akeya.c
libressl/crypto/x509v3/v3_alt.c
libressl/crypto/x509v3/v3_bcons.c
libressl/crypto/x509v3/v3_bitst.c
libressl/crypto/x509v3/v3_conf.c
libressl/crypto/x509v3/v3_cpols.c
libressl/crypto/x509v3/v3_crld.c
libressl/crypto/x509v3/v3_enum.c
libressl/crypto/x509v3/v3_extku.c
libressl/crypto/x509v3/v3_genn.c
libressl/crypto/x509v3/v3_ia5.c
libressl/crypto/x509v3/v3_info.c
libressl/crypto/x509v3/v3_int.c
libressl/crypto/x509v3/v3_lib.c
libressl/crypto/x509v3/v3_ncons.c
libressl/crypto/x509v3/v3_ocsp.c
libressl/crypto/x509v3/v3_pci.c
libressl/crypto/x509v3/v3_pcia.c
libressl/crypto/x509v3/v3_pcons.c
libressl/crypto/x509v3/v3_pku.c
libressl/crypto/x509v3/v3_pmaps.c
libressl/crypto/x509v3/v3_prn.c
libressl/crypto/x509v3/v3_purp.c
libressl/crypto/x509v3/v3_skey.c
libressl/crypto/x509v3/v3_sxnet.c
libressl/crypto/x509v3/v3_utl.c
libressl/crypto/x509v3/v3err.c
libressl/include/compat/arpa/inet.h
libressl/include/compat/arpa/nameser.h
libressl/include/compat/dirent.h
libressl/include/compat/dirent_msvc.h
libressl/include/compat/err.h
libressl/include/compat/limits.h
libressl/include/compat/machine/endian.h
libressl/include/compat/netdb.h
libressl/include/compat/netinet/in.h
libressl/include/compat/netinet/ip.h
libressl/include/compat/netinet/tcp.h
libressl/include/compat/poll.h
libressl/include/compat/readpassphrase.h
libressl/include/compat/resolv.h
libressl/include/compat/stdio.h
libressl/include/compat/stdlib.h
libressl/include/compat/string.h
libressl/include/compat/sys/cdefs.h
libressl/include/compat/sys/ioctl.h
libressl/include/compat/sys/mman.h
libressl/include/compat/sys/param.h
libressl/include/compat/sys/select.h
libressl/include/compat/sys/socket.h
libressl/include/compat/sys/stat.h
libressl/include/compat/sys/time.h
libressl/include/compat/sys/types.h
libressl/include/compat/sys/uio.h
libressl/include/compat/time.h
libressl/include/compat/unistd.h
libressl/include/compat/win32netcompat.h
libressl/include/openssl/aes.h
libressl/include/openssl/asn1.h
libressl/include/openssl/asn1_mac.h
libressl/include/openssl/asn1t.h
libressl/include/openssl/bio.h
libressl/include/openssl/blowfish.h
libressl/include/openssl/bn.h
libressl/include/openssl/buffer.h
libressl/include/openssl/camellia.h
libressl/include/openssl/cast.h
libressl/include/openssl/chacha.h
libressl/include/openssl/cmac.h
libressl/include/openssl/cms.h
libressl/include/openssl/comp.h
libressl/include/openssl/conf.h
libressl/include/openssl/conf_api.h
libressl/include/openssl/crypto.h
libressl/include/openssl/des.h
libressl/include/openssl/dh.h
libressl/include/openssl/dsa.h
libressl/include/openssl/dso.h
libressl/include/openssl/dtls1.h
libressl/include/openssl/ec.h
libressl/include/openssl/ecdh.h
libressl/include/openssl/ecdsa.h
libressl/include/openssl/engine.h
libressl/include/openssl/err.h
libressl/include/openssl/evp.h
libressl/include/openssl/gost.h
libressl/include/openssl/hmac.h
libressl/include/openssl/idea.h
libressl/include/openssl/krb5_asn.h
libressl/include/openssl/lhash.h
libressl/include/openssl/md4.h
libressl/include/openssl/md5.h
libressl/include/openssl/modes.h
libressl/include/openssl/obj_mac.h
libressl/include/openssl/objects.h
libressl/include/openssl/ocsp.h
libressl/include/openssl/opensslconf.h
libressl/include/openssl/opensslfeatures.h
libressl/include/openssl/opensslv.h
libressl/include/openssl/ossl_typ.h
libressl/include/openssl/pem.h
libressl/include/openssl/pem2.h
libressl/include/openssl/pkcs12.h
libressl/include/openssl/pkcs7.h
libressl/include/openssl/poly1305.h
libressl/include/openssl/rand.h
libressl/include/openssl/rc2.h
libressl/include/openssl/rc4.h
libressl/include/openssl/ripemd.h
libressl/include/openssl/rsa.h
libressl/include/openssl/safestack.h
libressl/include/openssl/sha.h
libressl/include/openssl/srtp.h
libressl/include/openssl/ssl.h
libressl/include/openssl/ssl2.h
libressl/include/openssl/ssl23.h
libressl/include/openssl/ssl3.h
libressl/include/openssl/stack.h
libressl/include/openssl/tls1.h
libressl/include/openssl/ts.h
libressl/include/openssl/txt_db.h
libressl/include/openssl/ui.h
libressl/include/openssl/ui_compat.h
libressl/include/openssl/whrlpool.h
libressl/include/openssl/x509.h
libressl/include/openssl/x509_vfy.h
libressl/include/openssl/x509v3.h
libressl/include/pqueue.h
libressl/include/tls.h
libressl/ssl/VERSION
libressl/ssl/bio_ssl.c
libressl/ssl/bs_ber.c
libressl/ssl/bs_cbb.c
libressl/ssl/bs_cbs.c
libressl/ssl/bytestring.h
libressl/ssl/d1_both.c
libressl/ssl/d1_clnt.c
libressl/ssl/d1_enc.c
libressl/ssl/d1_lib.c
libressl/ssl/d1_meth.c
libressl/ssl/d1_pkt.c
libressl/ssl/d1_srtp.c
libressl/ssl/d1_srvr.c
libressl/ssl/pqueue.c
libressl/ssl/s23_clnt.c
libressl/ssl/s23_lib.c
libressl/ssl/s23_pkt.c
libressl/ssl/s23_srvr.c
libressl/ssl/s3_both.c
libressl/ssl/s3_cbc.c
libressl/ssl/s3_clnt.c
libressl/ssl/s3_lib.c
libressl/ssl/s3_pkt.c
libressl/ssl/s3_srvr.c
libressl/ssl/srtp.h
libressl/ssl/ssl_algs.c
libressl/ssl/ssl_asn1.c
libressl/ssl/ssl_cert.c
libressl/ssl/ssl_ciph.c
libressl/ssl/ssl_err.c
libressl/ssl/ssl_err2.c
libressl/ssl/ssl_lib.c
libressl/ssl/ssl_locl.h
libressl/ssl/ssl_rsa.c
libressl/ssl/ssl_sess.c
libressl/ssl/ssl_stat.c
libressl/ssl/ssl_txt.c
libressl/ssl/t1_clnt.c
libressl/ssl/t1_enc.c
libressl/ssl/t1_lib.c
libressl/ssl/t1_meth.c
libressl/ssl/t1_reneg.c
libressl/ssl/t1_srvr.c
libressl/tls/VERSION
libressl/tls/strsep.c
libressl/tls/tls.c
libressl/tls/tls_client.c
libressl/tls/tls_config.c
libressl/tls/tls_conninfo.c
libressl/tls/tls_internal.h
libressl/tls/tls_peer.c
libressl/tls/tls_server.c
libressl/tls/tls_util.c
libressl/tls/tls_verify.c
497a44b004-Aug-2016 Peter Avalos <pavalos@dragonflybsd.org>

Add a openbsd-compat file for latest import.

e977879504-Aug-2016 Peter Avalos <pavalos@dragonflybsd.org>

Import OpenSSH-7.3p1.


openssh/PROTOCOL
openssh/PROTOCOL.agent
openssh/PROTOCOL.certkeys
openssh/PROTOCOL.chacha20poly1305
openssh/PROTOCOL.krl
openssh/PROTOCOL.mux
openssh/README
openssh/README.DELETED
openssh/addrmatch.c
openssh/atomicio.c
openssh/auth-bsdauth.c
openssh/auth-chall.c
openssh/auth-krb5.c
openssh/auth-options.c
openssh/auth-options.h
openssh/auth-pam.c
openssh/auth-pam.h
openssh/auth-passwd.c
openssh/auth-rh-rsa.c
openssh/auth-rhosts.c
openssh/auth-rsa.c
openssh/auth.c
openssh/auth.h
openssh/auth1.c
openssh/auth2-chall.c
openssh/auth2-gss.c
openssh/auth2-hostbased.c
openssh/auth2-pubkey.c
openssh/auth2.c
openssh/authfd.c
openssh/authfd.h
openssh/authfile.c
openssh/authfile.h
openssh/bitmap.c
openssh/bitmap.h
openssh/bufbn.c
openssh/buffer.h
openssh/canohost.c
openssh/canohost.h
openssh/channels.c
openssh/channels.h
openssh/cipher-3des1.c
openssh/cipher-bf1.c
openssh/cipher-chachapoly.c
openssh/cipher-ctr.c
openssh/cipher.c
openssh/cipher.h
openssh/clientloop.c
openssh/clientloop.h
openssh/compat.c
openssh/compat.h
openssh/deattack.c
openssh/deattack.h
openssh/defines.h
openssh/dh.c
openssh/dh.h
openssh/digest-openssl.c
openssh/digest.h
openssh/dispatch.c
openssh/dispatch.h
openssh/dns.c
openssh/dns.h
openssh/entropy.c
openssh/ge25519.h
openssh/groupaccess.c
openssh/gss-genr.c
openssh/gss-serv.c
openssh/hmac.c
openssh/hostfile.c
openssh/hostfile.h
openssh/includes.h
openssh/kex.c
openssh/kex.h
openssh/kexc25519.c
openssh/kexc25519c.c
openssh/kexc25519s.c
openssh/kexdh.c
openssh/kexdhc.c
openssh/kexdhs.c
openssh/kexecdh.c
openssh/kexecdhc.c
openssh/kexecdhs.c
openssh/kexgex.c
openssh/kexgexc.c
openssh/kexgexs.c
openssh/key.c
openssh/key.h
openssh/krl.c
openssh/krl.h
openssh/log.c
openssh/log.h
openssh/loginrec.c
openssh/mac.c
openssh/mac.h
openssh/match.c
openssh/match.h
openssh/misc.c
openssh/misc.h
openssh/moduli
openssh/moduli.c
openssh/monitor.c
openssh/monitor.h
openssh/monitor_fdpass.c
openssh/monitor_mm.c
openssh/monitor_wrap.c
openssh/monitor_wrap.h
openssh/msg.c
openssh/msg.h
openssh/mux.c
openssh/myproposal.h
openssh/opacket.c
openssh/opacket.h
openssh/openbsd-compat/bcrypt_pbkdf.c
openssh/openbsd-compat/blowfish.c
openssh/openbsd-compat/bsd-misc.c
openssh/openbsd-compat/bsd-misc.h
openssh/openbsd-compat/bsd-poll.h
openssh/openbsd-compat/fake-rfc2553.h
openssh/openbsd-compat/glob.c
openssh/openbsd-compat/glob.h
openssh/openbsd-compat/md5.c
openssh/openbsd-compat/md5.h
openssh/openbsd-compat/openbsd-compat.h
openssh/openbsd-compat/openssl-compat.c
openssh/openbsd-compat/openssl-compat.h
openssh/openbsd-compat/port-solaris.h
openssh/openbsd-compat/port-tun.c
openssh/openbsd-compat/reallocarray.c
openssh/openbsd-compat/rmd160.c
openssh/openbsd-compat/rmd160.h
openssh/openbsd-compat/sha1.c
openssh/openbsd-compat/sha1.h
openssh/openbsd-compat/sha2.h
openssh/openbsd-compat/vis.c
openssh/openbsd-compat/vis.h
openssh/packet.c
openssh/packet.h
openssh/pathnames.h
openssh/platform-pledge.c
openssh/platform-tracing.c
openssh/platform.c
openssh/platform.h
openssh/progressmeter.c
openssh/progressmeter.h
openssh/readconf.c
openssh/readconf.h
openssh/readpass.c
openssh/rijndael.c
openssh/scp.1
openssh/scp.c
openssh/servconf.c
openssh/servconf.h
openssh/serverloop.c
openssh/session.c
openssh/session.h
openssh/sftp-client.c
openssh/sftp-client.h
openssh/sftp-common.c
openssh/sftp-common.h
openssh/sftp-glob.c
openssh/sftp-server-main.c
openssh/sftp-server.8
openssh/sftp-server.c
openssh/sftp.1
openssh/sftp.c
openssh/ssh-add.1
openssh/ssh-add.c
openssh/ssh-agent.1
openssh/ssh-agent.c
openssh/ssh-dss.c
openssh/ssh-ecdsa.c
openssh/ssh-ed25519.c
openssh/ssh-keygen.1
openssh/ssh-keygen.c
openssh/ssh-keyscan.1
openssh/ssh-keyscan.c
openssh/ssh-keysign.8
openssh/ssh-keysign.c
openssh/ssh-pkcs11-client.c
openssh/ssh-pkcs11-helper.c
openssh/ssh-pkcs11.c
openssh/ssh-pkcs11.h
openssh/ssh-rsa.c
openssh/ssh.1
openssh/ssh.c
openssh/ssh.h
openssh/ssh1.h
openssh/ssh2.h
openssh/ssh_api.c
openssh/ssh_api.h
openssh/ssh_config
openssh/ssh_config.5
openssh/sshbuf-getput-basic.c
openssh/sshbuf-getput-crypto.c
openssh/sshbuf-misc.c
openssh/sshbuf.c
openssh/sshbuf.h
openssh/sshconnect.c
openssh/sshconnect.h
openssh/sshconnect1.c
openssh/sshconnect2.c
openssh/sshd.8
openssh/sshd.c
openssh/sshd_config
openssh/sshd_config.5
openssh/ssherr.c
openssh/ssherr.h
openssh/sshkey.c
openssh/sshkey.h
openssh/sshlogin.c
openssh/sshpty.c
openssh/ttymodes.c
openssh/ttymodes.h
openssh/uidswap.c
openssh/utf8.c
openssh/utf8.h
openssh/uuencode.c
openssh/version.h
openssh/xmalloc.c
openssh/xmalloc.h
54e479e425-Jan-2015 Robin Hahling <robin.hahling@gw-computing.net>

libssh: remove some unused files

1234567891011