Displaying 1 result from an estimated 1 matches for "key_checkrequest".
2005 Dec 07
1
racoon with freebsd-4.11 crashes
...llation.
Steps followed are as shown below:
racoon -f /usr/local/etc/racoon/raccon.conf
setkey -f ipsec.conf
ping -c 1 <ip_of_the_other_gw>
The ping will lead into a crash.
The crash dump looks like for th ping packet it is
going to apply a SA.
It is going in "key_checkrequest" in key.c file and
crashing there.
As I know "key_checkrequest" is used to apply a
exsiting SA to a outgoing packet.
But in case of racoon the first ping packet is used
for negotiation with other gateway to establish the
SA.
I am not understading as to why it is going in
key_chec...