class OpenSSLContextImpl |
A wrapper around SSL_CTX whic is used to store the credentials of a server/client and the trusted ca certs.
![]() | OpenSSLContextImpl (Version version, bool isClient) Internal class. |
![]() | ~OpenSSLContextImpl () Destructor |
![]() | setCertificateFile (const string& certFile, FileType type) Sets the identity certificate chain c of the client/server |
![]() | setPrivateKeyFile (const string& keyFile, FileType type) Sets the private key of the client/server |
![]() | setTrustedCAS (const string& filename) |
![]() | addTrustedCA (const Certificate& cert) |
![]() | doSetVerify (int verify) |
A wrapper around SSL_CTX whic is used to store the credentials of a server/client and the trusted ca certs.
Alphabetic index HTML hierarchy of classes or Java