##// END OF EJS Templates
sslutil: store OP_NO_SSL* constants in module scope...
sslutil: store OP_NO_SSL* constants in module scope An upcoming patch will introduce a global SSLContext type so we have a single function used to wrap sockets. Prepare for that by introducing module level constants for disabling SSLv2 and SSLv3.
Gregory Szorc -
r28648:7fc787e5 default
Show More