SSLOptions

Undocumented in source.

Members

Enums

filetype
enum filetype
Undocumented in source.

Functions

getCaCert
auto getCaCert()
Undocumented in source. Be warned that the author may not have intended to support it.
getCertFile
auto getCertFile()
Undocumented in source. Be warned that the author may not have intended to support it.
getCertType
auto getCertType()
Undocumented in source. Be warned that the author may not have intended to support it.
getKeyFile
auto getKeyFile()
Undocumented in source. Be warned that the author may not have intended to support it.
getKeyType
auto getKeyType()
Undocumented in source. Be warned that the author may not have intended to support it.
getVerifyPeer
bool getVerifyPeer()
Undocumented in source. Be warned that the author may not have intended to support it.
haveFiles
ubyte haveFiles()
Undocumented in source. Be warned that the author may not have intended to support it.
setCaCert
auto setCaCert(string p)
Undocumented in source. Be warned that the author may not have intended to support it.
setCertFile
auto setCertFile(string f, filetype t)

set cert file name and type (default - pem)

setCertType
void setCertType(string t)

set cert file type

setKeyFile
auto setKeyFile(string f, filetype t)

set key file name and type (default - pem)

setKeyType
void setKeyType(string t)

set key file type

setVerifyPeer
SSLOptions setVerifyPeer(bool v)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta