Blame doc/enums/dane_cert_usage_t

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