Blame doc/enums/dane_cert_usage_t

Packit aea12f
Packit aea12f
Packit aea12f
@c dane_cert_usage_t
Packit aea12f
@table @code
Packit aea12f
@item DANE_@-CERT_@-USAGE_@-CA
Packit aea12f
CA constraint. The certificate/key
Packit aea12f
presented must have signed the verified key.
Packit aea12f
@item DANE_@-CERT_@-USAGE_@-EE
Packit aea12f
The key or the certificate of the end
Packit aea12f
entity.
Packit aea12f
@item DANE_@-CERT_@-USAGE_@-LOCAL_@-CA
Packit aea12f
The remote CA is local and possibly
Packit aea12f
untrusted by the verifier.
Packit aea12f
@item DANE_@-CERT_@-USAGE_@-LOCAL_@-EE
Packit aea12f
The remote end-entity key is local
Packit aea12f
and possibly untrusted by the verifier (not signed by a CA).
Packit aea12f
@end table