summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/cipher-3des1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove unneeded includes, sync my copyright across files & whitespace; ok djm@markus2015-01-141-15/+6
* fix ssh protocol 1 on the server that regressed with the sshkey changedjm2014-07-021-19/+18
* convert memset of potentially-private data to explicit_bzero()djm2014-02-021-3/+3
* use calloc for all structure allocations; from markus@djm2013-11-081-2/+2
* bye, bye xfree(); ok markus@djm2013-05-171-3/+3
* adapt to API changes in openssl-1.0.0adjm2010-10-011-2/+2
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-2/+2
* move #include <string.h> out of includes.hstevesk2006-07-221-1/+4
* Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatdjm2006-03-251-0/+1
* RCSID() can diederaadt2006-03-191-1/+0
* EVP_CIPHER_CTX_cleanup() for the des contexts; pruiksma@freesurf.frmarkus2003-12-221-1/+4
* split out custom EVP ciphersmarkus2003-05-151-0/+157