X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=lib%2Fopenssl%2Fdoc%2Fssl%2FSSL_CTX_set_msg_callback.pod;h=9546e75124ae4340bfc81294fbbce2abb68427a5;hb=02ed66432c92de70694700164f986190aad3cbc5;hp=8b82d94a389ed3d13da0e1586ce2baa371a3f411;hpb=89016837dcbf2775cd15dc8cbaba00dc6379f86e;p=cassiopeia.git diff --git a/lib/openssl/doc/ssl/SSL_CTX_set_msg_callback.pod b/lib/openssl/doc/ssl/SSL_CTX_set_msg_callback.pod index 8b82d94..9546e75 100644 --- a/lib/openssl/doc/ssl/SSL_CTX_set_msg_callback.pod +++ b/lib/openssl/doc/ssl/SSL_CTX_set_msg_callback.pod @@ -2,7 +2,7 @@ =head1 NAME -SSL_CTX_set_msg_callback, SSL_CTX_set_msg_callback_arg, SSL_set_msg_callback, SSL_get_msg_callback_arg - install callback for observing protocol messages +SSL_CTX_set_msg_callback, SSL_CTX_set_msg_callback_arg, SSL_set_msg_callback, SSL_set_msg_callback_arg - install callback for observing protocol messages =head1 SYNOPSIS @@ -25,7 +25,7 @@ available for arbitrary application use. SSL_CTX_set_msg_callback() and SSL_CTX_set_msg_callback_arg() specify default settings that will be copied to new B objects by -L. SSL_set_msg_callback() and +L. SSL_set_msg_callback() and SSL_set_msg_callback_arg() modify the actual settings of an B object. Using a B<0> pointer for I disables the message callback. @@ -89,11 +89,15 @@ I will be B. =head1 SEE ALSO -L, L +L, L -=head1 HISTORY +=head1 COPYRIGHT -SSL_CTX_set_msg_callback(), SSL_CTX_set_msg_callback_arg(), -SSL_set_msg_callback() and SSL_get_msg_callback_arg() were added in OpenSSL 0.9.7. +Copyright 2001-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