]> git.ipfire.org Git - thirdparty/openssl.git/commit
d2i_X509(): Make deallocation behavior consistent with d2i_X509_AUX()
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Wed, 30 Dec 2020 08:46:38 +0000 (09:46 +0100)
committerDr. David von Oheimb <dev@ddvo.net>
Wed, 13 Jan 2021 10:19:17 +0000 (11:19 +0100)
commit3339606a38cc9023c807428b429e01cfa1fde4d9
tree7db54a7aeb64b68dd75df8a3edaa325b96cab3ef
parent48116c2d0fbb1db875e2bc703c08089bf3c5c5c3
d2i_X509(): Make deallocation behavior consistent with d2i_X509_AUX()

Partly fixes #13754

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/13755)
crypto/x509/x_x509.c