diff options
author | Colin Watson <cjwatson@debian.org> | 2013-11-09 14:02:03 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2013-11-09 14:02:03 +0000 |
commit | 35d1284f225e6b098a09b92afc01d17c73812e6b (patch) | |
tree | 4b41055057078716fe73a415d0c269a48d66ccf6 /sftp-server.0 | |
parent | 327155e6824b3ee13837bdde04e4eb47e147ff46 (diff) | |
parent | 210ca37aa0cdf5499f0ea847ec150fefbfbf7c39 (diff) |
* New upstream release (http://www.openssh.com/txt/release-6.4).
- sshd(8): fix a memory corruption problem triggered during rekeying
when an AES-GCM cipher is selected (closes: #729029). Full details
of the vulnerability are available at:
http://www.openssh.com/txt/gcmrekey.adv
Diffstat (limited to 'sftp-server.0')
-rw-r--r-- | sftp-server.0 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sftp-server.0 b/sftp-server.0 index bca318b38..391f42736 100644 --- a/sftp-server.0 +++ b/sftp-server.0 | |||
@@ -61,9 +61,8 @@ DESCRIPTION | |||
61 | SEE ALSO | 61 | SEE ALSO |
62 | sftp(1), ssh(1), sshd_config(5), sshd(8) | 62 | sftp(1), ssh(1), sshd_config(5), sshd(8) |
63 | 63 | ||
64 | T. Ylonen and S. Lehtinen, SSH File Transfer Protocol, | 64 | T. Ylonen and S. Lehtinen, SSH File Transfer Protocol, draft-ietf-secsh- |
65 | draft-ietf-secsh-filexfer-02.txt, October 2001, work in progress | 65 | filexfer-02.txt, October 2001, work in progress material. |
66 | material. | ||
67 | 66 | ||
68 | HISTORY | 67 | HISTORY |
69 | sftp-server first appeared in OpenBSD 2.8. | 68 | sftp-server first appeared in OpenBSD 2.8. |