diff options
author | djm@openbsd.org <djm@openbsd.org> | 2018-04-10 00:10:49 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-04-10 10:17:15 +1000 |
commit | 001aa55484852370488786bd40e9fdad4b465811 (patch) | |
tree | 8b98f20603dea5362f66fbfcc8c400e29c7492bb /PROTOCOL.krl | |
parent | 260ede2787fe80b18b8d5920455b4fb268519c7d (diff) |
upstream: lots of typos in comments/docs. Patch from Karsten Weiss
after checking with codespell tool
(https://github.com/lucasdemarchi/codespell)
OpenBSD-Commit-ID: 373222f12d7ab606598a2d36840c60be93568528
Diffstat (limited to 'PROTOCOL.krl')
-rw-r--r-- | PROTOCOL.krl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PROTOCOL.krl b/PROTOCOL.krl index b9695107b..f319bad21 100644 --- a/PROTOCOL.krl +++ b/PROTOCOL.krl | |||
@@ -145,7 +145,7 @@ This section may appear multiple times. | |||
145 | 5. KRL signature sections | 145 | 5. KRL signature sections |
146 | 146 | ||
147 | The KRL_SECTION_SIGNATURE section serves a different purpose to the | 147 | The KRL_SECTION_SIGNATURE section serves a different purpose to the |
148 | preceeding ones: to provide cryptographic authentication of a KRL that | 148 | preceding ones: to provide cryptographic authentication of a KRL that |
149 | is retrieved over a channel that does not provide integrity protection. | 149 | is retrieved over a channel that does not provide integrity protection. |
150 | Its format is slightly different to the previously-described sections: | 150 | Its format is slightly different to the previously-described sections: |
151 | in order to simplify the signature generation, it includes as a "body" | 151 | in order to simplify the signature generation, it includes as a "body" |
@@ -166,4 +166,4 @@ Implementations that retrieve KRLs over untrusted channels must verify | |||
166 | signatures. Signature sections are optional for KRLs distributed by | 166 | signatures. Signature sections are optional for KRLs distributed by |
167 | trusted means. | 167 | trusted means. |
168 | 168 | ||
169 | $OpenBSD: PROTOCOL.krl,v 1.3 2015/01/30 01:10:33 djm Exp $ | 169 | $OpenBSD: PROTOCOL.krl,v 1.4 2018/04/10 00:10:49 djm Exp $ |