On Wed, Jun 8, 2011 at 12:30 PM, Aloysius Indrayanto < [email protected]> wrote:
> Hello, > > We need to manage our ow trusted CA list. > > However, OpenSSL seems does not provide API to modify the list within > an SSL_CTX structure. > Hence, currently, we are accessing the cert_store member directly. > > Are the documented members of the SSL_CTX structure are meant/allowed > to be accessed by developers that use OpenSSL? > I don't find any document about SSL_CTX, but you can access some meaningful variables in SSL_CTX, such as master_key. > Best regards, > Aloysius > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > Development Mailing List [email protected] > Automated List Manager [email protected] >
