vendor/libressl: upgrade from 2.9.1 to 3.1.3
authorDaniel Fojt <df@neosystem.org>
Sat, 18 Jul 2020 07:42:07 +0000 (09:42 +0200)
committerDaniel Fojt <df@neosystem.org>
Wed, 22 Jul 2020 11:02:00 +0000 (13:02 +0200)
commitcca6fc5243d2098262ea81f83ad5b28d3b800f4a
treea0cf2198fc225c8fdc12f3064b853fb1ace4a3ef
parent7a047041076b4e0c3aadd71e29e7a89b9e4f4c78
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.
218 files changed:
crypto/libressl/ChangeLog
crypto/libressl/VERSION
crypto/libressl/apps/nc/nc.1
crypto/libressl/apps/nc/netcat.c
crypto/libressl/apps/nc/socks.c
crypto/libressl/apps/openssl/apps.c
crypto/libressl/apps/openssl/apps.h
crypto/libressl/apps/openssl/asn1pars.c
crypto/libressl/apps/openssl/ca.c
crypto/libressl/apps/openssl/cert.pem
crypto/libressl/apps/openssl/certhash.c
crypto/libressl/apps/openssl/ciphers.c
crypto/libressl/apps/openssl/cms.c [new file with mode: 0644]
crypto/libressl/apps/openssl/crl.c
crypto/libressl/apps/openssl/crl2p7.c
crypto/libressl/apps/openssl/dgst.c
crypto/libressl/apps/openssl/dh.c
crypto/libressl/apps/openssl/dhparam.c
crypto/libressl/apps/openssl/dsa.c
crypto/libressl/apps/openssl/dsaparam.c
crypto/libressl/apps/openssl/ec.c
crypto/libressl/apps/openssl/ecparam.c
crypto/libressl/apps/openssl/enc.c
crypto/libressl/apps/openssl/errstr.c
crypto/libressl/apps/openssl/gendh.c
crypto/libressl/apps/openssl/gendsa.c
crypto/libressl/apps/openssl/genpkey.c
crypto/libressl/apps/openssl/genrsa.c
crypto/libressl/apps/openssl/nseq.c
crypto/libressl/apps/openssl/openssl.1
crypto/libressl/apps/openssl/openssl.c
crypto/libressl/apps/openssl/passwd.c
crypto/libressl/apps/openssl/pkcs12.c
crypto/libressl/apps/openssl/pkcs7.c
crypto/libressl/apps/openssl/pkcs8.c
crypto/libressl/apps/openssl/pkey.c
crypto/libressl/apps/openssl/pkeyparam.c
crypto/libressl/apps/openssl/pkeyutl.c
crypto/libressl/apps/openssl/prime.c
crypto/libressl/apps/openssl/progs.h
crypto/libressl/apps/openssl/rand.c
crypto/libressl/apps/openssl/req.c
crypto/libressl/apps/openssl/rsa.c
crypto/libressl/apps/openssl/rsautl.c
crypto/libressl/apps/openssl/s_cb.c
crypto/libressl/apps/openssl/s_client.c
crypto/libressl/apps/openssl/s_server.c
crypto/libressl/apps/openssl/s_socket.c
crypto/libressl/apps/openssl/s_time.c
crypto/libressl/apps/openssl/sess_id.c
crypto/libressl/apps/openssl/speed.c
crypto/libressl/apps/openssl/spkac.c
crypto/libressl/apps/openssl/version.c
crypto/libressl/crypto/VERSION
crypto/libressl/crypto/asn1/a_enum.c
crypto/libressl/crypto/asn1/a_int.c
crypto/libressl/crypto/asn1/a_type.c
crypto/libressl/crypto/asn1/ameth_lib.c
crypto/libressl/crypto/asn1/asn1_locl.h
crypto/libressl/crypto/asn1/asn1_par.c
crypto/libressl/crypto/asn1/t_crl.c
crypto/libressl/crypto/asn1/t_x509.c
crypto/libressl/crypto/asn1/tasn_prn.c
crypto/libressl/crypto/asn1/x_long.c
crypto/libressl/crypto/bio/b_print.c
crypto/libressl/crypto/bio/bio_lib.c
crypto/libressl/crypto/bn/bn_ctx.c
crypto/libressl/crypto/bn/bn_lib.c
crypto/libressl/crypto/cast/cast_lcl.h
crypto/libressl/crypto/cms/cms_asn1.c [new file with mode: 0644]
crypto/libressl/crypto/cms/cms_att.c [new file with mode: 0644]
crypto/libressl/crypto/cms/cms_cd.c [copied from crypto/libressl/crypto/x509/x509spki.c with 57% similarity]
crypto/libressl/crypto/cms/cms_dd.c [copied from crypto/libressl/crypto/x509/x509spki.c with 56% similarity]
crypto/libressl/crypto/cms/cms_enc.c [new file with mode: 0644]
crypto/libressl/crypto/cms/cms_env.c [new file with mode: 0644]
crypto/libressl/crypto/cms/cms_err.c [new file with mode: 0644]
crypto/libressl/crypto/cms/cms_ess.c [new file with mode: 0644]
crypto/libressl/crypto/cms/cms_io.c [new file with mode: 0644]
crypto/libressl/crypto/cms/cms_kari.c [new file with mode: 0644]
crypto/libressl/crypto/cms/cms_lcl.h [new file with mode: 0644]
crypto/libressl/crypto/cms/cms_lib.c [new file with mode: 0644]
crypto/libressl/crypto/cms/cms_pwri.c [new file with mode: 0644]
crypto/libressl/crypto/cms/cms_sd.c [new file with mode: 0644]
crypto/libressl/crypto/cms/cms_smime.c [new file with mode: 0644]
crypto/libressl/crypto/conf/conf_def.c
crypto/libressl/crypto/conf/conf_err.c
crypto/libressl/crypto/constant_time_locl.h
crypto/libressl/crypto/curve25519/curve25519-generic.c
crypto/libressl/crypto/curve25519/curve25519.c
crypto/libressl/crypto/curve25519/curve25519_internal.h
crypto/libressl/crypto/dh/dh_ameth.c
crypto/libressl/crypto/dsa/dsa_ameth.c
crypto/libressl/crypto/dsa/dsa_ossl.c
crypto/libressl/crypto/dsa/dsa_pmeth.c
crypto/libressl/crypto/ec/ec_ameth.c
crypto/libressl/crypto/ec/ec_err.c
crypto/libressl/crypto/ec/ec_kmeth.c
crypto/libressl/crypto/ec/ec_lib.c
crypto/libressl/crypto/ec/ec_pmeth.c
crypto/libressl/crypto/ecdh/ecdh_kdf.c [new file with mode: 0644]
crypto/libressl/crypto/ecdh/ech_locl.h
crypto/libressl/crypto/ecdsa/ecs_ossl.c
crypto/libressl/crypto/err/err.c
crypto/libressl/crypto/err/err_all.c
crypto/libressl/crypto/evp/digest.c
crypto/libressl/crypto/evp/e_aes.c
crypto/libressl/crypto/evp/e_chacha.c
crypto/libressl/crypto/evp/e_des3.c
crypto/libressl/crypto/evp/encode.c
crypto/libressl/crypto/evp/evp_enc.c
crypto/libressl/crypto/evp/evp_err.c
crypto/libressl/crypto/evp/evp_locl.h
crypto/libressl/crypto/evp/p5_crpt.c
crypto/libressl/crypto/evp/pmeth_lib.c
crypto/libressl/crypto/gost/streebog.c
crypto/libressl/crypto/hkdf/hkdf.c
crypto/libressl/crypto/lhash/lhash.c
crypto/libressl/crypto/malloc-wrapper.c [new file with mode: 0644]
crypto/libressl/crypto/modes/ccm128.c
crypto/libressl/crypto/objects/obj_dat.c
crypto/libressl/crypto/objects/obj_dat.h
crypto/libressl/crypto/pem/pem_lib.c
crypto/libressl/crypto/pem/pvkfmt.c
crypto/libressl/crypto/pkcs7/pk7_doit.c
crypto/libressl/crypto/pkcs7/pk7_lib.c
crypto/libressl/crypto/rsa/rsa_ameth.c
crypto/libressl/crypto/rsa/rsa_asn1.c
crypto/libressl/crypto/rsa/rsa_eay.c
crypto/libressl/crypto/rsa/rsa_err.c
crypto/libressl/crypto/rsa/rsa_lib.c
crypto/libressl/crypto/rsa/rsa_locl.h
crypto/libressl/crypto/rsa/rsa_meth.c
crypto/libressl/crypto/rsa/rsa_oaep.c
crypto/libressl/crypto/rsa/rsa_pmeth.c
crypto/libressl/crypto/ts/ts_rsp_sign.c
crypto/libressl/crypto/x509/x509_vfy.c
crypto/libressl/crypto/x509/x509spki.c
crypto/libressl/crypto/x509v3/pcy_node.c
crypto/libressl/crypto/x509v3/v3_akey.c
crypto/libressl/crypto/x509v3/v3_alt.c
crypto/libressl/crypto/x509v3/v3_bcons.c
crypto/libressl/crypto/x509v3/v3_bitst.c
crypto/libressl/crypto/x509v3/v3_cpols.c
crypto/libressl/crypto/x509v3/v3_crld.c
crypto/libressl/crypto/x509v3/v3_extku.c
crypto/libressl/crypto/x509v3/v3_info.c
crypto/libressl/crypto/x509v3/v3_lib.c
crypto/libressl/crypto/x509v3/v3_pcons.c
crypto/libressl/crypto/x509v3/v3_pku.c
crypto/libressl/crypto/x509v3/v3_pmaps.c
crypto/libressl/crypto/x509v3/v3_utl.c
crypto/libressl/include/openssl/asn1t.h
crypto/libressl/include/openssl/bn.h
crypto/libressl/include/openssl/cms.h [new file with mode: 0644]
crypto/libressl/include/openssl/conf.h
crypto/libressl/include/openssl/curve25519.h
crypto/libressl/include/openssl/dtls1.h
crypto/libressl/include/openssl/ec.h
crypto/libressl/include/openssl/evp.h
crypto/libressl/include/openssl/obj_mac.h
crypto/libressl/include/openssl/opensslfeatures.h
crypto/libressl/include/openssl/opensslv.h
crypto/libressl/include/openssl/rsa.h
crypto/libressl/include/openssl/safestack.h
crypto/libressl/include/openssl/ssl.h
crypto/libressl/include/openssl/ssl3.h
crypto/libressl/include/openssl/tls1.h
crypto/libressl/include/tls.h
crypto/libressl/man/openssl.cnf.5
crypto/libressl/ssl/VERSION
crypto/libressl/ssl/bs_cbb.c
crypto/libressl/ssl/d1_clnt.c
crypto/libressl/ssl/d1_enc.c [deleted file]
crypto/libressl/ssl/d1_lib.c
crypto/libressl/ssl/d1_pkt.c
crypto/libressl/ssl/d1_srtp.c
crypto/libressl/ssl/s3_cbc.c
crypto/libressl/ssl/s3_lib.c
crypto/libressl/ssl/ssl_both.c
crypto/libressl/ssl/ssl_cert.c
crypto/libressl/ssl/ssl_ciph.c
crypto/libressl/ssl/ssl_ciphers.c
crypto/libressl/ssl/ssl_clnt.c
crypto/libressl/ssl/ssl_err.c
crypto/libressl/ssl/ssl_kex.c [new file with mode: 0644]
crypto/libressl/ssl/ssl_lib.c
crypto/libressl/ssl/ssl_locl.h
crypto/libressl/ssl/ssl_methods.c
crypto/libressl/ssl/ssl_pkt.c
crypto/libressl/ssl/ssl_sess.c
crypto/libressl/ssl/ssl_srvr.c
crypto/libressl/ssl/ssl_tlsext.c
crypto/libressl/ssl/ssl_tlsext.h
crypto/libressl/ssl/ssl_transcript.c
crypto/libressl/ssl/t1_enc.c
crypto/libressl/ssl/t1_lib.c
crypto/libressl/ssl/tls13_buffer.c [new file with mode: 0644]
crypto/libressl/ssl/tls13_client.c [new file with mode: 0644]
crypto/libressl/ssl/tls13_error.c [new file with mode: 0644]
crypto/libressl/ssl/tls13_handshake.c [new file with mode: 0644]
crypto/libressl/ssl/tls13_handshake.h [new file with mode: 0644]
crypto/libressl/ssl/tls13_handshake_msg.c [new file with mode: 0644]
crypto/libressl/ssl/tls13_internal.h
crypto/libressl/ssl/tls13_key_schedule.c
crypto/libressl/ssl/tls13_key_share.c [new file with mode: 0644]
crypto/libressl/ssl/tls13_legacy.c [new file with mode: 0644]
crypto/libressl/ssl/tls13_lib.c [new file with mode: 0644]
crypto/libressl/ssl/tls13_record.c [new file with mode: 0644]
crypto/libressl/ssl/tls13_record.h [new file with mode: 0644]
crypto/libressl/ssl/tls13_record_layer.c [new file with mode: 0644]
crypto/libressl/ssl/tls13_server.c [new file with mode: 0644]
crypto/libressl/tls/tls.c
crypto/libressl/tls/tls_config.c
crypto/libressl/tls/tls_conninfo.c
crypto/libressl/tls/tls_internal.h
crypto/libressl/tls/tls_ocsp.c
crypto/libressl/tls/tls_server.c
crypto/libressl/tls/tls_util.c