]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update.
authorNikos Mavrogiannopoulos <nikos@esat.kuleuven.be>
Thu, 4 Oct 2012 08:31:35 +0000 (10:31 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 4 Oct 2012 16:57:25 +0000 (18:57 +0200)
lib/x509/verify-high.c

index 5dafd6308a436483cc7f1b2f7c7023efe836c7fc..cf603a269c1dd191d0370d2cd23beea210414761 100644 (file)
@@ -526,7 +526,8 @@ int gnutls_x509_trust_list_get_issuer(gnutls_x509_trust_list_t list,
  * @func: If non-null will be called on each chain element verification with the output.
  *
  * This function will try to verify the given certificate and return
- * its status.
+ * its status. The @verify parameter will hold an OR'ed sequence of
+ * %gnutls_certificate_status_t flags.
  *
  * Limitation: Pathlen constraints or key usage flags are not consulted.
  *
@@ -630,9 +631,10 @@ gnutls_x509_trust_list_verify_crt(gnutls_x509_trust_list_t list,
  * @verify: will hold the certificate verification output.
  * @func: If non-null will be called on each chain element verification with the output.
  *
- * This function will try to find a matching named certificate. If a
- * match is found the certificate is considered valid. In addition to that
- * this function will also check CRLs.
+ * This function will try to find a certificate that is associated with the provided 
+ * name --see gnutls_x509_trust_list_add_named_crt(). If a match is found the certificate is considered valid. In addition to that
+ * this function will also check CRLs. The @verify parameter will hold an OR'ed sequence of
+ * %gnutls_certificate_status_t flags.
  *
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
  *   negative error value.