]> git.ipfire.org Git - thirdparty/openssl.git/commit
Allocates and initializes pubkey in X509_PUBKEY_dup()
authorSahana Prasad <sahana@redhat.com>
Mon, 22 Mar 2021 10:04:45 +0000 (11:04 +0100)
committerPauli <pauli@openssl.org>
Sun, 28 Mar 2021 06:34:34 +0000 (16:34 +1000)
commitf0800c7c226c60161b49d832c342453b735984b4
tree0e6fdbb2cba61989507d3a83614f1716f03f5c93
parenta638fb9413b2fc3e5f9d1de3ff0dcc1ec6c78468
Allocates and initializes pubkey in X509_PUBKEY_dup()

Fixes #14617

Signed-off-by: Sahana Prasad <sahana@redhat.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14642)
crypto/x509/x_pubkey.c