openssl/include
Tomas Mraz 5fd7eb5c8a Improve the implementation of X509_STORE_CTX_get1_issuer()
It is possible for the stack of X509_OBJECTs held in an X509_STORE_CTX to
have a custom compare function associated with it. Normally (by default)
this uses X509_NAME_cmp(). The X509_STORE_CTX_get1_issuer() function
assumed that it would always be X509_NAME_cmp().

By implementing OPENSSL_sk_find_all() function we can avoid explicitly
using X509_NAME_cmp() in X509_STORE_CTX_get1_issuer().

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14728)
2021-04-28 11:19:34 +02:00
..
crypto Fixes related to separation of DH and DHX types 2021-04-26 19:52:11 +02:00
internal Add type_name member to provided methods and use it 2021-04-26 12:05:05 +02:00
openssl Improve the implementation of X509_STORE_CTX_get1_issuer() 2021-04-28 11:19:34 +02:00