diff options
author | djm@openbsd.org <djm@openbsd.org> | 2017-05-26 01:40:07 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2017-05-27 15:35:52 +1000 |
commit | 8ba0fd40082751dbbc23a830433488bbfb1abdca (patch) | |
tree | b85e2878bc2e4eff82481e003b2c11e134ed5894 /PROTOCOL | |
parent | dcc714c65cfb81eb6903095b4590719e8690f3da (diff) |
upstream commit
fix references to obsolete v00 cert format; spotted by
Jakub Jelen
Upstream-ID: 7600ce193ab8fd19451acfe24fc2eb39d46b2c4f
Diffstat (limited to 'PROTOCOL')
-rw-r--r-- | PROTOCOL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -33,8 +33,8 @@ The method is documented in: | |||
33 | 33 | ||
34 | https://www.openssh.com/txt/draft-miller-secsh-compression-delayed-00.txt | 34 | https://www.openssh.com/txt/draft-miller-secsh-compression-delayed-00.txt |
35 | 35 | ||
36 | 1.3. transport: New public key algorithms "ssh-rsa-cert-v00@openssh.com", | 36 | 1.3. transport: New public key algorithms "ssh-rsa-cert-v01@openssh.com", |
37 | "ssh-dsa-cert-v00@openssh.com", | 37 | "ssh-dsa-cert-v01@openssh.com", |
38 | "ecdsa-sha2-nistp256-cert-v01@openssh.com", | 38 | "ecdsa-sha2-nistp256-cert-v01@openssh.com", |
39 | "ecdsa-sha2-nistp384-cert-v01@openssh.com" and | 39 | "ecdsa-sha2-nistp384-cert-v01@openssh.com" and |
40 | "ecdsa-sha2-nistp521-cert-v01@openssh.com" | 40 | "ecdsa-sha2-nistp521-cert-v01@openssh.com" |
@@ -454,4 +454,4 @@ respond with a SSH_FXP_STATUS message. | |||
454 | This extension is advertised in the SSH_FXP_VERSION hello with version | 454 | This extension is advertised in the SSH_FXP_VERSION hello with version |
455 | "1". | 455 | "1". |
456 | 456 | ||
457 | $OpenBSD: PROTOCOL,v 1.30 2016/04/08 06:35:54 djm Exp $ | 457 | $OpenBSD: PROTOCOL,v 1.31 2017/05/26 01:40:07 djm Exp $ |