summaryrefslogtreecommitdiff
path: root/TLSA.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2014-05-19 04:18:12 -0400
committerjoe <joe@jerkface.net>2014-05-19 04:18:12 -0400
commit1a7aaabd84fc252451b343a7cc840725aed75e09 (patch)
treedf6583c8c59b6d45bb9bb6f8f24d32a097f0c41b /TLSA.hs
parentf58aa9f40b403fc3f5760d5fdb920ca7e0140d27 (diff)
Minor documentation edit.
Diffstat (limited to 'TLSA.hs')
-rw-r--r--TLSA.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/TLSA.hs b/TLSA.hs
index 1ef6fb4..4006286 100644
--- a/TLSA.hs
+++ b/TLSA.hs
@@ -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