[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 18/20] kex: Add chacha20 to default methods


Signed-off-by: Alberto Aguirre <albaguirre@xxxxxxxxx>
---
 src/kex.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/kex.c b/src/kex.c
index 00f4e00f..b1533ec4 100644
--- a/src/kex.c
+++ b/src/kex.c
@@ -104,8 +104,8 @@
 static const char *default_methods[] = {
   KEY_EXCHANGE,
   HOSTKEYS,
-  AES BLOWFISH DES,
-  AES BLOWFISH DES,
+  CHACHA20 AES BLOWFISH DES,
+  CHACHA20 AES BLOWFISH DES,
   "hmac-sha2-256,hmac-sha2-512,hmac-sha1",
   "hmac-sha2-256,hmac-sha2-512,hmac-sha1",
   "none",
-- 
2.14.1


References:
[PATCH 00/20] Add chacha20-poly1305 supportAlberto Aguirre <albaguirre@xxxxxxxxx>
Archive administrator: postmaster@lists.cynapses.org