CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2020/12/08 08:10:03

Modified files:
        lib/libcrypto/asn1: Tag: OPENBSD_6_7 asn1.h asn1_err.c 
                            asn1_lib.c tasn_dec.c tasn_enc.c 
        lib/libcrypto/x509v3: Tag: OPENBSD_6_7 v3_genn.c 

Log message:
Fix a NULL dereference in GENERAL_NAME_cmp()

Comparing two GENERAL_NAME structures containing an EDIPARTYNAME can lead
to a crash. This enables a denial of service attack for an attacker who can
control both sides of the comparison.

Issue reported to OpenSSL on Nov 9 by David Benjamin.
OpenSSL shared the information with us on Dec 1st.
Fix from Matt Caswell (OpenSSL) with a few small tweaks.

ok jsing

this is errata/6.7/031_asn1.patch.sig

Reply via email to