]> 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:03:43 +0000 (14:03 +0200)
commit8bc0f6757d656fff67f2923cea802945a40a38e2
tree0f5e9eff72f09b58c137252fdbb43d8419896dfa
parent6143e70e8edde7f79fb5fb70b3c4cc548950f341
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)
crypto/x509/by_store.c