fpoirotte / pssht

SSH server written in PHP
https://pssht.readthedocs.io
MIT License
40 stars 9 forks source link

Add support for chacha20-poly1305@openssh.com authenticated encryption #14

Closed fpoirotte closed 9 years ago

fpoirotte commented 9 years ago

See http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/PROTOCOL?rev=1.24&content-type=text/x-cvsweb-markup for more information.

fpoirotte commented 9 years ago

See also http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/PROTOCOL.chacha20poly1305?rev=HEAD & https://tools.ietf.org/html/draft-nir-cfrg-chacha20-poly1305-06 for other information resources.