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