Skip to content
Snippets Groups Projects
  1. Aug 06, 2014
  2. Aug 04, 2014
  3. Jul 28, 2014
  4. Jul 25, 2014
  5. Jul 24, 2014
  6. Jun 19, 2014
  7. Jun 17, 2014
  8. Jun 12, 2014
  9. Jun 10, 2014
  10. Jun 04, 2014
  11. Jun 03, 2014
  12. May 26, 2014
  13. May 23, 2014
    • Robin Jarry's avatar
      ipsec: fix esp payload padding length · 5a266059
      Robin Jarry authored
      According to the RFC4303, the length of an ESP payload must be a
      multiple of 4 bytes so that the signature starts on the beginning
      of a 32 bits word.
      
      --HG--
      branch : ipsec
      5a266059
  14. May 16, 2014
  15. May 14, 2014
  16. May 05, 2014
  17. Apr 24, 2014
  18. Mar 28, 2014
    • Robin Jarry's avatar
      layers: full implementation of ipsec (esp & ah) · f94c6745
      Robin Jarry authored
      
      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
      f94c6745
  19. Mar 03, 2014
Loading