CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/05/17 06:23:53
Modified files:
lib/libcrypto/asn1: tasn_dec.c
Log message:
Refactor ASN.1 template functions before rewriting.
Change asn1_template_ex_d2i() so that we short circuit in the no explicit
tagging case.
Split out the SET OF/SEQUENCE OF handling from asn1_template_noexp_d2i()
into a asn1_template_stack_of_d2i() function and simplify the remaining
code.
ok tb@
