diff options
Diffstat (limited to 'TLSA.hs')
-rw-r--r-- | TLSA.hs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -49,8 +49,8 @@ data CertUsage | |||
49 | -- anchor. This is useful if the domain issues its own certificates under | 49 | -- anchor. This is useful if the domain issues its own certificates under |
50 | -- its own CA that is not expected to be in the end users' collection of | 50 | -- its own CA that is not expected to be in the end users' collection of |
51 | -- trust anchors. When conducting PKIX validation for the domain, any | 51 | -- trust anchors. When conducting PKIX validation for the domain, any |
52 | -- certificate matching the 'TLSA' record can be treated as a trust anchor | 52 | -- certificate 'match'ing the 'TLSA' record can be treated as a trust |
53 | -- that does not require further validation. | 53 | -- anchor that does not require further validation. |
54 | | TrustAnchorAssertion | 54 | | TrustAnchorAssertion |
55 | 55 | ||
56 | -- | This usage allows for a domain name administrator to issue | 56 | -- | This usage allows for a domain name administrator to issue |