Releases: Synss/python-mbedtls
Releases · Synss/python-mbedtls
1.5.1
07 Aug 09:55
Compare
Sorry, something went wrong.
No results found
doc: Do not document Python 2.7-3.5 as supported 😜
1.5.0
07 Aug 09:54
Compare
Sorry, something went wrong.
No results found
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
07 Aug 09:53
Compare
Sorry, something went wrong.
No results found
The *.pyx
files were missing from the archive on pypi.
1.4.0 - withdrawn
07 Aug 09:53
Compare
Sorry, something went wrong.
No results found
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
07 Aug 09:52
Compare
Sorry, something went wrong.
No results found
Add support for Python 3.9.
update wheels to mbedtls 2.16.7.
1.3.0
07 Aug 09:52
Compare
Sorry, something went wrong.
No results found
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
07 Aug 09:51
Compare
Sorry, something went wrong.
No results found
update wheels to mbedtls 2.16.6
1.2.0
07 Aug 09:51
Compare
Sorry, something went wrong.
No results found
ci: Partial support to Python 3.9
ci: Upgrade manylinux from 1 to 2010.
Drop Python 3.4
1.1.0
07 Aug 09:50
Compare
Sorry, something went wrong.
No results found
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
07 Aug 09:50
Compare
Sorry, something went wrong.
No results found
ci: Add support to Python 3.8.
md: Support MD2 and MD4 algo.
ci: Update dependencies.