CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/13 10:50:24
Modified files:
lib/libcrypto/asn1: tasn_dec.c
Log message:
Convert asn1_d2i_ex_primitive()/asn1_collect() from BUF_MEM to CBB.
With this we get simpler code, overflow checking and more sensible
memory ownership. Also switch the free_cont case to freezero() since this
could contain secrets.
ok inoguchi@ tb@
