CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2021/12/25 00:04:03

Modified files:
        lib/libcrypto  : Makefile 
        lib/libcrypto/asn1: asn1_locl.h asn1_old_lib.c 
Added files:
        lib/libcrypto/asn1: asn1_lib.c 

Log message:
Rewrite ASN.1 identifier/length parsing in CBS.

Provide internal asn1_get_identifier_cbs() and asn1_get_length_cbs()
functions that are called from asn1_get_object_cbs(). Convert the existing
ASN1_get_object() function so that it calls asn1_get_object_cbs(), before
mapping the result into the API that it implements.

ok tb@

Reply via email to