index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet6
/
esp_output.c
Age
Commit message (
Expand
)
Author
2003-09-07
- prepare for RFC2401bis 64bit sequence number (no behavior change yet)
itojun
2003-07-22
unifdef -U_IP_VHL
itojun
2002-09-27
remove trailing \n in panic(). approved perry.
provos
2002-08-09
avoid hardcoded "16" for max AH sum size. use AH_MAXSUMSIZE.
itojun
2002-08-09
use correct padding boundary, to correctly estimate ESP header size.
itojun
2002-06-09
whitespace cleanup
itojun
2001-11-13
add RCSIDs
lukem
2001-10-15
reduce diff with kame. whitespace changes only.
itojun
2000-10-05
always use rnd(4) for IPsec random number source. avoid random(9).
itojun
2000-10-02
fix compilation without INET. fix confusion between ipsecstat and ipsec6stat.
itojun
2000-09-26
do not hardcode maximum IV length.
itojun
2000-08-29
improve code sharing for esp_schedule(). add some diagnostics cases
itojun
2000-08-29
use per-block cipher function + esp_cbc_{de,en}crypt. do not use
itojun
2000-07-30
clarify comment. from jhawk. sync with kame.
itojun
2000-07-23
pre-compute and cache intermediate crypto key. suggestion from sommerfeld,
itojun
2000-07-18
correct RFC2367 PF_KEY conformance (SADB_[AE]ALG_xx values and namespaces).
itojun
2000-07-06
remove unnecessary #include <netkey/key_debug.h>. from kame.
itojun
2000-06-14
Import IPsec ESP from netbsd-cryptosrc-intl.
thorpej