aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/ah_core.c
Commit message (Expand)AuthorAgeFilesLines
* Move the AH algorithm list from a static local function variable toRobert Watson2004-03-101-37/+38
* - m_cat() may free the mbuf on 2nd arg, so m_pkthdr manipulation hasHajimu UMEMOTO2003-11-151-1/+1
* enable aes-xcbc-mac and aes-ctr, again.Hajimu UMEMOTO2003-11-101-4/+0
* - change scope to zone.Hajimu UMEMOTO2003-10-211-4/+2
* - revert to old rijndael code. new rijndael code broke gbde.Hajimu UMEMOTO2003-10-191-0/+4
* - support AES XCBC MAC for AHHajimu UMEMOTO2003-10-131-0/+7
* include opencrypto/rmd160.hHajimu UMEMOTO2003-10-121-1/+1
* - always check for optlen overrun.Hajimu UMEMOTO2003-10-121-4/+11
* - correct signedness mixups.Hajimu UMEMOTO2003-10-121-76/+75
* avoid hardcoding MD5 result length (16)Hajimu UMEMOTO2003-10-121-3/+4
* - RIPEMD160 supportHajimu UMEMOTO2003-10-121-204/+186
* - fix typo in comment.Hajimu UMEMOTO2003-10-071-3/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-8/+8
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-8/+8
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-4/+4
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-34/+513
* More IP option length validation.Kris Kennaway2001-02-261-1/+12
* Correct IPv4 option processing.Kris Kennaway2001-02-201-2/+13
* Fix broken const'ness in declaration of sha1_loop().Archie Cobbs2000-10-091-4/+4
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-396/+414
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* Prototype fix for IPsec authentication related functionsYoshinobu Inoue2000-02-101-10/+11
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-0/+1125