summaryrefslogtreecommitdiffstats
path: root/sbin/isakmpd/crypto.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Spacing, no object change.mpi2018-01-151-2/+2
* space -> tabmpi2018-01-041-2/+2
* Remove plain DES encryption from IPsec.naddy2015-12-091-37/+1
* remove excessive includesderaadt2013-03-211-2/+2
* convert to fuse cast from the libcrypto. with a simplification nit frommikeb2010-10-191-22/+5
* Switch the remaining users of libdes in src to libcrypto,jsg2010-10-151-16/+16
* Bump crypto buffer logging (before crypto/after crypto) to level 70 fromcloder2007-05-071-5/+5
* Make deterministic randomness (only ever used for testing) a compile-timecloder2005-04-081-3/+1
* simplifyderaadt2005-04-081-23/+15
* kill USE_DES and USE_TRIPLEDES, why was it ever a choice even?deraadt2005-04-081-7/+1
* app.cderaadt2005-04-081-9/+1
* un-ifdef USE_BLOWFISHderaadt2005-04-081-5/+1
* Do not log before/after crypto blobs at log level 10. Makes -DA=10cloder2005-04-051-3/+3
* KNF, style, 80c, etc. hshoexer@ okho2004-06-141-8/+15
* Some more KNF, no binary change.hshoexer2004-05-141-39/+42
* partial move to KNF. More to come. This has happened because therederaadt2004-04-151-251/+236
* -Wsign-compare nits. hshoexer@ ok.ho2004-03-311-2/+2
* re-add AES, but without using EVP;markus2003-09-241-2/+40
* back out EVP change; causes fd leaks; ok cedric@markus2003-09-241-72/+137
* support AES in phase 1, too. switch to OpenSSL EVP interface;markus2003-08-281-137/+72
* Remove some double semicolons (hmm, do two semis equal a maxi?).millert2003-08-061-2/+2
* Remove clauses 3 and 4. With approval from Niklas Hallqvist andho2003-06-031-6/+1
* rm trailing whitespacetodd2002-06-091-5/+5
* size_t must be cast to (unsigned long) and printed using %luderaadt2002-06-011-3/+5
* Make DES a feature, so isakmpd can compile on Linux (most of the fixedangelos2001-02-241-1/+3
* Merge with EOM 1.32niklas2000-03-081-6/+6
* regress/crypto/Makefile: Merge with EOM 1.5niklas2000-02-251-18/+18
* Makefile: Merge with EOM 1.61niklas2000-02-191-4/+16
* Merge with EOM 1.26niklas2000-01-261-2/+6
* ./regress/x509/x509test.c: Merge with EOM 1.4niklas1999-04-191-6/+6
* Merge with EOM 1.24niklas1999-04-051-9/+16
* Merge from the Ericsson repositoryniklas1999-02-261-2/+4
* Add RCS Ids from the EOM repositoryniklas1998-11-171-1/+2
* openBSD RCS IDsniklas1998-11-151-1/+1
* Initial import of isakmpd, an IKE (ISAKMP/Oakley) implementation for theniklas1998-11-151-0/+355