14
0

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

update to 1.3.1

OBS-URL: https://build.opensuse.org/request/show/377061
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=37
This commit is contained in:
Todd R
2016-03-24 19:22:41 +00:00
committed by Git OBS Bridge
parent b67a1761f6
commit 5c4c68c8a1
11 changed files with 48 additions and 47 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Mar 18 14:39:05 UTC 2016 - michael@stroeder.com
- removed obsolete cryptography-new-bio-new-type.patch
- update to upstream release 1.3.1
* Fixed a bug that caused an AttributeError when using mock to patch
some cryptography modules.
* Added support for padding ANSI X.923 with ANSIX923.
* Deprecated support for OpenSSL 0.9.8. Support will be removed in
cryptography 1.4.
* Added support for the PolicyConstraints X.509 extension including both
parsing and generation using CertificateBuilder and
CertificateSigningRequestBuilder.
* Added is_signature_valid to CertificateSigningRequest.
* Fixed an intermittent AssertionError when performing an RSA decryption
on an invalid ciphertext, ValueError is now correctly raised in all
cases.
* Added from_issuer_subject_key_identifier().
-------------------------------------------------------------------
Sun Mar 13 21:20:00 UTC 2016 - dmueller@suse.com