[openssl-users] passing CA bundle as buffer, instead of file path, to X509_STORE_CTX_ functions

Eli Golosovsky ilya.golosovsky at gmail.com
Tue Sep 4 15:06:52 UTC 2018


Is there an option, in *OpenSSL 1.1.1*, to load a CA bundle from memory
(buffer / string) instead of loading it from a file?

>From my experience, loading a CA bundle can be achieved by using the
*X509_STORE_CTX_* functions, on an *X509_STORE_CTX* object, representing
the certificate, and finalizing with *X509_verify_cert*. But I know of no
way to load the CA bundle not from disk.

Thanks in advance,
Ilya Golosovsky
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-users/attachments/20180904/35df8c98/attachment.html>


More information about the openssl-users mailing list