summaryrefslogtreecommitdiff
path: root/sys/netinet6/esp_output.c
AgeCommit message (Expand)Author
2003-09-07- prepare for RFC2401bis 64bit sequence number (no behavior change yet)itojun
2003-07-22unifdef -U_IP_VHLitojun
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-08-09avoid hardcoded "16" for max AH sum size. use AH_MAXSUMSIZE.itojun
2002-08-09use correct padding boundary, to correctly estimate ESP header size.itojun
2002-06-09whitespace cleanupitojun
2001-11-13add RCSIDslukem
2001-10-15reduce diff with kame. whitespace changes only.itojun
2000-10-05always use rnd(4) for IPsec random number source. avoid random(9).itojun
2000-10-02fix compilation without INET. fix confusion between ipsecstat and ipsec6stat.itojun
2000-09-26do not hardcode maximum IV length.itojun
2000-08-29improve code sharing for esp_schedule(). add some diagnostics casesitojun
2000-08-29use per-block cipher function + esp_cbc_{de,en}crypt. do not useitojun
2000-07-30clarify comment. from jhawk. sync with kame.itojun
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-07-06remove unnecessary #include <netkey/key_debug.h>. from kame.itojun
2000-06-14Import IPsec ESP from netbsd-cryptosrc-intl.thorpej