summaryrefslogtreecommitdiff
path: root/PROTOCOL
diff options
context:
space:
mode:
Diffstat (limited to 'PROTOCOL')
-rw-r--r--PROTOCOL6
1 files changed, 3 insertions, 3 deletions
diff --git a/PROTOCOL b/PROTOCOL
index c6f99a31a..192da55b2 100644
--- a/PROTOCOL
+++ b/PROTOCOL
@@ -4,7 +4,7 @@ protocol.
4Note that OpenSSH's sftp and sftp-server implement revision 3 of the SSH 4Note that OpenSSH's sftp and sftp-server implement revision 3 of the SSH
5filexfer protocol described in: 5filexfer protocol described in:
6 6
7http://www.openssh.com/txt/draft-ietf-secsh-filexfer-02.txt 7https://www.openssh.com/txt/draft-ietf-secsh-filexfer-02.txt
8 8
9Newer versions of the draft will not be supported, though some features 9Newer versions of the draft will not be supported, though some features
10are individually implemented as extensions described below. 10are individually implemented as extensions described below.
@@ -20,7 +20,7 @@ This is a new transport-layer MAC method using the UMAC algorithm
20(rfc4418). This method is identical to the "umac-64" method documented 20(rfc4418). This method is identical to the "umac-64" method documented
21in: 21in:
22 22
23http://www.openssh.com/txt/draft-miller-secsh-umac-01.txt 23https://www.openssh.com/txt/draft-miller-secsh-umac-01.txt
24 24
251.2. transport: Protocol 2 compression algorithm "zlib@openssh.com" 251.2. transport: Protocol 2 compression algorithm "zlib@openssh.com"
26 26
@@ -31,7 +31,7 @@ avoids exposing compression code to attacks from unauthenticated users.
31 31
32The method is documented in: 32The method is documented in:
33 33
34http://www.openssh.com/txt/draft-miller-secsh-compression-delayed-00.txt 34https://www.openssh.com/txt/draft-miller-secsh-compression-delayed-00.txt
35 35
361.3. transport: New public key algorithms "ssh-rsa-cert-v00@openssh.com", 361.3. transport: New public key algorithms "ssh-rsa-cert-v00@openssh.com",
37 "ssh-dsa-cert-v00@openssh.com", 37 "ssh-dsa-cert-v00@openssh.com",