Adrian_Shadow
March 14th, 2004, 02:41 AM
I have to make a sample program, client-server, that has to transfer some data across a network, but I have to use C++ and it must use IPSec protocol (AH or ESP).
| // JP opened flex table
Click to See Complete Forum and Search --> : Help Adrian_Shadow March 14th, 2004, 02:41 AM I have to make a sample program, client-server, that has to transfer some data across a network, but I have to use C++ and it must use IPSec protocol (AH or ESP). j0nas March 14th, 2004, 03:33 AM IPSec is low-level stuff... normally carried out by a device driver in the IP stack. I don't know if it is even possible to implement IPSec from an application (through RAW sockets maybe). Can't you let the operating system handle the IPSec for you? Adrian_Shadow March 14th, 2004, 05:27 AM I could tel OS handle IPSec for me. But I would need at least some documentation on socket() function in C, especially on [protocol] parameter (in particulary for values IPPROTO_AH and IPPROTO_ESP). If I use those values for creating a Socket, I still use a trnsport protocol or I must make one myself. Andreas Masur March 14th, 2004, 06:02 AM [Merged threads] codeguru.com
Copyright 2007 Jupitermedia Corporation All Rights Reserved. |