[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 03130) Re: [Ipsec-tools-devel] How to send additional data from kernel to racoon?
- To: parklee_sel@xxxxxxxxx (Park Lee), ipsec-tools-devel@xxxxxxxxxxxxxxxxxxxxx
- Subject: (usagi-users 03130) Re: [Ipsec-tools-devel] How to send additional data from kernel to racoon?
- From: manu@xxxxxxxxxx (Emmanuel Dreyfus)
- Date: Sat, 20 Nov 2004 18:23:13 +0100
- Cc: usagi-users@xxxxxxxxxxxxxx, ipsec@xxxxxxxxxxxxxxxxx
- In-reply-to: <20041120171839.5816.qmail@web51510.mail.yahoo.com>
- Reply-to: usagi-users@xxxxxxxxxxxxxx
- Resent-date: Sun, 21 Nov 2004 09:45:48 +0900
- Resent-from: sekiya@xxxxxxxxxxxxxx
- Resent-message-id: <200411210945.FMLAAB27431.usagi-users@linux-ipv6.org>
- Resent-to: usagi-users@xxxxxxxxxxxxxx (moderated)
- User-agent: MacSOUP/2.5b3 (Mac OS 9.0)
Park Lee <parklee_sel@xxxxxxxxx> wrote:
> Now, I'm doing some research on IPsec. Here in kernel space, I've
> acquired some data (These data have nothing with the original IPsec,
> It's merely some data I got in the kernel space). What I want to do is
> to send these data from kernel to racoon before racoon begins its
> negotiation. and thus when racoon begins the negotiation, it can also
> send these data to its peer when setting up a SA (i.e. when racoon
> finish its work, these data should also be included in the SA on both
> sides for later use). I've looked through the RFC2367 (PF_KEY Key
> Management API, Version 2), But it seems that the messages, such as
> SADB_ACQUIRE, are unsuitable to carry my data from kernel to racoon. How
> to acheive this? Could you please give me some hints?
What about making a pseudo-device driver to get your data from the
kernel?
--
Emmanuel Dreyfus
Il y a 10 sortes de personnes dans le monde: ceux qui comprennent
le binaire et ceux qui ne le comprennent pas.
manu@xxxxxxxxxx