Public Types |
|
typedef STL::list< x509 * > | CertList |
Public Member Functions |
|
| SSL_CTX (SSL_METHOD *meth) |
|
const x509 * | getCert () const |
|
const x509 * | getKey () const |
|
const SSL_METHOD * | getMethod () const |
|
const Ciphers & | GetCiphers () const |
|
const DH_Parms & | GetDH_Parms () const |
|
const Stats & | GetStats () const |
|
const VerifyCallback | getVerifyCallback () const |
|
pem_password_cb | GetPasswordCb () const |
|
void * | GetUserData () const |
|
bool | GetSessionCacheOff () const |
|
bool | GetSessionCacheFlushOff () const |
|
void | setVerifyPeer () |
|
void | setVerifyNone () |
|
void | setFailNoCert () |
|
void | setVerifyCallback (VerifyCallback) |
|
bool | SetCipherList (const char *) |
|
bool | SetDH (const DH &) |
|
void | SetPasswordCb (pem_password_cb cb) |
|
void | SetUserData (void *) |
|
void | SetSessionCacheOff () |
|
void | SetSessionCacheFlushOff () |
|
void | IncrementStats (StatsField) |
|
void | AddCA (x509 *ca) |
|
const CertList & | GetCA_List () const |
Friends |
|
int | read_file (SSL_CTX *, const char *, int, CertType) |
Detailed Description
Definition at line 417 of file yassl_int.hpp.
The documentation for this class was generated from the following files: