index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
isakmpd
/
key.c
Age
Commit message (
Expand
)
Author
2007-03-05
Set pointer to NULL after freeing it, so callers of
Moritz Jodeit
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
2005-04-08
Make deterministic randomness (only ever used for testing) a compile-time
Chad Loder
2005-04-05
Always compile X509 support. Almost everyone uses it. Makes the code
Chad Loder
2004-12-28
Correctly determine length of rsa key passed by the kernel to userland. Found
Hans-Joerg Hoexer
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
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
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
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