Re: x509_store_ctx_st structure in openssl 1.1.1

2020-06-22 Thread William Roberts
On Mon, Jun 22, 2020 at 10:45 AM shiva kumar  wrote:
>
> Hi,
> I was using the structure
> struct x509_store_ctx_st
> provide by x509_vfy.h in openssl 1.0.2, but can you please help me on how to 
> use the same or alternative for the above structure on openssl 1.1.1

I think just use the accessor and getter methods provided by the same header:
X509_STORE_

>
>
> Thanks and regards
> Shivakumar


x509_store_ctx_st structure in openssl 1.1.1

2020-06-22 Thread shiva kumar
Hi,
I was using the structure
struct x509_store_ctx_st
provide by x509_vfy.h in openssl 1.0.2, but can you please help me on how
to use the same or alternative for the above structure on openssl 1.1.1


Thanks and regards
Shivakumar