mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +02:00
Disable insecure SSLv2 & SSLv3 protocols (ref #621)
This commit is contained in:
@@ -25,8 +25,8 @@ class CModule;
|
||||
|
||||
class CZNCSock : public Csock {
|
||||
public:
|
||||
CZNCSock(int timeout = 60) : Csock(timeout) {}
|
||||
CZNCSock(const CString& sHost, u_short port, int timeout = 60) : Csock(sHost, port, timeout) {}
|
||||
CZNCSock(int timeout = 60);
|
||||
CZNCSock(const CString& sHost, u_short port, int timeout = 60);
|
||||
~CZNCSock() {}
|
||||
|
||||
virtual int ConvertAddress(const struct sockaddr_storage * pAddr, socklen_t iAddrLen, CS_STRING & sIP, u_short * piPort) const;
|
||||
|
||||
Reference in New Issue
Block a user