History log of /openbsd/sbin/isakmpd/crypto.c (Results 1 – 25 of 35)
Revision Date Author Comments
# 2f1aa25b 15-Jan-2018 mpi <mpi@openbsd.org>

Spacing, no object change.


# c03203f3 04-Jan-2018 mpi <mpi@openbsd.org>

space -> tab

No object change.


# 0e800071 09-Dec-2015 naddy <naddy@openbsd.org>

Remove plain DES encryption from IPsec.

DES is insecure since brute force attacks are practical due to its
short key length.

This removes support for DES-CBC encryption in ESP and in IKE main
and q

Remove plain DES encryption from IPsec.

DES is insecure since brute force attacks are practical due to its
short key length.

This removes support for DES-CBC encryption in ESP and in IKE main
and quick mode from the kernel, isakmpd(8), ipsecctl(8), and iked(8).

ok mikeb@

show more ...


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

remove excessive includes


# 0ceec575 19-Oct-2010 mikeb <mikeb@openbsd.org>

convert to fuse cast from the libcrypto. with a simplification nit from
blambert, ok jsg, "seems ok" todd


# 0456bce5 15-Oct-2010 jsg <jsg@openbsd.org>

Switch the remaining users of libdes in src to libcrypto,
telnet portion partially from the latest heimdal.

ok mikeb@


# bceabd9c 07-May-2007 cloder <cloder@openbsd.org>

Bump crypto buffer logging (before crypto/after crypto) to level 70 from
level 30. This was a huge cause of log spam at level 30 and below, and is
really not that useful.


# 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 ...


# 23e5b58b 08-Apr-2005 deraadt <deraadt@openbsd.org>

simplify


# 597d633d 08-Apr-2005 deraadt <deraadt@openbsd.org>

kill USE_DES and USE_TRIPLEDES, why was it ever a choice even?


# 5c29cdad 08-Apr-2005 deraadt <deraadt@openbsd.org>

app.c


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

un-ifdef USE_BLOWFISH


# 95b514a4 05-Apr-2005 cloder <cloder@openbsd.org>

Do not log before/after crypto blobs at log level 10. Makes -DA=10
useable without enduring pages of hex. OK hshoexer


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

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


# df915834 14-May-2004 hshoexer <hshoexer@openbsd.org>

Some more KNF, 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.


# 20f38361 24-Sep-2003 markus <markus@openbsd.org>

re-add AES, but without using EVP;
patch from Hans-Joerg.Hoexer at yerbouti.franken.de; ok ho@
(interops with isakmpd+AES in OpenBSD 3.4)


# 1ad5b6f7 24-Sep-2003 markus <markus@openbsd.org>

back out EVP change; causes fd leaks; ok cedric@


# a4004a12 28-Aug-2003 markus <markus@openbsd.org>

support AES in phase 1, too. switch to OpenSSL EVP interface;
with Hans-Joerg.Hoexer at yerbouti.franken.de; ok ho@


# 7b425235 06-Aug-2003 millert <millert@openbsd.org>

Remove some double semicolons (hmm, do two semis equal a maxi?).
I've skipped the GNU stuff for now. From Patrick Latifi.


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

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


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

rm trailing whitespace


# 7eb3b581 01-Jun-2002 deraadt <deraadt@openbsd.org>

size_t must be cast to (unsigned long) and printed using %lu


# d8768ee3 24-Feb-2001 angelos <angelos@openbsd.org>

Make DES a feature, so isakmpd can compile on Linux (most of the fixed
by newsham@lava.net)


12