summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ah_core.c
Commit message (Expand)AuthorAgeFilesLines
* MFC after: 3 daysbms2007-02-051-1/+1
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-041-2/+0
* scope cleanup. with this changeume2005-07-251-0/+1
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-071-1/+1
* support TCP-MD5(IPv4) in KAME-IPSEC, too.suz2004-11-081-0/+6
* Move the AH algorithm list from a static local function variable torwatson2004-03-101-37/+38
* - m_cat() may free the mbuf on 2nd arg, so m_pkthdr manipulation hasume2003-11-151-1/+1
* enable aes-xcbc-mac and aes-ctr, again.ume2003-11-101-4/+0
* - change scope to zone.ume2003-10-211-4/+2
* - revert to old rijndael code. new rijndael code broke gbde.ume2003-10-191-0/+4
* - support AES XCBC MAC for AHume2003-10-131-0/+7
* include opencrypto/rmd160.hume2003-10-121-1/+1
* - always check for optlen overrun.ume2003-10-121-4/+11
* - correct signedness mixups.ume2003-10-121-76/+75
* avoid hardcoding MD5 result length (16)ume2003-10-121-3/+4
* - RIPEMD160 supportume2003-10-121-204/+186
* - fix typo in comment.ume2003-10-071-3/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-8/+8
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-8/+8
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-191-4/+4
* Sync with recent KAME.ume2001-06-111-34/+513
* More IP option length validation.kris2001-02-261-1/+12
* Correct IPv4 option processing.kris2001-02-201-2/+13
* Fix broken const'ness in declaration of sha1_loop().archie2000-10-091-4/+4
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-396/+414
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* Prototype fix for IPsec authentication related functionsshin2000-02-101-10/+11
* IPSEC support in the kernel.shin1999-12-221-0/+1125
OpenPOWER on IntegriCloud