Skip to content
Snippets Groups Projects
Commit f94c6745 authored by Robin Jarry's avatar Robin Jarry
Browse files

layers: full implementation of ipsec (esp & ah)


This patch adds a full implementation of the IPSec layer in
scapy/layers/ipsec.py. See the module's doc string for instructions.
In order to support encryption/decryption and authentication, the
pycrypto library is required. If not found, only the NULL/NULL
algorithms will be available.

(almost) complete test suite can be found in test/ipsec.uts and can
be launched with:

  ./bin/UTscapy -m scapy/layers/ipsec.py -t test/ipsec.uts -f text -F

Signed-off-by: default avatarRobin Jarry <robin.jarry@6wind.com>

--HG--
branch : ipsec
parent 13b1b1c9
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment