`SSL_get_ex_data_X509_STORE_CTX_idx` does not respect `OSSL...
The SSL_get_ex_data_X509_STORE_CTX_idx() function does not seem to respect the default OSSL_LIB_CTX. This can result in colliding ex-data indices when using custom library contexts, because SSL_get_ex_data_X509_STORE_CTX_idx is initializ...