summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-03-04 21:52:00 +1100
committerDamien Miller <djm@mindrot.org>2010-03-04 21:52:00 +1100
commitfe588e3c8434e6c9017b649dad71ef282a5dac01 (patch)
tree80ea05cdaaf5f492d756d0f14bcef603ced60b80
parentcd38c9c5551094261775b99994fa0c12d333c94c (diff)
- djm@cvs.openbsd.org 2010/03/03 22:50:40
[PROTOCOL.certkeys] s/similar same/similar/; from imorgan AT nas.nasa.gov
-rw-r--r--ChangeLog3
-rw-r--r--PROTOCOL.certkeys4
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fd1ff6484..7bd29758c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,9 @@
15 [sshd.8] 15 [sshd.8]
16 the authorized_keys option for CA keys is "cert-authority", not 16 the authorized_keys option for CA keys is "cert-authority", not
17 "from=cert-authority". spotted by imorgan AT nas.nasa.gov 17 "from=cert-authority". spotted by imorgan AT nas.nasa.gov
18 - djm@cvs.openbsd.org 2010/03/03 22:50:40
19 [PROTOCOL.certkeys]
20 s/similar same/similar/; from imorgan AT nas.nasa.gov
18 21
1920100303 2220100303
20 - (djm) [PROTOCOL.certkeys] Add RCS Ident 23 - (djm) [PROTOCOL.certkeys] Add RCS Ident
diff --git a/PROTOCOL.certkeys b/PROTOCOL.certkeys
index 1e24fa025..1ed9e2064 100644
--- a/PROTOCOL.certkeys
+++ b/PROTOCOL.certkeys
@@ -48,7 +48,7 @@ New public key formats
48---------------------- 48----------------------
49 49
50The ssh-rsa-cert-v00@openssh.com and ssh-dss-cert-v00@openssh.com key 50The ssh-rsa-cert-v00@openssh.com and ssh-dss-cert-v00@openssh.com key
51types take a similar same high-level format (note: data types and 51types take a similar high-level format (note: data types and
52encoding are as per RFC4251 section 5). The serialised wire encoding of 52encoding are as per RFC4251 section 5). The serialised wire encoding of
53these certificates is also used for storing them on disk. 53these certificates is also used for storing them on disk.
54 54
@@ -190,4 +190,4 @@ source-address string Comma-separated list of source addresses
190 certificates may be presented from any 190 certificates may be presented from any
191 source address. 191 source address.
192 192
193$OpenBSD: PROTOCOL.certkeys,v 1.2 2010/03/02 23:22:44 djm Exp $ 193$OpenBSD: PROTOCOL.certkeys,v 1.3 2010/03/03 22:50:40 djm Exp $