]> git.ipfire.org Git - thirdparty/openssl.git/commit
apps/pkcs12: Do not assume null termination of ASN1_UTF8STRING
authorTomas Mraz <tomas@openssl.org>
Tue, 31 Aug 2021 07:05:59 +0000 (09:05 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 31 Aug 2021 10:20:12 +0000 (12:20 +0200)
commit2bdab81198ae366d25547b1441609c7d324b0bb4
tree683b263688d744e1625e600425c57e30d0ea7b11
parent3f7ad402b06fd75397f11fd9f0b2ad6778a31f99
apps/pkcs12: Do not assume null termination of ASN1_UTF8STRING

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/16433)
apps/pkcs12.c