| History log of /src/sys/crypto/cast128 |
| Revision | Date | Author | Comments |
| 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")
|
| 1.7 | 11-Dec-2005 |
christos | merge ktrace-lwp.
|
| 1.6 | 26-Aug-2003 |
thorpej | Const poison.
|
| 1.5 | 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.4 | 27-Nov-2001 |
itojun | branches: 1.4.16; fix cast128 with shorter key length. sync with kame
|
| 1.3 | 06-Nov-2000 |
itojun | branches: 1.3.2; 1.3.4; 1.3.6; 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.2 | 31-Aug-2000 |
itojun | avoid unnecessary #include <sys/mbuf.h>
|
| 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.h 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.4 (requested by itojun): Fix cast128 with short keys.
|
| 1.3.6.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.3.4.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.3.2.3 | 22-Nov-2000 |
bouyer | Sync with HEAD.
|
| 1.3.2.2 | 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago
|
| 1.3.2.1 | 06-Nov-2000 |
bouyer | file cast128.h was added on branch thorpej_scsipi on 2000-11-20 22:21:43 +0000
|
| 1.4.16.3 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
| 1.4.16.2 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
| 1.4.16.1 | 03-Aug-2004 |
skrll | Sync with HEAD
|
| 1.2 | 27-May-2001 |
itojun | remove files we no longer need/maintain. sync with kame
|
| 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.4; 1.1.1.1.6; 1.1.1.1.8; Import the IPsec crypto code from netbsd-cryptosrc-intl.
|
| 1.1.1.1.8.1 | 28-Feb-2002 |
nathanw | Catch up to -current.
|
| 1.1.1.1.6.2 | 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago
|
| 1.1.1.1.6.1 | 14-Jun-2000 |
bouyer | file cast128_cbc.c was added on branch thorpej_scsipi on 2000-11-20 22:21:43 +0000
|
| 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_cbc.c was added on branch minoura-xpg4dl on 2000-06-22 17:06:05 +0000
|
| 1.2 | 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.1 | 14-Jun-2000 |
thorpej | branches: 1.1.1; Initial revision
|
| 1.1.1.1 | 14-Jun-2000 |
thorpej | branches: 1.1.1.1.4; 1.1.1.1.6; 1.1.1.1.28; Import the IPsec crypto code from netbsd-cryptosrc-intl.
|
| 1.1.1.1.28.1 | 03-Aug-2004 |
skrll | Sync with HEAD
|
| 1.1.1.1.6.2 | 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago
|
| 1.1.1.1.6.1 | 14-Jun-2000 |
bouyer | file cast128_subkey.h was added on branch thorpej_scsipi on 2000-11-20 22:21:43 +0000
|
| 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_subkey.h was added on branch minoura-xpg4dl on 2000-06-22 17:06:06 +0000
|
| 1.2 | 11-Dec-2005 |
christos | merge ktrace-lwp.
|
| 1.1 | 26-Aug-2003 |
thorpej | branches: 1.1.4; 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.1.4.4 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
| 1.1.4.3 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
| 1.1.4.2 | 03-Aug-2004 |
skrll | Sync with HEAD
|
| 1.1.4.1 | 26-Aug-2003 |
skrll | file cast128sb.h was added on branch ktrace-lwp on 2004-08-03 10:44:46 +0000
|
| 1.1 | 11-Oct-2002 |
thorpej | branches: 1.1.2; * Move config defns for the crypto algorithms into their own files. Define an attribute for each crypto algorithm, and use that attribute to select the files that implement the algorithm. * Give the "wlan" attribute a dependency on the "arc4" attribute. * Give the "cgd" pseudo-device the "des", "blowfish", "cast128", and "rijndael" attributes. * Use the new attribute-as-option-dependencies feature of config(8) to give the IPSEC_ESP option dependencies on the "des", "blowfish", "cast128", and "rijndael" attributes.
|
| 1.1.2.2 | 18-Oct-2002 |
nathanw | Catch up to -current.
|
| 1.1.2.1 | 11-Oct-2002 |
nathanw | file files.cast128 was added on branch nathanw_sa on 2002-10-18 02:41:21 +0000
|