Skip to content

version 2.0

Latest
Compare
Choose a tag to compare
@tintinweb tintinweb released this 12 Feb 20:06
· 21 commits to master since this release

⚠️ 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