Re: [EXTERNAL] Re: Alternative for structure opaque X509 & X509_STORE_CTX

2021-10-10 Thread Shivakumar Poojari
er 5, 2021 1:20 PM > *To:* Shivakumar Poojari ; > openssl-users@openssl.org > *Cc:* Paramashivaiah, Sunil ; Kumar > Mishra, Sanjeev ; Bhattacharjee, > Debapriyo (c) > *Subject:* [EXTERNAL] Re: Alternative for structure opaque X509 & > X509_STORE_CTX > > >

Re: [EXTERNAL] Re: Alternative for structure opaque X509 & X509_STORE_CTX

2021-10-08 Thread Matt Caswell
ect:* [EXTERNAL] Re: Alternative for structure opaque X509 & X509_STORE_CTX On 05/10/2021 05:24, Shivakumar Poojari wrote: :error: invalid use of incomplete type 'X509' {aka 'struct x509_st'}        if (x->ocsp && x->ocsp->ocsp_url) Strangely there is no ocsp field in an x509

Re: [EXTERNAL] Re: Alternative for structure opaque X509 & X509_STORE_CTX

2021-10-08 Thread Shivakumar Poojari
o (c) Subject: [EXTERNAL] Re: Alternative for structure opaque X509 & X509_STORE_CTX On 05/10/2021 05:24, Shivakumar Poojari wrote: > :error: invalid use of incomplete type 'X509' {aka 'struct x509_st'} > if (x->ocsp && x->ocsp->ocsp_url) Strangely there is

Re: [EXTERNAL] Re: Alternative for structure opaque X509 & X509_STORE_CTX

2021-10-05 Thread Shivakumar Poojari
] Re: Alternative for structure opaque X509 & X509_STORE_CTX On 05/10/2021 05:24, Shivakumar Poojari wrote: > :error: invalid use of incomplete type 'X509' {aka 'struct x509_st'} > if (x->ocsp && x->ocsp->ocsp_url) Strangely there is no ocsp field in an x509_st e