Fix mem leaks and allow missing pkey and/or cert in try_decode_PKCS12()
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Tue, 5 May 2020 09:31:05 +0000 (11:31 +0200)
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>
Mon, 8 Jun 2020 03:37:48 +0000 (05:37 +0200)
commitc29ba6a92ea9c2c9616e044c1dd0efedafa0aeef
tree670390868d2b809c27b1bf00669bd213a0d58104
parent4ca015555b97f00101c5f7274e99302ffe2db500
Fix mem leaks and allow missing pkey and/or cert in try_decode_PKCS12()

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11733)
crypto/store/loader_file.c