Additional CMS documentation.
[openssl.git] / doc / crypto / X509_verify_cert.pod
index e64262876aaabdddece51b84b4fe7caee6ad6da7..5253bdcd70722d0642093e16dd400ffd4e13cbe5 100644 (file)
@@ -13,7 +13,8 @@ X509_verify_cert - discover and verify X509 certificte chain
 =head1 DESCRIPTION
 
 The X509_verify_cert() function attempts to discover and validate a
-certificate chain based on parameters in B<ctx>.
+certificate chain based on parameters in B<ctx>. A complete description of
+the process is contained in the L<verify(1)|verify(1)> manual page.
 
 =head1 RETURN VALUES