]> 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>
Tue, 20 May 2025 12:11:50 +0000 (14:11 +0200)
commit7141330fb98ceab643729f2d0f445f79f26addce
treee171768f546cea9bd92290752abe3f71d604c3f6
parenta468bdb02531e47d89119444dafd35e9dbe09cdf
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.

(cherry picked from commit af5952d533b772ef8a3d7c666ed918acfc1dd911)

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27551)

(cherry picked from commit 8bc0f6757d656fff67f2923cea802945a40a38e2)
crypto/x509/by_store.c