summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/doc/ssl/SSL_CTX_set_cipher_list.pod
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2014-08-07 21:04:42 +0000
committerjkim <jkim@FreeBSD.org>2014-08-07 21:04:42 +0000
commit2bfd7007417a2cd7c442bf1162e609303f217744 (patch)
tree2ead8295addf0f92cbe4bf28f39105c909a6702f /crypto/openssl/doc/ssl/SSL_CTX_set_cipher_list.pod
parent95576e5070819ac5bc80e16b237dc5a0061ed9a4 (diff)
downloadFreeBSD-src-2bfd7007417a2cd7c442bf1162e609303f217744.zip
FreeBSD-src-2bfd7007417a2cd7c442bf1162e609303f217744.tar.gz
MFC: r269682
Merge OpenSSL 1.0.1i.
Diffstat (limited to 'crypto/openssl/doc/ssl/SSL_CTX_set_cipher_list.pod')
-rw-r--r--crypto/openssl/doc/ssl/SSL_CTX_set_cipher_list.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/openssl/doc/ssl/SSL_CTX_set_cipher_list.pod b/crypto/openssl/doc/ssl/SSL_CTX_set_cipher_list.pod
index ed64f64..bd4df4a 100644
--- a/crypto/openssl/doc/ssl/SSL_CTX_set_cipher_list.pod
+++ b/crypto/openssl/doc/ssl/SSL_CTX_set_cipher_list.pod
@@ -54,6 +54,10 @@ of 512 bits and the server is not configured to use temporary RSA
keys), the "no shared cipher" (SSL_R_NO_SHARED_CIPHER) error is generated
and the handshake will fail.
+If the cipher list does not contain any SSLv2 cipher suites (this is the
+default) then SSLv2 is effectively disabled and neither clients nor servers
+will attempt to use SSLv2.
+
=head1 RETURN VALUES
SSL_CTX_set_cipher_list() and SSL_set_cipher_list() return 1 if any cipher
OpenPOWER on IntegriCloud