CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2022/03/26 08:54:58

Modified files:
        lib/libcrypto/asn1: a_object.c 

Log message:
Convert c2i_ASN1_OBJECT() and d2i_ASN1_OBJECT to CBS.

Along the way, rather than having yet another piece of code that parses
OID arcs, reuse oid_parse_arc(). Always allocate a new ASN1_OBJECT rather
than doing a crazy dance with ASN1_OBJECT_FLAG_DYNAMIC and trying to free
parts of an ASN1_OBJECT if one is passed in.

ok inoguchi@ tb@

Reply via email to