aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/esp_core.c
Commit message (Expand)AuthorAgeFilesLines
* - use des_ecb3_encrypt().Hajimu UMEMOTO2002-03-051-11/+9
* Oops, now, encription and decription are separate function.Hajimu UMEMOTO2002-03-051-2/+2
* - Speedup 3DES by using assembly code for i386.Hajimu UMEMOTO2002-03-051-2/+2
* fixed the cast128 calculation with a short cipher key length.Hajimu UMEMOTO2001-11-271-1/+2
* Fix fencepost error causing creation of 0-length mbufs when the boundaryBill Fenner2001-08-201-2/+2
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-863/+708
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-151/+209
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-0/+1236