CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/05/13 10:32:10
Modified files:
lib/libcrypto/asn1: 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
