summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/cipher-ctr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use OpenSSL's EVP_aes_{128,192,256}_ctr() API and remove our hand-rollednaddy2012-12-121-136/+0
* adapt to API changes in openssl-1.0.0adjm2010-10-011-6/+6
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-3/+4
* move #include <string.h> out of includes.hstevesk2006-07-221-1/+3
* Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatdjm2006-03-251-0/+1
* RCSID() can diederaadt2006-03-191-1/+0
* knf says that a 2nd level indent is four (not three or five) spacesdjm2005-07-171-2/+2
* remove fallback AES support for old OpenSSL, as OpenBSD has had it for manydjm2004-12-221-11/+2
* Use EVP_CIPHER_CTX_key_length for key length. ok markus@dtucker2004-02-061-2/+3
* unexpand and delete whitespace at EOL; ok markus@djm2003-11-211-2/+2
* use license from /usr/share/misc/license.template for new codemarkus2003-06-171-20/+12
* experimental support for aes-ctr modes frommarkus2003-05-171-0/+149