CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2022/05/10 12:40:07
Modified files: lib/libcrypto/asn1: tasn_dec.c Log message: Rewrite asn1_item_ex_d2i() using CBS. This requires a few wrappers to call into some non-CBS functions, however we can now remove the asn1_d2i_ex_primitive() wrapper as there are no longer any non-CBS callers. ok tb@