Package: openssl
Version: 1.0.2~beta2-1
Severity: minor
File: /usr/bin/openssl

This tells us -ssl2 is an unknown option and then prints it out.
We see -ssl3 works fine.

$ for i in 2 3; do openssl s_client -ssl$i 2>&1|grep -e -ssl$i; done
unknown option -ssl2
 -ssl2         - just use SSLv2


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to