Re: X509_STORE_CTX_get1_certs

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

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