Age | Commit message (Expand) | Author |
2014-06-24 | New key API: refactor key-related functions to be more library-like, | Damien Miller |
2014-02-02 | convert memset of potentially-private data to explicit_bzero() | Damien Miller |
2013-05-17 | bye, bye xfree(); ok markus@ | Damien Miller |
2006-11-06 | add missing checks for openssl return codes; with & ok djm@ | Markus Friedl |
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 |
2001-12-27 | call fatal() for openssl allocation failures | Markus Friedl |
2001-06-27 | s/generate_additional_parameters/rsa_generate_additional_parameters/ | Markus Friedl |
2001-03-26 | try to read private f-secure ssh v2 rsa keys. | Markus Friedl |
2001-02-04 | unexpand and remove end-of-line whitespace; ok markus@ | Kevin Steves |
2001-01-29 | handle rsa_private_decrypt failures; helps against the Bleichenbacher pkcs#1 ... | Markus Friedl |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl |
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl |
2000-11-12 | add support for RSA to SSH2. please test. | Markus Friedl |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt |
2000-06-20 | OpenBSD tag | Markus Friedl |
2000-04-14 | whitespace cleanup | Markus Friedl |
2000-03-16 | -pedantic: signed vs. unsigned, void*-arithm, etc | Markus Friedl |
2000-02-21 | PKCS#1 padding | Markus Friedl |
1999-11-24 | KNF, final part 3 | Markus Friedl |
1999-11-24 | much more KNF | Theo de Raadt |
1999-11-23 | KNF part 1 | Markus Friedl |
1999-11-08 | bugfix: use correct size for memset(), report from damien@ibs.com.au | Markus Friedl |
1999-11-05 | clear buffers used for encryption. ok: niels@ | Markus Friedl |
1999-11-02 | replace assert() with error, fatal or packet_disconnect | Markus Friedl |
1999-10-16 | public exponent needs to be odd. | Niels Provos |
1999-10-16 | dont encrypt with public exponent < 3. | Niels Provos |
1999-09-29 | update krb4/AFS support to ssh-1.2.27-afs-kerberos-pl1 level, clean up unused... | Dug Song |
1999-09-29 | test for RSA in the ssl library, real early on | Theo de Raadt |
1999-09-28 | convert all uses of gmp to SSL bignum | Niels Provos |