#include <xmltooling/soap/OpenSSLSOAPTransport.h>
Inheritance diagram for xmltooling::OpenSSLSOAPTransport:
Public Types | |
typedef bool(* | ssl_ctx_callback_fn )(OpenSSLSOAPTransport *transport, SSL_CTX *ssl_ctx, void *userptr) |
OpenSSL context callback for manipulating credentials and validation behavior. | |
Public Member Functions | |
virtual bool | setSSLCallback (ssl_ctx_callback_fn fn, void *userptr=0)=0 |
Set a callback function to invoke against the SSL_CTX before the handshake. | |
virtual bool | setCipherSuites (const char *cipherlist)=0 |
Set an expression identifying the cipher suites to enable using OpenSSL syntax. | |
virtual void | setAuthenticated (bool auth)=0 |
Set indicator that the transport peer has been authenticated. |
|
Set indicator that the transport peer has been authenticated.
|
|
Set an expression identifying the cipher suites to enable using OpenSSL syntax.
|
|
Set a callback function to invoke against the SSL_CTX before the handshake.
|