Skip to content

1.7.0

Compare
Choose a tag to compare
@Synss Synss released this 07 Aug 09:57
· 363 commits to master since this release
  • cipher: CBC does not use PKCS7 padding by default and now requires a full block. Encoding will raise ValueError otherwise.
  • tls: Add support for session caching.
  • tls: Implement context.getpeercert().
  • tls: Add context manager to TLSWrappedSocket
  • programs: Add example DTLS and TLS client and server.
  • ci: Drop CircleCI.
  • Update wheels to mbedtls 2.16.12
  • Add support for Python 3.10.
  • Drop Python 3.6 (EOL).