netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* IPSec on Linux Kernel
@ 2007-09-27 14:04 Fabio Souto
  0 siblings, 0 replies; 2+ messages in thread
From: Fabio Souto @ 2007-09-27 14:04 UTC (permalink / raw)
  To: netdev


Hi,

I'm currently doing some research work and I thought that maybe you guys
could help me out on this.
I'm currently trying to find where can I understand more about the IPSec
implementation on the current Linux Kernel (2.6.22). I need to find where
the AH calls are made so I can reroute those functions calls to an external
module, for a safer AH generation.
It would be helpful to find the source code files where I can study the
IPSec stack in detail, and reroute the function call.
Any hints on these topics?

Thanks in advance

Fabio Souto
Portugal
-- 
View this message in context: http://www.nabble.com/IPSec-on-Linux-Kernel-tf4528613.html#a12922013
Sent from the netdev mailing list archive at Nabble.com.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: IPSec on Linux Kernel
@ 2007-09-27 15:23 Rami Rosen
  0 siblings, 0 replies; 2+ messages in thread
From: Rami Rosen @ 2007-09-27 15:23 UTC (permalink / raw)
  To: netdev

Hi,Fabio,

  - Assuming that you intend to deal with IPV4, I suggest that you will
start by looking at the ah4.ko module sources, which are in net/ipv4/ah.c,
especially at the ah_output() and the ah_input() methods.

(for ipv6 there are the ah6.c in net/ipv6).

- May I ask: are you aware that the Authentication Header protocol deals
only with authentication and not with encryption? and as a result, the ESP
protocol, which supports authentication and also, when needed, encryption, is
much more widely used?

Regards,
  Rosen Rami

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-09-27 15:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-27 14:04 IPSec on Linux Kernel Fabio Souto
  -- strict thread matches above, loose matches on Subject: below --
2007-09-27 15:23 Rami Rosen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).