Rewrite asn1_collect() and asn1_find_end() with CBS.
authorjsing <jsing@openbsd.org>
Wed, 4 May 2022 10:57:48 +0000 (10:57 +0000)
committerjsing <jsing@openbsd.org>
Wed, 4 May 2022 10:57:48 +0000 (10:57 +0000)
commitca31e34681f7b2c10e2ed7b1c4b6465b7a77756f
tree0a4858c95e8d4cb75ed38def4dad688cce33a996
parent76ae1ec394038d75f36be1017901478adc57fc1e
Rewrite asn1_collect() and asn1_find_end() with CBS.

Use more readable variable and arguments names in the process.

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