x509_store_ctx_st structure in openssl 1.1.1

William Roberts bill.c.roberts at gmail.com
Mon Jun 22 15:48:44 UTC 2020


On Mon, Jun 22, 2020 at 10:45 AM shiva kumar <shivakumar2696 at gmail.com> 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


More information about the openssl-users mailing list