Greg Stark wrote:
>
> I want my SSL client to load its trusted root certificates from memory, not
> from a file. Ideally, I'd like an equivalent to
>
> SSL_CTX_load_verify_locations( ctx, FileName, NULL)
>
> but instead of FileName takes something like a STACK_OF(X509) or whatever
I want my SSL client to load its trusted root certificates from memory, not
from a file. Ideally, I'd like an equivalent to
SSL_CTX_load_verify_locations( ctx, FileName, NULL)
but instead of FileName takes something like a STACK_OF(X509) or whatever. I
don't have any problem gettin