summaryrefslogtreecommitdiffstats
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:24:34 +0000
commitc57400e86c654fc0e1ef0f30590147493727147e (patch)
tree0c853092329be165fd7b9a03ec778c955b587189 /ssl/ssl.h
parentf90fd2b017f0f0bfae72e4f157b7a2f60397858a (diff)
Corrected comments in ssl.h about SSLv23_method and friends
PR#3574 Reviewed-by: Dr. Stephen Henson <steve@openssl.org> (cherry picked from commit 3a0765882c4b3b67960b7efb203570764dd4ed29)
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 e51202996c..56f2cdeefb 100644
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -2228,9 +2228,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 */