Rewrite asn1_item_ex_d2i_sequence() using CBS and readable variable names.
authorjsing <jsing@openbsd.org>
Mon, 16 May 2022 20:06:15 +0000 (20:06 +0000)
committerjsing <jsing@openbsd.org>
Mon, 16 May 2022 20:06:15 +0000 (20:06 +0000)
commit9d9e8f706b3af4adf9e24c929cfdb9e7f936c7e7
treed02c3791a5fff7a6567354ee11fde6a44bb7d0ab
parent72daf4d03fb223ee91e59491d7067e1df483d931
Rewrite asn1_item_ex_d2i_sequence() using CBS and readable variable names.

Now that combine no longer exists, we can also free and reallocate.

ok tb@
lib/libcrypto/asn1/tasn_dec.c