Subject: | Does not verify the remote SSL certificate |
XML::Stream creates all SSL connections with SSL_verify_mode=>0x00. This
is a security vulnerability, since it does not verify the remote SSL
certificate, letting any attacker perform a man-in-the-middle attack on
the connection.
If SSL is requested, XML::Stream should verify the SSL certificate by
default (perhaps with an additional option to disable verification, to be
used only for testing purposes).