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
-- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users