namespace Akenti class OpenSSLContextImpl : public SSLContextImpl A subclass of SSLContextImpl and a wrapper for SSL_CTX
| | doSetVerify (int verify) Calls SSL_CTX_set_verify(ctx, verify, NULL) |
| | doSetCAFile (const string& name) Calls SSL_CTX_load_verify_locations(ctx, name |
A subclass of SSLContextImpl and a wrapper for SSL_CTX. A security context contains various parameters needed by the openssl libraries. It is kept as part of a SecureSocketImpl. The OpenSSLProviderImpl will supply a new OpenSSLContextImpl.
~OpenSSLContextImpl()
void setCertificateFile(const string& certFile, FileType type)
FileType - type either PEM or ASN1
void setPrivateKeyFile(const string& keyFile, FileType type)
FileType - type either PEM or ASN1
void doSetVerify(int verify)
void doSetCAFile(const string& name)
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de