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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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;
........
........

ctx->current_issuer = NULL;
ctx->current_crl_score = 0;
ctx->current_reasons = 0;
........
........

this changed with openssl 1.1.1 already; do
  man X509_STORE_CTX_init

which sets all of the above.

HTH,

JJK


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux