MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
yaSSL::SSL_CTX Class Reference

Public Types

typedef STL::list< x509 * > CertList

Public Member Functions

 SSL_CTX (SSL_METHOD *meth)
const x509getCert () const
const x509getKey () const
const SSL_METHODgetMethod () const
const CiphersGetCiphers () const
const DH_ParmsGetDH_Parms () const
const StatsGetStats () 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: