summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/cipher-chachapoly.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* New key API: refactor key-related functions to be more library-like,djm2014-06-241-2/+2
* revert __bounded change; it causes way more problems for portable thandjm2014-05-021-3/+3
* use __bounded(...) attribute recently added to sys/cdefs.h instead ofdjm2014-03-261-3/+3
* Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com"djm2013-11-211-0/+41