summaryrefslogtreecommitdiffstats
path: root/doc/enums/dane_cert_usage_t
blob: 3be9dd429790d64e2925375012505f936ea91a84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@c dane_cert_usage_t
@table @code
@item DANE_@-CERT_@-USAGE_@-CA
CA constraint. The certificate/key
presented must have signed the verified key.
@item DANE_@-CERT_@-USAGE_@-EE
The key or the certificate of the end
entity.
@item DANE_@-CERT_@-USAGE_@-LOCAL_@-CA
The remote CA is local and possibly
untrusted by the verifier.
@item DANE_@-CERT_@-USAGE_@-LOCAL_@-EE
The remote end-entity key is local
and possibly untrusted by the verifier (not signed by a CA).
@end table