fpoirotte / pssht

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

Add support for AES-GCM #3

Closed fpoirotte closed 9 years ago

fpoirotte commented 10 years ago

See http://tools.ietf.org/html/rfc5647 for the specification.

fpoirotte commented 9 years ago

See also http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/PROTOCOL?rev=1.24&content-type=text/x-cvsweb-markup which documents OpenSSH-specific deviations from the RFC.