kssl.h
void setAutoReconfig(bool ar)
Enable or disable automatic reconfiguration on initialize().
Definition kssl.cpp:576
bool reconfig()
Trigger a reread of KSSL configuration and reInitialize() KSSL.
Definition kssl.cpp:571
bool setSettings(KSSLSettings *settings)
Set a new KSSLSettings instance as the settings.
Definition kssl.cpp:581
KSSLSettings * settings()
One is built by the constructor, so this will only return a NULL pointer if you set one with setSetti...
Definition kssl.h:158
int seedWithEGD()
This will reseed the pseudo-random number generator with the EGD (entropy gathering daemon) if the EG...
Definition kssl.cpp:103
bool TLSInit()
This is used for applicationss which do STARTTLS or something similar.
Definition kssl.cpp:124
const KSSLSession * session() const
Obtain a pointer to the session information.
Definition kssl.cpp:688
Trinity API Reference