1.7.0
- 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).