ksslsettings.h
TQString getCipherList()
Get the OpenSSL cipher list for selecting the list of ciphers to use in a connection.
Definition ksslsettings.cpp:125
bool warnOnMixed() const
Does the user want to be warned during mixed SSL/non-SSL mode.
Definition ksslsettings.cpp:331
bool autoSendX509() const
Does the user want X.509 client certificates to always be sent when possible?
Definition ksslsettings.cpp:337
void setWarnOnUnencrypted(bool x)
Change the user's warnOnUnencrypted() setting.
Definition ksslsettings.cpp:328
bool warnOnEnter() const
Does the user want to be warned on entering SSL mode.
Definition ksslsettings.cpp:325
bool warnOnUnencrypted() const
Does the user want to be warned on sending unencrypted data.
Definition ksslsettings.cpp:327
bool promptSendX509() const
Does the user want to be prompted to send X.509 client certificates when possible?
Definition ksslsettings.cpp:338
TQString & getEGDPath()
Get the configured path to the entropy gathering daemon or entropy file.
Definition ksslsettings.cpp:344
bool useEGD() const
Does the user want to use the Entropy Gathering Daemon?
Definition ksslsettings.cpp:335
bool warnOnLeave() const
Does the user want to be warned on leaving SSL mode.
Definition ksslsettings.cpp:329
Trinity API Reference