diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 07:33:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 07:33:12 +0000 |
commit | 36082a2fe36ecd800d784ae44c14f1f18c66a7e9 (patch) | |
tree | 6c68e0c0097987aff85a01dabddd34b862309a7c /doc/enums/dane_verify_flags_t | |
parent | Initial commit. (diff) | |
download | gnutls28-upstream.tar.xz gnutls28-upstream.zip |
Adding upstream version 3.7.9.upstream/3.7.9upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/enums/dane_verify_flags_t')
-rw-r--r-- | doc/enums/dane_verify_flags_t | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/enums/dane_verify_flags_t b/doc/enums/dane_verify_flags_t new file mode 100644 index 0000000..175ea84 --- /dev/null +++ b/doc/enums/dane_verify_flags_t @@ -0,0 +1,11 @@ + + +@c dane_verify_flags_t +@table @code +@item DANE_@-VFLAG_@-FAIL_@-IF_@-NOT_@-CHECKED +If irrelevant to this certificate DANE entries are received fail instead of succeeding. +@item DANE_@-VFLAG_@-ONLY_@-CHECK_@-EE_@-USAGE +The provided certificates will be verified only against any EE field. Combine with @code{DANE_VFLAG_FAIL_IF_NOT_CHECKED} to fail if EE entries are not present. +@item DANE_@-VFLAG_@-ONLY_@-CHECK_@-CA_@-USAGE +The provided certificates will be verified only against any CA field. Combine with @code{DANE_VFLAG_FAIL_IF_NOT_CHECKED} to fail if CA entries are not present. +@end table |