Releases: Synss/python-mbedtls
Releases · Synss/python-mbedtls
1.5.1
- doc: Do not document Python 2.7-3.5 as supported 😜
1.5.0
- ci: Drop Python < 3.6.
- hashlib: Drop hash alias to hashlib.
- cipher,tls,x509: Unsupported ciphers now consistently raise
NotImplementedError
.
- upstream: The size of the IV in ECB mode is consistently 0.
- Update wheels to mbedtls 2.16.9.
- cython: Get rid of compilation warnings.
1.4.1
- The
*.pyx
files were missing from the archive on pypi.
1.4.0 - withdrawn
- tls: Add accessors to min/max timeout DTLS handshake.
- ci: Support Python 3.9 final.
- ci: update wheels to mbedtls 2.16.8.
- ci: Prepare experimental support for Python 3.10.
1.3.1
- Add support for Python 3.9.
- update wheels to mbedtls 2.16.7.
1.3.0
- hash -> hashlib: Importing from
hash
is now deprecated.
Import from mbedtls.hashlib
now instead.
- tls: fix bug (typo) in
tls.recvfrom_into()
that would make the method crash.
1.2.1
- update wheels to mbedtls 2.16.6
1.2.0
- ci: Partial support to Python 3.9
- ci: Upgrade manylinux from 1 to 2010.
- Drop Python 3.4
1.1.0
- tls: Add support to PSK for (D)TLS
- tls: Fixup
access()
method for DTLS on Python 2.7 and 3.4.
- tls: Ensure that the
ciphers
parameter is a tuple and let ciphers
accessors return tuples.
- update wheels to mbedtls 2.16.5
1.0.0
- ci: Add support to Python 3.8.
- md: Support MD2 and MD4 algo.
- ci: Update dependencies.