CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2022/05/19 13:31:39

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

Log message:
Rewrite the asn1_template_*() functions with CBS.

Rewrite the asn1_template_*() functions with CBS, readable variable names
and free then alloc.

This was the last caller of asn1_check_eoc() and asn1_check_tag(), hence
remove them and rename the _cbs suffixed versions in their place.

ok tb@

Reply via email to