Home | History | Annotate | Download | only in cast128
History log of /src/sys/crypto/cast128/cast128.c
RevisionDateAuthorComments
 1.10  01-Jan-2014  pgoyette Create modules for software crypto components.
 1.9  10-May-2006  mrg branches: 1.9.98; 1.9.108; 1.9.114;
quell GCC 4.1 uninitialised variable warnings.

XXX: we should audit the tree for which old ones are no longer needed
after getting the older compilers out of the tree..
 1.8  11-Dec-2005  christos branches: 1.8.4; 1.8.6; 1.8.8; 1.8.10; 1.8.12;
merge ktrace-lwp.
 1.7  26-Aug-2003  thorpej branches: 1.7.16;
Const poison.
 1.6  26-Aug-2003  thorpej Move the opencrypto CAST-128 implementation to crypto/cast128, removing
the old one. Rename the functions/structures from cast_* to cast128_*.
Adapt the KAME IPsec to use the new CAST-128 code, which has a simpler
API and smaller footprint.
 1.5  27-Nov-2001  itojun branches: 1.5.16;
fix cast128 with shorter key length. sync with kame
 1.4  13-Nov-2001  lukem add RCSIDs
 1.3  21-Feb-2001  jdolecek branches: 1.3.2; 1.3.4;
make some more constant arrays 'const'
 1.2  06-Nov-2000  itojun branches: 1.2.2;
sync with kame.
- include string.h (instead of sys/systm.h) on userland compilation.
make compilation under src/regress/sys/crypto happier. from minoura
- (blowfish) KNF.
 1.1  14-Jun-2000  thorpej branches: 1.1.1;
Initial revision
 1.1.1.1  14-Jun-2000  thorpej branches: 1.1.1.1.2; 1.1.1.1.4;
Import the IPsec crypto code from netbsd-cryptosrc-intl.
 1.1.1.1.4.2  22-Jun-2000  minoura Sync w/ netbsd-1-5-base.
 1.1.1.1.4.1  14-Jun-2000  minoura file cast128.c was added on branch minoura-xpg4dl on 2000-06-22 17:06:05 +0000
 1.1.1.1.2.1  09-Dec-2001  he Pull up revision 1.5 (requested by itojun):
Fix cast128 with short keys.
 1.2.2.4  12-Mar-2001  bouyer Sync with HEAD.
 1.2.2.3  22-Nov-2000  bouyer Sync with HEAD.
 1.2.2.2  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
 1.2.2.1  06-Nov-2000  bouyer file cast128.c was added on branch thorpej_scsipi on 2000-11-20 22:21:43 +0000
 1.3.4.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.3.2.2  08-Jan-2002  nathanw Catch up to -current.
 1.3.2.1  14-Nov-2001  nathanw Catch up to -current.
 1.5.16.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.5.16.2  18-Sep-2004  skrll Sync with HEAD.
 1.5.16.1  03-Aug-2004  skrll Sync with HEAD
 1.7.16.1  21-Jun-2006  yamt sync with head.
 1.8.12.1  24-May-2006  tron Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
 1.8.10.1  11-May-2006  elad sync with head
 1.8.8.1  24-May-2006  yamt sync with head.
 1.8.6.1  01-Jun-2006  kardel Sync with head.
 1.8.4.1  09-Sep-2006  rpaulo sync with head
 1.9.114.1  18-May-2014  rmind sync with head
 1.9.108.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.9.98.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")

RSS XML Feed