CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/08/24 09:23:03
Modified files:
lib/libcrypto/asn1: t_spki.c
lib/libcrypto/x509: x509_alt.c x509_cpols.c x509_pci.c
Log message:
Fix various read buffer overflow when printing ASN.1 strings (which are
not necessarily NUL terminated). Same as schwarze's fix in t_x509a.c r1.9.
>From David Benjamin and Matt Caswell (part of the fixes in OpenSSL 1.1.1l)
ok inoguchi
