:warning: **major API change - breaks backwards compatibility with v1.x branch**
Changelog
- TLS 1.3 draft18 - 85
- (!) Removal of `pycrypto` dependency, replaced by `pycryptodome`
- (!) Refactor of `TLSSessionCtx`. External interface preserved, but scripts depending on `TLSSessionCtx` variables will need to be adjusted
- Support for TLS 1.2 AEAD ciphers (GCM and CCM)
- Support for TLS 1.2 cipher defined KDF
- Refactored Crypto containers
- Introduction of Asymmetrical, Key Exchange and Symmetrical keystores
- Client-side support for TLS session resumption (ticket, session_id)
[commit log](https://github.com/tintinweb/scapy-ssl_tls/compare/v1.2.3...v2.0.0)