]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r368447: OpenSSL: address CVE-2020-1971
authorEd Maste <emaste@FreeBSD.org>
Tue, 8 Dec 2020 18:28:49 +0000 (18:28 +0000)
committerEd Maste <emaste@FreeBSD.org>
Tue, 8 Dec 2020 18:28:49 +0000 (18:28 +0000)
commit4fbf189781c716c626a8893c8aa8a9c391191e57
tree91c3cba106e6a63dfb6f58761199fa5579904eda
parent0f32539aeecab1b761789586155680df76d7d787
MFC r368447: OpenSSL: address CVE-2020-1971

OpenSSL commit 3db2c9f3:
Complain if we are attempting to encode with an invalid ASN.1 template

OpenSSL commit 43a7033:
Check that multi-strings/CHOICE types don't use implicit tagging

OpenSSL commit f960d812:
Correctly compare EdiPartyName in GENERAL_NAME_cmp()

Obtained from: OpenSSL 3db2c9f343a7033f960d812
Security: CVE-2020-1971
crypto/openssl/crypto/asn1/asn1_err.c
crypto/openssl/crypto/asn1/tasn_dec.c
crypto/openssl/crypto/asn1/tasn_enc.c
crypto/openssl/crypto/err/openssl.txt
crypto/openssl/crypto/x509v3/v3_genn.c
crypto/openssl/include/openssl/asn1err.h