]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
updated doc
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 5 Mar 2013 20:27:48 +0000 (21:27 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 5 Mar 2013 20:27:48 +0000 (21:27 +0100)
libdane/includes/gnutls/dane.h

index f5b9104611847a5820f3a7b033e4ff914968afd6..cbaa539339e31e8c24816a27e8983ecbb5ac7ea6 100644 (file)
@@ -125,8 +125,8 @@ const char* dane_cert_usage_name(dane_cert_usage_t usage);
 /**
  * dane_verify_flags_t:
  * @DANE_VFLAG_FAIL_IF_NOT_CHECKED: If irrelevant to this certificate DANE entries are received fail instead of succeeding.
- * @DANE_VFLAG_CHECK_EE_USAGE: The provided certificates will be verified only against any EE field. Combine with %DANE_VFLAG_FAIL_IF_NOT_CHECKED to fail if EE entries are not present.
- * @DANE_VFLAG_CHECK_CA_USAGE: The provided certificates will be verified only against any CA field. Combine with %DANE_VFLAG_FAIL_IF_NOT_CHECKED to fail if CA entries are not present.
+ * @DANE_VFLAG_ONLY_CHECK_EE_USAGE: The provided certificates will be verified only against any EE field. Combine with %DANE_VFLAG_FAIL_IF_NOT_CHECKED to fail if EE entries are not present.
+ * @DANE_VFLAG_ONLY_CHECK_CA_USAGE: The provided certificates will be verified only against any CA field. Combine with %DANE_VFLAG_FAIL_IF_NOT_CHECKED to fail if CA entries are not present.
  *
  * Enumeration of different verification status flags.
  */