Re: How to set the different parameters of X509_STORE_CTX structure.

2021-05-27 Thread Jan Just Keijser
Hi, On 26/05/21 10:15, Kumar Mishra, Sanjeev wrote: Hi, I am upgrading the code of OpenSSL 1.0 to 3.0. I am not getting some API for setting some parameter of X509_STORE_CTX structure as it is opaque in 3.0. For example the code is like - X509_STORE_CTX  *ctx;

How to set the different parameters of X509_STORE_CTX structure.

2021-05-26 Thread Kumar Mishra, Sanjeev
Hi, I am upgrading the code of OpenSSL 1.0 to 3.0. I am not getting some API for setting some parameter of X509_STORE_CTX structure as it is opaque in 3.0. For example the code is like - X509_STORE_CTX *ctx; ctx->current_issuer = NULL; ctx->current_crl_score = 0;