History log of /openbsd/sbin/isakmpd/hash.c (Results 1 – 24 of 24)
Revision Date Author Comments
# a7bc745a 15-Oct-2015 mmcc <mmcc@openbsd.org>

A classic case for bzero() -> explicit_bzero()

ok deraadt@


# 82bad92d 21-Mar-2013 deraadt <deraadt@openbsd.org>

remove excessive includes


# a43f3d5a 06-Sep-2008 djm <djm@openbsd.org>

adapt to sha2(3) API changes; ok millert@


# a008c50b 10-Jun-2006 hshoexer <hshoexer@openbsd.org>

support sha2 for main mode hmacs and aesctr for quick mode encryption.
ok markus@ ho@


# e789a0db 08-Apr-2005 cloder <cloder@openbsd.org>

Make deterministic randomness (only ever used for testing) a compile-time
option. Reduces chances of somehow setting regrand when it's not supposed
to be set. Remove "-r" option from man page. Als

Make deterministic randomness (only ever used for testing) a compile-time
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

show more ...


# 4e68a000 08-Apr-2005 deraadt <deraadt@openbsd.org>

we do not care about __APPLE__


# 0dc10397 27-Feb-2005 hshoexer <hshoexer@openbsd.org>

where possible, use bzero instead of memset

ok cloder henning


# 50eea14c 14-Jun-2004 ho <ho@openbsd.org>

KNF, style, 80c, etc. hshoexer@ ok


# 12f43dab 23-May-2004 hshoexer <hshoexer@openbsd.org>

More KNF. Mainly spaces and line-wraps, no binary change.

ok ho@


# fb9475d6 15-Apr-2004 deraadt <deraadt@openbsd.org>

partial move to KNF. More to come. This has happened because there
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

partial move to KNF. More to come. This has happened because there
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

show more ...


# c7c448f9 31-Mar-2004 ho <ho@openbsd.org>

-Wsign-compare nits. hshoexer@ ok.


# 4a2e0fb7 03-Jun-2003 ho <ho@openbsd.org>

Remove clauses 3 and 4. With approval from Niklas Hallqvist and
Niels Provos.


# 605cc57c 21-Nov-2002 ho <ho@openbsd.org>

-Wshadow nits.


# f1d529f7 21-Nov-2002 ho <ho@openbsd.org>

hmac_init and prf_alloc should use unsigned lengths. Problem pointed out by Patrick Latifi.


# 4e8cf675 23-Aug-2002 ho <ho@openbsd.org>

Initial support for MacOS X (v10.2 and later).


# 401ae41b 09-Jun-2002 todd <todd@openbsd.org>

rm trailing whitespace


# 9f2ec251 17-Aug-2001 niklas <niklas@openbsd.org>

Fix keyed HMAC where the key was longer than the blocksize


# 375ca604 29-Jun-2001 angelos <angelos@openbsd.org>

LOG_DBG in hash_get, and if sysdep_cleartext() fails bail out of
initializing socket.


# a0c74ddc 15-Apr-2001 ho <ho@openbsd.org>

Style.


# 04c806a6 19-Apr-1999 niklas <niklas@openbsd.org>

./cookie.c: Merge with EOM 1.20
./dh.c: Merge with EOM 1.5
./hash.c: Merge with EOM 1.10
./math_group.h: Merge with EOM 1.7

Style. alloc error reporting. Math error propagation. Allocate right
si

./cookie.c: Merge with EOM 1.20
./dh.c: Merge with EOM 1.5
./hash.c: Merge with EOM 1.10
./math_group.h: Merge with EOM 1.7

Style. alloc error reporting. Math error propagation. Allocate right
sizes.

1999 copyrights

show more ...


# 9933043e 26-Feb-1999 niklas <niklas@openbsd.org>

Merge from the Ericsson repository
| revision 1.8
| date: 1999/02/25 11:38:59; author: niklas; state: Exp; lines: +3 -1
| include sysdep.h everywhere
| ----------------------------


# 01f1f88e 17-Nov-1998 niklas <niklas@openbsd.org>

Add RCS Ids from the EOM repository


# 1c3f8bde 15-Nov-1998 niklas <niklas@openbsd.org>

openBSD RCS IDs


# 2040585e 15-Nov-1998 niklas <niklas@openbsd.org>

Initial import of isakmpd, an IKE (ISAKMP/Oakley) implementation for the
OpenBSD IPSEC stack by me, Niklas Hallqvist and Niels Provos, funded by
Ericsson Radio Systems. It is not yet complete or usa

Initial import of isakmpd, an IKE (ISAKMP/Oakley) implementation for the
OpenBSD IPSEC stack by me, Niklas Hallqvist and Niels Provos, funded by
Ericsson Radio Systems. It is not yet complete or usable in a real scenario
but the missing pieces will soon be there. The early commit is for people
who wants early access and who are not afraid of looking at source.
isakmpd interops with Cisco, Timestep, SSH & Pluto (Linux FreeS/WAN) so
far, so it is not that incomplete. It is really mostly configuration that
is lacking.

show more ...