[openssl-dev] custom X509_LOOKUP_METHOD in openssl 1.1.0 / load cert from memory

Dr. Stephen Henson steve at openssl.org
Thu Sep 15 23:17:02 UTC 2016


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


More information about the openssl-dev mailing list