Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-05 | Set pointer to NULL after freeing it, so callers of | Moritz Jodeit | |
key_from_printable() are not fooled into using it afterwards. OK hshoexer@ | |||
2005-11-15 | Be cleaner about signed vs. unsigned when it's easy to do so. OK hshoexer | Chad Loder | |
2005-11-15 | Add a new raw2hex function and yank out several pieces of code in other | Chad Loder | |
places that were doing this. Prodding deraadt. OK hshoexer. | |||
2005-04-08 | Make deterministic randomness (only ever used for testing) a compile-time | Chad Loder | |
option. Reduces chances of somehow setting regrand when it's not supposed to be set. Remove "-r" option from man page. Also xref certpatch(8) while we are in there. And remove some include sysdep.h where it is no longer needed. OK hshoexer | |||
2005-04-05 | Always compile X509 support. Almost everyone uses it. Makes the code | Chad Loder | |
much easier to read and to maintain. OK and testing by hshoexer@, more testing by me | |||
2004-12-28 | Correctly determine length of rsa key passed by the kernel to userland. Found | Hans-Joerg Hoexer | |
and fix provided by Stefan Miltchev. Again, many thanks! Slightly different fix. ok ho@ | |||
2004-09-17 | Missing #ifdefs. | Hakan Olsson | |
2004-06-14 | KNF, style, 80c, etc. hshoexer@ ok | Hakan Olsson | |
2004-05-23 | More KNF. Mainly spaces and line-wraps, no binary change. | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-05-23 | greater care with arguments | Theo de Raadt | |
2004-04-15 | partial move to KNF. More to come. This has happened because there | Theo de Raadt | |
are a raft of source code auditors who are willing to help improve this code only if this is done, and hey, isakmpd does need our standard auditing process. ok ho hshoexer | |||
2004-04-07 | Reset *data in case of unknown key types | Hakan Olsson | |
2003-11-06 | Style nits. | Hakan Olsson | |
2002-09-11 | signed vs unsigned, some void * arithmetic, from -pedantic. niklas@ ok. | Hakan Olsson | |
2002-06-10 | The dlopen() stuff goes away. | Hakan Olsson | |
2002-06-01 | size_t must be cast to (unsigned long) and printed using %lu | Theo de Raadt | |
2002-03-06 | Compile without warnings for older/newer OpenSSL. | Hakan Olsson | |
2002-03-06 | Fix a couple of snprintf length bugs. Same problem <chris@stallion.oz.au> | Hakan Olsson | |
found for policy passphrases. | |||
2002-03-05 | handle constification from new openssl | Theo de Raadt | |
2002-01-23 | the last few sprintf -> snprintf | Hakan Olsson | |
2001-10-26 | libcrypto.h should be included. Sort includes. | Hakan Olsson | |
2001-07-02 | make the alpha happy | Theo de Raadt | |
2001-07-01 | Style | Niklas Hallqvist | |
2001-06-25 | Copyright update. | Angelos D. Keromytis | |
2001-05-31 | Key handling routines. | Angelos D. Keromytis | |