Commit Graph

6 Commits

Author SHA1 Message Date
gpotter2
f0761b888a Update scapy
scapy-python3 is an unofficial fork that is getting very oudated (many bug fixes missing).
Migrates to original and up-to-date scapy, which now supports both python 2 and 3
2018-06-04 11:29:40 +02:00
Piotr Lizonczyk
7366c45e72 0.2.0 pre-release commit
Renamed NoiseBuilder to NoiseConnection
Bumped Cryptography from 2.1.1 to 2.1.2
Ready to release

Closes #5
2017-11-01 11:17:07 +01:00
Piotr Lizonczyk
d0899c6871 Removing old echo example 2017-09-03 19:42:14 +02:00
Piotr Lizonczyk
eaecac6af4 Wireguard interoperability test script
This commit introduces an example of interoperability of this library
with Wireguard. The script is responsible for performing a Noise
handshake between localhost and Wireguard test server. Then, ICMP echo
request is sent and ICMP echo reply is retrieved. Lastly, Wireguard
keepalive packet is sent.

Example utilises Noise messages wrapped in Wireguard's packet
format.
2017-09-03 01:03:41 +02:00
Piotr Lizonczyk
fd95788672 Adding readme files to examples 2017-08-06 21:29:10 +02:00
Piotr Lizonczyk
611c456d5e Moving example related files from noise directory 2017-08-06 21:29:10 +02:00