Open grahamc opened 7 years ago
There is even a RustSec advisory about OpenSSL prior to 0.9.x being vulnerable: https://rustsec.org/advisories/RUSTSEC-2016-0001.html
Is there any progress on this? If not, then at least the fact that SSL support is vulnerable and must not be used should be advertised in the README.
From the openssl rust docs:
It looks like you should be using the first example here: https://docs.rs/openssl/0.9.19/openssl/ssl/index.html#examples
I noticed this when I connected to my amqps server using the wrong hostname, and there was no certificate mismatch error.