adedov / libiqxmlrpc

Libiqxmlrpc is an implementation of the XML-RPC standard in C++.
Other
14 stars 9 forks source link

Insecure SSLv3 is possible to be used #4

Closed voskanov closed 6 years ago

voskanov commented 6 years ago

SSLv3 is known to be insecure because of POODLE attack, and even if this type of attack is irrelevant it nice to exclude SSLv3 support from the library.