- Jan 06, 2017
-
-
Pierre LALET authored
-
Pierre LALET authored
See - https://github.com/pyca/cryptography/issues/2968 (discussion) - https://github.com/pyca/cryptography/issues/1141 (older)
-
Pierre LALET authored
-
Pierre LALET authored
-
Thomas Faivre authored
Signed-off-by:
Thomas Faivre <thomas.faivre@6wind.com>
-
Thomas Faivre authored
Change the cryptographic library used in the following layers: * IPSec * TLS * Dot11 Notes: * Fix the WEP key in regression.uts: Should be a 40 bits key (5 ASCII) and 24 bits nonce for 64 bits WEP. The key was 8 ASCII => 88 bits in total * AES-GCM and AES-CMAC algorithms are now native in cryptography: add tests in ipsec.uts * cryptography only supports Python 2.6+ * Fix the docstring for the pad method Removed: * MD2 and MD4 hash algorithms for RSA in tls/crypto/pkcs1.py * AES-XCBC-96 not supported by cryptography. Signed-off-by:
Thomas Faivre <thomas.faivre@6wind.com>
-
Thomas Faivre authored
The urandom function from the os package is a better RNG function than the PyCrypto's Random. Signed-off-by:
Thomas Faivre <thomas.faivre@6wind.com>
-
Thomas Faivre authored
Signed-off-by:
Thomas Faivre <thomas.faivre@6wind.com>
-
- Jan 05, 2017
-
-
Pierre Lalet authored
[coverage] codecov appveyor support
-
Guillaume Valadon authored
Get constant values from "consts" since it is no longer in arch
-
Guillaume Valadon authored
Fix ls(): fix layer names and handle tuple default values (test added)
-
Guillaume Valadon authored
-
- Jan 04, 2017
-
-
Pierre LALET authored
-
Haim Daniel authored
Add missing addr2 to block ack packet, improve addr2 validation performance.
-
Pierre LALET authored
-
Guillaume Valadon authored
[coverage] Add a codecov configuration file
-
Guillaume Valadon authored
Introduce tcpdump() function
-
- Jan 03, 2017
-
-
gpotter2 authored
-
Pierre LALET authored
-
Pierre LALET authored
-
Sam Stites authored
-
- Jan 02, 2017
-
-
Guillaume Valadon authored
-
- Dec 30, 2016
-
-
Pierre Lalet authored
[Windows] fix misplaced quotes
-
- Dec 29, 2016
-
-
gpotter2 authored
I had not tested it last time... When running `python`, the first parameter is the file. So here all the arguments were passed as the file name...
-
- Dec 28, 2016
-
-
Pierre LALET authored
One can now use tcpdump or tshark to dissect packets from Scapy. This can help, for example, to check Scapy's dissectors
-
Pierre Lalet authored
[coverage] codecov support
-
Gabriel Ganne authored
* bind vxlan-gpe over udp on port 4790 As defined here : https://tools.ietf.org/html/draft-ietf-nvo3-vxlan-gpe-03#section-5.3 Signed-off-by:
Gabriel Ganne <gabriel.ganne@qosmos.com> * Typo fixed
-
- Dec 27, 2016
-
-
Guillaume Valadon authored
-
Guillaume Valadon authored
Fix Windows bat files to work with spaces in paths (@gpotter2)
-
- Dec 26, 2016
-
-
Pierre Lalet authored
Fix import errors in windows
-
Pierre LALET authored
-
DorElias authored
log_runtime, ETH_P_ALL and PcapTimeoutElapsed are used in this code but are not imported. This causes sniff and sndrcv functions to fail on windows.
-
- Dec 23, 2016
-
-
Pierre Lalet authored
Fix ipv4 fragment for already fragmented packets
-
Piotr Bartosiewicz authored
-
Pierre Lalet authored
Preserve .overloaded_fields in .clone_with()
-
Pierre Lalet authored
Fixed a bug in the sendrecv method when using multi-threading
-
-
Pierre LALET authored
This fixes at least an issue fragmentation (for which a new test has been added)
-
- Dec 22, 2016
-
-
Guillaume Valadon authored
Improve Pcap & PcapNg support (particularly timestamps)
-
Guillaume Valadon authored
Add & test DNS over TCP, update dnstypes
-