On Thu, Sep 15, 2016, Sebastian Andrzej Siewior wrote:

> Hi,
> 
> I've been looking at spice-gtk to get it compiled against openssl 1.1.0.
> One problem I have is that they are using a custom X509_LOOKUP_METHOD
> struct which is now not possible.
> It seems that this requirement was introduced [1] to able to load certs
> from within memory instead from file.
> 

While this isn't exactly the same, individual certificates (available in
memory as X509 structures) can be added using X509_STORE_add_cert().

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to