14
0

- update to 39.0.2:

* Fixed a bug where the content type header was not properly
    encoded for PKCS7 signatures when using the ``Text`` option and
    ``SMIME`` encoding.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=174
This commit is contained in:
2023-03-07 07:38:33 +00:00
committed by Git OBS Bridge
parent 8de3fa37ad
commit 6b5cf01ce1
5 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Mar 7 07:34:20 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 39.0.2:
* Fixed a bug where the content type header was not properly
encoded for PKCS7 signatures when using the ``Text`` option and
``SMIME`` encoding.
-------------------------------------------------------------------
Thu Feb 9 09:53:49 UTC 2023 - Matej Cepl <mcepl@suse.com>