]> git.ipfire.org Git - thirdparty/openssl.git/commit
Correctly compare EdiPartyName in GENERAL_NAME_cmp()
authorMatt Caswell <matt@openssl.org>
Wed, 11 Nov 2020 16:12:58 +0000 (16:12 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 8 Dec 2020 10:16:50 +0000 (10:16 +0000)
commitb33c48b75aaf33c93aeda42d7138616b9e6a64cb
tree2fcb215dea5b7a4540997b4b2a10ef84a140a874
parent198b11683568452282bd48828fcf60d4835bf327
Correctly compare EdiPartyName in GENERAL_NAME_cmp()

If a GENERAL_NAME field contained EdiPartyName data then it was
incorrectly being handled as type "other". This could lead to a
segmentation fault.

Many thanks to David Benjamin from Google for reporting this issue.

CVE-2020-1971

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
crypto/x509/v3_genn.c