CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/05/14 09:06:09
Modified files:
lib/libcrypto/asn1: Tag: OPENBSD_7_1 a_object.c
Log message:
Fix d2i_ASN1_OBJECT()
Due to a confusion of two CBS, the API would incorrectly advance the
*der_in pointer, resulting in a DER parse failure.
Issue reported by Aram Sargsyan
ok jsing
This is patches/7.1/004_asn1.patch.sig
