Skip to content

Releases: Synss/python-mbedtls

1.5.1

07 Aug 09:55
Compare
Choose a tag to compare
  • doc: Do not document Python 2.7-3.5 as supported 😜

1.5.0

07 Aug 09:54
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • The *.pyx files were missing from the archive on pypi.

1.4.0 - withdrawn

07 Aug 09:53
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Add support for Python 3.9.
  • update wheels to mbedtls 2.16.7.

1.3.0

07 Aug 09:52
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • update wheels to mbedtls 2.16.6

1.2.0

07 Aug 09:51
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • ci: Add support to Python 3.8.
  • md: Support MD2 and MD4 algo.
  • ci: Update dependencies.