X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fssl%2FSSL_CTX_set_ssl_version.pod;h=22c0370b75454b2a46fb0ab19c892c8181820eba;hp=e254f9657bd59fc7a418bdd9fc8a78dd57367a62;hb=05ea606a2536590e1ef74020056665345f39efa8;hpb=c8919dde09d56f03615a52031964bc9a77b26e90 diff --git a/doc/ssl/SSL_CTX_set_ssl_version.pod b/doc/ssl/SSL_CTX_set_ssl_version.pod index e254f9657b..22c0370b75 100644 --- a/doc/ssl/SSL_CTX_set_ssl_version.pod +++ b/doc/ssl/SSL_CTX_set_ssl_version.pod @@ -17,8 +17,8 @@ SSL_CTX_set_ssl_version, SSL_set_ssl_method, SSL_get_ssl_method SSL_CTX_set_ssl_version() sets a new default TLS/SSL B for SSL objects newly created from this B. SSL objects already created with -L are not affected, except when -L is being called. +L are not affected, except when +L is being called. SSL_set_ssl_method() sets a new TLS/SSL B for a particular B object. It may be reset, when SSL_clear() is called. @@ -29,9 +29,9 @@ set in B. =head1 NOTES The available B choices are described in -L. +L. -When L is called and no session is connected to +When L is called and no session is connected to an SSL object, the method of the SSL object is reset to the method currently set in the corresponding SSL_CTX object. @@ -54,8 +54,17 @@ The operation succeeded. =head1 SEE ALSO -L, L, -L, L, -L +L, L, +L, L, +L + +=head1 COPYRIGHT + +Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +L. =cut