Skip to content
Snippets Groups Projects
  1. Jul 24, 2014
  2. Jun 19, 2014
  3. Jun 17, 2014
  4. Jun 12, 2014
  5. Jun 10, 2014
  6. Jun 04, 2014
  7. Jun 03, 2014
  8. May 26, 2014
  9. 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
  10. May 16, 2014
  11. May 14, 2014
  12. Apr 24, 2014
  13. 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
  14. Mar 03, 2014
  15. Feb 24, 2014
  16. Feb 17, 2014
  17. Feb 16, 2014
  18. Jan 31, 2014
  19. Jan 20, 2014
  20. Jan 17, 2014
  21. Jan 02, 2014
  22. Dec 04, 2013
  23. Dec 02, 2013
Loading