Commit Graph

8 Commits

Author SHA1 Message Date
Guillaume Valadon 0257fed05e Use Tox to perform Scapy unit tests (#1106) 2018-01-31 14:34:57 +01:00
Guillaume Valadon 74e9b4832d Replace str() with raw() 2018-01-13 23:22:52 +01:00
Pierre LALET 984fdcf30a Python 2 / 3: fix StrField and subclasses 2018-01-08 12:17:50 +01:00
Pierre Lalet 663736fc05 Merge pull request #856 from gpotter2/tmp
Python 3: Fix certs/x509/TLS1/SSLv2/TLS1.3
2017-10-24 15:12:56 +02:00
mtu cefb4d9ddd Fix SSLv2 context update 2017-10-14 16:02:12 +02:00
gpotter2 089bffab37 Python 3: fix TLS1.3 2017-10-03 21:39:52 +02:00
gpotter2 4068399405 Python 3: Fix SSLv2 2017-10-01 21:17:07 +02:00
mtury 72720872d4 [TLS] Major module overhaul (#542)
* TLS module major overhaul

* Clean TLS directory

* TLS 1.3 packets and basic client automaton (+ session fixes)

* Fix multiple key share entries

* Convergence py3

* Support features from cryptography v2.0

* Validate CertificateVerify signatures

* Small fix on TLS signature parsing

* Small fixes in TLS module

* Enhance Encrypted PMS support

* Convergence py3 - print

* Revert useless changes

* Strengthen crypto lib validation
2017-07-06 07:52:04 +02:00