24 #include <ksslsettings.h>
25 #include <ksslpeerinfo.h>
26 #include <ksslconnectioninfo.h>
50 KSSL(
bool init =
true);
64 static bool doesSSLWork();
131 void setAutoReconfig(
bool ar);
180 void setProxyUse(
bool active, TQString realIP = TQString::null,
int realPort = 0, TQString proxy = TQString::null) TDE_DEPRECATED;
188 void setPeerHost(TQString realHost = TQString::null);
199 int connect(
int sock);
210 int accept(
int sock);
219 int read(
void *buf,
int len);
228 int peek(
void *buf,
int len);
238 int write(
const void *buf,
int len);
281 bool reusingSession()
const;
284 static bool m_bSSLWorks;
286 bool m_bAutoReconfig;
293 void setConnectionInfo();
295 bool setVerificationLogic();
KSSLSettings * settings()
One is built by the constructor, so this will only return a NULL pointer if you set one with setSetti...
KDE SSL Connection Information.
KDE SSL Session Information.