14
0

Accepting request 740730 from home:stroeder:branches:devel:languages:python

update to 2.8 (mportant for Python 3.8)

OBS-URL: https://build.opensuse.org/request/show/740730
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=118
This commit is contained in:
Tomáš Chvátal
2019-10-18 10:16:50 +00:00
committed by Git OBS Bridge
parent fe2262916c
commit 388e9b6688
6 changed files with 27 additions and 15 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Oct 17 14:53:32 UTC 2019 - Michael Ströder <michael@stroeder.com>
- update to 2.8
* Added support for Python 3.8.
* Added class methods Poly1305.generate_tag and Poly1305.verify_tag for Poly1305 sign and verify operations.
* Deprecated support for OpenSSL 1.0.1. Support will be removed in cryptography 2.9.
* We now ship manylinux2010 wheels in addition to our manylinux1 wheels.
* Added support for ed25519 and ed448 keys in the CertificateBuilder, CertificateSigningRequestBuilder, CertificateRevocationListBuilder and OCSPResponseBuilder.
* cryptography no longer depends on asn1crypto.
* FreshestCRL is now allowed as a CertificateRevocationList extension.
-------------------------------------------------------------------
Mon Jun 3 13:45:56 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>