Re: Modifying Cryptography code

2005-09-06 Thread Kyle Moffett
On Sep 6, 2005, at 08:38:48, Alaa Dalghan wrote: What I am looking for is the portion of the C code in the kernel where the Decryption function is called to decrypt a received packet. When I find this statement, maybe i can make it conditionnal such as: If the destination is me then Decrypt els

Modifying Cryptography code

2005-09-06 Thread Alaa Dalghan
Hello everyone, I need to modify some CRYPTOGRAPHY code in Linux Kernel to get a specific VPN behavior, but I don't know where to start. The situation is the following: I have a VPN gateway (Linux kernel 2.6.10 with Openswan 2.3.1 installed). I have only installed the user land tools from ope