diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-03-05 21:27:48 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-03-05 21:27:48 +0100 |
commit | a683cf2fe89c15c8d0ebba35cdbbeeee6e4e417a (patch) | |
tree | e39a8d5a9c725fed205a7e1c960151b02dfbfb5e /libdane | |
parent | d6b5857e6d3af45fc98e6a35503c2f29d7cd2d35 (diff) | |
download | gnutls-a683cf2fe89c15c8d0ebba35cdbbeeee6e4e417a.tar.gz |
updated doc
Diffstat (limited to 'libdane')
-rw-r--r-- | libdane/includes/gnutls/dane.h | 4 |
1 files changed, 2 insertions, 2 deletions
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. */ |