From: Nikos Mavrogiannopoulos Date: Tue, 5 Mar 2013 20:27:48 +0000 (+0100) Subject: updated doc X-Git-Tag: gnutls_3_1_10~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a683cf2fe89c15c8d0ebba35cdbbeeee6e4e417a;p=thirdparty%2Fgnutls.git updated doc --- diff --git a/libdane/includes/gnutls/dane.h b/libdane/includes/gnutls/dane.h index f5b9104611..cbaa539339 100644 --- a/libdane/includes/gnutls/dane.h +++ b/libdane/includes/gnutls/dane.h @@ -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. */