Fix cert creation in the store
authorMatt Caswell <matt@openssl.org>
Fri, 21 May 2021 15:45:58 +0000 (16:45 +0100)
committerShane Lontis <shane.lontis@oracle.com>
Sun, 30 May 2021 23:40:50 +0000 (09:40 +1000)
commit99be8ed331d884e77f658bb404b67a42405703e6
tree36eaab1f86b0b42a05ee9f49cffb89d8386c9185
parente43dc9b2438892f2adb7375ce9147e84b791ab97
Fix cert creation in the store

When we create a cert in the store, make sure we do so with the libctx
and propq associated.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/15523)
crypto/store/store_result.c