X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fssl%2FSSL_CTX_set_cert_verify_callback.pod;h=6f6fe56e3a05835deb4ceaef8a4bc07ec0150697;hp=c0f4f8570851a6408a376c6d3b0c6052f48c256e;hb=a528d4f0a9a71405f3ca06e20cbd27aa1b8c0df9;hpb=023ec151df447fbb12bba8dddb0bf1396c44014e diff --git a/doc/ssl/SSL_CTX_set_cert_verify_callback.pod b/doc/ssl/SSL_CTX_set_cert_verify_callback.pod index c0f4f85708..6f6fe56e3a 100644 --- a/doc/ssl/SSL_CTX_set_cert_verify_callback.pod +++ b/doc/ssl/SSL_CTX_set_cert_verify_callback.pod @@ -14,7 +14,7 @@ SSL_CTX_set_cert_verify_callback - set peer certificate verification procedure SSL_CTX_set_cert_verify_callback() sets the verification callback function for I. SSL objects that are created from I inherit the setting valid at -the time when L is called. +the time when L is called. =head1 NOTES @@ -38,13 +38,13 @@ member of I so that the calling application will be informed about the detailed result of the verification procedure! Within I, I has access to the I -function set using L. +function set using L. =head1 WARNINGS Do not mix the verification callback described in this function with the B function called during the verification process. The -latter is set using the L +latter is set using the L family of functions. Providing a complete verification procedure including certificate purpose @@ -60,16 +60,8 @@ SSL_CTX_set_cert_verify_callback() does not provide diagnostic information. =head1 SEE ALSO -L, L, -L, -L - -=head1 HISTORY - -Previous to OpenSSL 0.9.7, the I argument to B -was ignored, and I was called simply as - int (*callback)(X509_STORE_CTX *) -To compile software written for previous versions of OpenSSL, a dummy -argument will have to be added to I. +L, L, +L, +L =cut