summaryrefslogtreecommitdiff
path: root/PROTOCOL
diff options
context:
space:
mode:
Diffstat (limited to 'PROTOCOL')
-rw-r--r--PROTOCOL7
1 files changed, 6 insertions, 1 deletions
diff --git a/PROTOCOL b/PROTOCOL
index 0363314c0..cace97f88 100644
--- a/PROTOCOL
+++ b/PROTOCOL
@@ -91,6 +91,11 @@ an MAC algorithm. Additionally, if AES-GCM is selected as the cipher
91the exchanged MAC algorithms are ignored and there doesn't have to be 91the exchanged MAC algorithms are ignored and there doesn't have to be
92a matching MAC. 92a matching MAC.
93 93
941.7 transport: chacha20-poly1305@openssh.com authenticated encryption
95
96OpenSSH supports authenticated encryption using ChaCha20 and Poly1305
97as described in PROTOCOL.chacha20poly1305.
98
942. Connection protocol changes 992. Connection protocol changes
95 100
962.1. connection: Channel write close extension "eow@openssh.com" 1012.1. connection: Channel write close extension "eow@openssh.com"
@@ -345,4 +350,4 @@ respond with a SSH_FXP_STATUS message.
345This extension is advertised in the SSH_FXP_VERSION hello with version 350This extension is advertised in the SSH_FXP_VERSION hello with version
346"1". 351"1".
347 352
348$OpenBSD: PROTOCOL,v 1.21 2013/10/17 00:30:13 djm Exp $ 353$OpenBSD: PROTOCOL,v 1.22 2013/11/21 00:45:43 djm Exp $