]> git.ipfire.org Git - thirdparty/openssl.git/commit
Drop "by store"'s by_store_subject_ex()
authorRichard Levitte <levitte@openssl.org>
Wed, 30 Apr 2025 12:37:12 +0000 (14:37 +0200)
committerRichard Levitte <levitte@openssl.org>
Sun, 4 May 2025 06:55:15 +0000 (08:55 +0200)
commitaf5952d533b772ef8a3d7c666ed918acfc1dd911
treef39f094d9755ac51023d3a5497b673d646410bbf
parent927debaf7b4e83e47d3f016808acab947cc50ea2
Drop "by store"'s by_store_subject_ex()

It was used to pass libctx and propq, which would override the
corresponding values passed to by_store_ctrl_ex().  This wasn't
really reasonable to do either way, as it could potentially be a
surprise to the user, who can reasonably expect that the URI is
opened with the libctx and propq that was passed with the URI, and
not with those passed later.

Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27529)
crypto/x509/by_store.c