summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/key.c
AgeCommit message (Expand)Author
2007-03-05Set pointer to NULL after freeing it, so callers ofMoritz Jodeit
2005-11-15Be cleaner about signed vs. unsigned when it's easy to do so. OK hshoexerChad Loder
2005-11-15Add a new raw2hex function and yank out several pieces of code in otherChad Loder
2005-04-08Make deterministic randomness (only ever used for testing) a compile-timeChad Loder
2005-04-05Always compile X509 support. Almost everyone uses it. Makes the codeChad Loder
2004-12-28Correctly determine length of rsa key passed by the kernel to userland. FoundHans-Joerg Hoexer
2004-09-17Missing #ifdefs.Hakan Olsson
2004-06-14KNF, style, 80c, etc. hshoexer@ okHakan Olsson
2004-05-23More KNF. Mainly spaces and line-wraps, no binary change.Hans-Joerg Hoexer
2004-05-23greater care with argumentsTheo de Raadt
2004-04-15partial move to KNF. More to come. This has happened because thereTheo de Raadt
2004-04-07Reset *data in case of unknown key typesHakan Olsson
2003-11-06Style nits.Hakan Olsson
2002-09-11signed vs unsigned, some void * arithmetic, from -pedantic. niklas@ ok.Hakan Olsson
2002-06-10The dlopen() stuff goes away.Hakan Olsson
2002-06-01size_t must be cast to (unsigned long) and printed using %luTheo de Raadt
2002-03-06Compile without warnings for older/newer OpenSSL.Hakan Olsson
2002-03-06Fix a couple of snprintf length bugs. Same problem <chris@stallion.oz.au>Hakan Olsson
2002-03-05handle constification from new opensslTheo de Raadt
2002-01-23the last few sprintf -> snprintfHakan Olsson
2001-10-26libcrypto.h should be included. Sort includes.Hakan Olsson
2001-07-02make the alpha happyTheo de Raadt
2001-07-01StyleNiklas Hallqvist
2001-06-25Copyright update.Angelos D. Keromytis
2001-05-31Key handling routines.Angelos D. Keromytis