[PATCH] Add Chacha20-Poly1305 and AES-GCM ciphers

2020-04-25 Thread Vladislav Grishenko
Hello, Chacha20-Poly1305 an AES-GCM are authenticated encryption ciphers, widely supported by multiple ssh servers and clients. ·Chacha20-Poly1305 is faster than AES256 on CPU w/o dedicated AES instructions, having the same key size. ·AES-GCM is combination of AES CTR mode

RE: [PATCH] Add Ed25519 keys support

2020-04-25 Thread Vladislav Grishenko
Hi, Matt Thank you very much for merging. There’s additional minor patch https://github.com/mkj/dropbear/pull/94 that adds Ed25519 mentions in dropbearkey.1 man. Best Regards, Vladislav Grishenko From: Matt Johnston Sent: Wednesday, March 11, 2020 9:16 PM To: Vladislav Grishenko