Document how BIO_get_conn_ip and BIO_get_conn_int_port actually work
[oweals/openssl.git] / doc / crypto / X509_verify_cert.pod
index 5253bdcd70722d0642093e16dd400ffd4e13cbe5..a22e44118cfc07b0d75578feaff4047e64133f6e 100644 (file)
@@ -32,7 +32,8 @@ OpenSSL internally for certificate validation, in both the S/MIME and
 SSL/TLS code.
 
 The negative return value from X509_verify_cert() can only occur if no
-certificate is set in B<ctx> (due to a programming error) or if a retry
+certificate is set in B<ctx> (due to a programming error); if X509_verify_cert()
+twice without reinitialising B<ctx> in between; or if a retry
 operation is requested during internal lookups (which never happens with
 standard lookup methods). It is however recommended that application check
 for <= 0 return value on error.