Re: X509_STORE_CTX_get1_certs

2019-05-30 Thread Jason Schultz
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

Re: X509_STORE_CTX_get1_certs

2019-05-29 Thread Viktor Dukhovni
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

X509_STORE_CTX_get1_certs

2019-05-29 Thread Jason Schultz
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