diff options
author | Lutz Jänicke <jaenicke@openssl.org> | 2001-02-10 17:21:38 +0100 |
---|---|---|
committer | Lutz Jänicke <jaenicke@openssl.org> | 2001-02-10 17:21:38 +0100 |
commit | 1b65ce7db33c8bbb0194d0d7013cccf492fd3c2f (patch) | |
tree | 883057a9b3db34f879400700b5639764d07c19cd /doc | |
parent | Manual page for SSL_CTX_set_options(). Unfortunately for some of the (diff) | |
download | openssl-1b65ce7db33c8bbb0194d0d7013cccf492fd3c2f.tar.xz openssl-1b65ce7db33c8bbb0194d0d7013cccf492fd3c2f.zip |
Update for 0.9.7 with SSL_OP_CIPHER_SERVER_PREFERENCE.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ssl/SSL_CTX_set_options.pod | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ssl/SSL_CTX_set_options.pod b/doc/ssl/SSL_CTX_set_options.pod index bd5b0cbf96..fe164feaab 100644 --- a/doc/ssl/SSL_CTX_set_options.pod +++ b/doc/ssl/SSL_CTX_set_options.pod @@ -128,6 +128,14 @@ Always create a new key when using temporary DH parameters. Also use the temporary RSA key when doing RSA operations. +=item SSL_OP_CIPHER_SERVER_PREFERENCE + +When choosing a cipher, use the server's preferences instead of the client +preferences. When not set, the SSL server will always follow the clients +preferences. When set, the SSLv3/TLSv1 server will choose following its +own preferences. Because of the different procotol, for SSLv2 the server +will send his list of preferences to the client and the client chooses. + =item SSL_OP_PKCS1_CHECK_1 ... @@ -178,6 +186,8 @@ L<ssl(3)|ssl(3)>, L<SSL_new(3)|SSL_new(3)>, L<SSL_clear(3)|SSL_clear(3)> =head1 HISTORY +SSL_OP_CIPHER_SERVER_PREFERENCE has been added in OpenSSL 0.9.7. + SSL_OP_TLS_ROLLBACK_BUG has been added in OpenSSL 0.9.6. =cut |