thrift.transport.ssl

OpenSSL socket implementation, in large parts ported from C++.

Members

Classes

TAccessManager
class TAccessManager

Decides whether a remote host is legitimate or not.

TDefaultClientAccessManager
class TDefaultClientAccessManager

Default access manager implementation, which just checks the host name resp. IP address of the connection against the certificate.

TSSLContext
class TSSLContext

Represents an OpenSSL context with certification settings, etc. and handles initialization/teardown.

TSSLException
class TSSLException

SSL-level exception.

TSSLSocket
class TSSLSocket

SSL encrypted socket implementation using OpenSSL.

Meta