Changelog
- TLS 1.3 draft18 - #85
- (!) Removal of
pycrypto
dependency, replaced bypycryptodome
- (!) Refactor of
TLSSessionCtx
. External interface preserved, but scripts depending onTLSSessionCtx
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)