File: dane_verify_flags_t

package info (click to toggle)
gnutls28 3.7.1-5%2Bdeb11u3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports
  • size: 73,088 kB
  • sloc: ansic: 360,923; asm: 113,340; sh: 15,749; makefile: 6,543; yacc: 1,829; lisp: 1,535; cpp: 1,362; perl: 1,035; sed: 16
file content (11 lines) | stat: -rw-r--r-- 600 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
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