summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/cipher-3des1.c (follow)
Commit message (Collapse)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
| | | | | (sometimes fatal() after auth completed), make file return useful status codes.
* 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
| | | | | ok djm, sort of ok stevesk makes the pain stop in one easy step
* 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
| | | | Theo nuked - our scripts to sync -portable need them in the files
* 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