I see. Can anyone summarize what X509_STORE_CTX_get1_certs() is doing so I can
make sure my understanding of it is correct?
Thanks.
From: openssl-users on behalf of Viktor
Dukhovni
Sent: Wednesday, May 29, 2019 8:21 PM
To: openssl-users@openssl.org
Subject
On Wed, May 29, 2019 at 07:44:26PM +, Jason Schultz wrote:
> It looks like this function is available in OpenSSL 1.1.1 (not available
> in 1.0.2) and I think I need to use it, but I can't find documentation for
> it anywhere.
In 1.0.2 it was called X509_STORE_get1_certs().
> Is this an over
It looks like this function is available in OpenSSL 1.1.1 (not available in
1.0.2) and I think I need to use it, but I can't find documentation for it
anywhere.
Is this an over site, or am I missing something obvious?
Thanks,
Jason