]> git.ipfire.org Git - thirdparty/openssl.git/commit
X509_dup: fix copying of libctx and propq using new ASN1_OP_DUP_POST cb operation
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Wed, 19 Aug 2020 18:16:53 +0000 (20:16 +0200)
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>
Fri, 27 Nov 2020 15:53:32 +0000 (16:53 +0100)
commitee46dfbf2c117a9532f887b478c9c65d8f30d50c
tree1106cecd9a6cd196961caa1ccf7730508ee48d37
parent4f7e08c83eca6667722f3d5848f28d37c821dc37
X509_dup: fix copying of libctx and propq using new ASN1_OP_DUP_POST cb operation

Fixes #12680

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12687)
crypto/asn1/a_dup.c
crypto/x509/x_x509.c
include/openssl/asn1t.h.in
test/cmp_msg_test.c