CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/05/12 13:24:38
Modified files:
lib/libcrypto/asn1: tasn_utl.c
Log message:
Use freezero() with ASN1_ENCODING.
While ASN1_ENCODING is currently only used with types that should only
contain public information, we assume that ASN.1 may contain sensitive
information, hence use freezero() here instead of free().
ok deraadt@ tb@
