如何查看openssl支持的所有TLS/SSL版本

openssl s_client -help 2>&1 | awk '/-(ssl|tls)[0-9]/{print $1}'

原文地址:https://www.cnblogs.com/xiami-xm/p/15252919.html