summaryrefslogtreecommitdiff
path: root/sys/netinet6/ah.h
AgeCommit message (Expand)Author
2005-12-10Multiple inclusion protection, as suggested by christos@ on tech-kern@elad
2003-08-05increase AH_MAXSUMSIZE to 512/8, for hmac-sha2-512itojun
2003-07-22add hmac-sha2 support. various cleanups (like avoid hardcoding '16').itojun
2003-07-20avoid assuming result buffer size in AH logic. sync w/kameitojun
2002-09-11correct pointer signedness mixups. sync w/kameitojun
2001-10-15reduce diff with kame. whitespace changes only.itojun
2001-05-30use _KERNEL_OPTmrg
2000-10-19memcpy -> bcopy, for sync with kame treeitojun
2000-10-18verify ICMPv6 too big messages based on TCP pcbs, and/or IPsec SA.itojun
2000-10-18Restructure the Path MTU Discovery code somewhat to avoidthorpej
2000-07-23pre-compute and cache intermediate crypto key. suggestion from sommerfeld,itojun
2000-07-18correct RFC2367 PF_KEY conformance (SADB_[AE]ALG_xx values and namespaces).itojun
2000-06-14add algorithm name into algorithm table. (commit to crypto-intl will follow)itojun
2000-06-02sync with more recent kame. cope with malloc failure more gracefullyitojun
2000-01-31bring in latest KAME ipsec tree.itojun
2000-01-06remove too much portability code in KAME, to improve readability.itojun
1999-12-02avoid namespace polution ("#ifdef KERNEL" was mistakingly used)itojun
1999-07-31sync with recent KAME.itojun
1999-07-09defopt INET6, and put it in opt_inet.h (most places already include thisthorpej
1999-07-03RCS ID police.thorpej
1999-06-28KAME/NetBSD 1.4 SNAP kit, dated 19990628.itojun