X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=doc%2Fman3%2FSSL_CTX_set_keylog_callback.pod;h=1f170ae81ad43d294421b8506823c20f743ed65f;hb=c79b6b874b734c4fc495201256648f5b726ec90c;hp=a7d3de307303d3765905986e16911cb8172d0489;hpb=9e183d2271653cbba2d9cf56d40c1356705207aa;p=openssl.git diff --git a/doc/man3/SSL_CTX_set_keylog_callback.pod b/doc/man3/SSL_CTX_set_keylog_callback.pod index a7d3de3073..1f170ae81a 100644 --- a/doc/man3/SSL_CTX_set_keylog_callback.pod +++ b/doc/man3/SSL_CTX_set_keylog_callback.pod @@ -31,15 +31,20 @@ format used by NSS for its B debugging output. To recreate that file, the key logging callback should log B, followed by a newline. B will always be a NULL-terminated string. +=head1 RETURN VALUES + +SSL_CTX_get_keylog_callback() returns a pointer to B or +NULL if the callback is not set. + =head1 SEE ALSO L =head1 COPYRIGHT -Copyright 2016-2017 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved. -Licensed under the OpenSSL license (the "License"). You may not use +Licensed under the Apache License 2.0 (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.