david kine wrote: > How does one load verify locations into a SSL_CTX from > in-memory X509 certificates?
I believe you are after X509_STORE_add_cert(). You can use SSL_CTX_get_cert_store() to get the store from an SSL_CTX. -- Heikki Toivonen
signature.asc
Description: OpenPGP digital signature
