aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2014-11-25 17:23:24 +0000
committerMatt Caswell <matt@openssl.org>2014-11-25 22:23:24 +0000
commit3a0765882c4b3b67960b7efb203570764dd4ed29 (patch)
treefb9c4d4a12ca623ac8e5007d639c173d303ccbd3 /ssl/ssl.h
parent7d4cdededc371854eb36e773ed18204593e994e1 (diff)
downloadopenssl-3a0765882c4b3b67960b7efb203570764dd4ed29.tar.gz
Corrected comments in ssl.h about SSLv23_method and friends
PR#3574 Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
Diffstat (limited to 'ssl/ssl.h')
-rw-r--r--ssl/ssl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ssl/ssl.h b/ssl/ssl.h
index beb00a042a..bc4cd0d8ff 100644
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -2241,9 +2241,9 @@ const SSL_METHOD *SSLv3_server_method(void); /* SSLv3 */
const SSL_METHOD *SSLv3_client_method(void); /* SSLv3 */
#endif
-const SSL_METHOD *SSLv23_method(void); /* SSLv3 but can rollback to v2 */
-const SSL_METHOD *SSLv23_server_method(void); /* SSLv3 but can rollback to v2 */
-const SSL_METHOD *SSLv23_client_method(void); /* SSLv3 but can rollback to v2 */
+const SSL_METHOD *SSLv23_method(void); /* Negotiate highest available SSL/TLS version */
+const SSL_METHOD *SSLv23_server_method(void); /* Negotiate highest available SSL/TLS version */
+const SSL_METHOD *SSLv23_client_method(void); /* Negotiate highest available SSL/TLS version */
const SSL_METHOD *TLSv1_method(void); /* TLSv1.0 */
const SSL_METHOD *TLSv1_server_method(void); /* TLSv1.0 */