]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix openssl storeutl to allow serial + issuer
authorSimo Sorce <simo@redhat.com>
Wed, 7 Dec 2022 23:50:51 +0000 (18:50 -0500)
committerTomas Mraz <tomas@openssl.org>
Wed, 14 Dec 2022 08:33:25 +0000 (09:33 +0100)
commitabdf35158e4398deedcf160c28bd07c7080edf47
tree8aee31a09ec2a97e8b4c71fa1cb145cc6cb10f4c
parentdc45d4c6faeb53bb68401141d899b9f857bbc51d
Fix openssl storeutl to allow serial + issuer

storeutl wants to enforce the use of issuer and serial together,
however the current code prevents to use them together and returns an
error if only one of them is specified.

Signed-off-by: Simo Sorce <simo@redhat.com>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19856)
apps/storeutl.c