]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix dsa & rsa signature dupctx() so that ctx->propq is strduped
authorShane Lontis <shane.lontis@oracle.com>
Thu, 26 Nov 2020 05:06:34 +0000 (15:06 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Thu, 3 Dec 2020 22:33:28 +0000 (08:33 +1000)
commitc2386b81feae22786502abb99b3b39f85e66d8a1
tree443d197a86046839b698f0f3be545cc925dcb85c
parent283320281bda4e1b5cfaedb0db723a96325aabb9
Fix dsa & rsa signature dupctx() so that ctx->propq is strduped

Discovered when fixing up ecdsa code.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13520)
providers/implementations/signature/dsa.c
providers/implementations/signature/rsa.c