Age | Commit message (Expand) | Author |
---|---|---|
2015-01-14 | remove unneeded includes, sync my copyright across files & whitespace; ok djm@ | Markus Friedl |
2014-07-02 | fix ssh protocol 1 on the server that regressed with the sshkey change | Damien Miller |
2014-02-02 | convert memset of potentially-private data to explicit_bzero() | Damien Miller |
2013-11-08 | use calloc for all structure allocations; from markus@ | Damien Miller |
2013-05-17 | bye, bye xfree(); ok markus@ | Damien Miller |
2010-10-01 | adapt to API changes in openssl-1.0.0a | Damien Miller |
2006-08-03 | almost entirely get rid of the culture of ".h files that include .h files" | Theo de Raadt |
2006-07-22 | move #include <string.h> out of includes.h | Kevin Steves |
2006-03-25 | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | Damien Miller |
2006-03-19 | RCSID() can die | Theo de Raadt |
2003-12-22 | EVP_CIPHER_CTX_cleanup() for the des contexts; pruiksma@freesurf.fr | Markus Friedl |
2003-05-15 | split out custom EVP ciphers | Markus Friedl |