X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=lib%2Fopenssl%2Fdoc%2Fssl%2FSSL_CTX_set_ssl_version.pod;fp=lib%2Fopenssl%2Fdoc%2Fssl%2FSSL_CTX_set_ssl_version.pod;h=22c0370b75454b2a46fb0ab19c892c8181820eba;hb=02ed66432c92de70694700164f986190aad3cbc5;hp=e254f9657bd59fc7a418bdd9fc8a78dd57367a62;hpb=89016837dcbf2775cd15dc8cbaba00dc6379f86e;p=cassiopeia.git diff --git a/lib/openssl/doc/ssl/SSL_CTX_set_ssl_version.pod b/lib/openssl/doc/ssl/SSL_CTX_set_ssl_version.pod index e254f96..22c0370 100644 --- a/lib/openssl/doc/ssl/SSL_CTX_set_ssl_version.pod +++ b/lib/openssl/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