From 507e0bbc5b2a0cf6b332db69a416b198b33cfe705e800f93529e49573812554a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 5 Oct 2022 14:53:54 +0000 Subject: [PATCH] Accepting request 1008026 from home:yarunachalam:branches:devel:languages:python - Update to 1.3.0 * Add support for OpenSSL 3.0 * Add first-class support for RSASSA-PSS certificates * Add user-friendly handling of the error message with TLS on macOS when a ceritificate has a lifetime that is longer than the CAB forum guidelines * Fix AES 192/256 encryption on OpenSSL and Windows to allow no padding when plaintext is an exact multiple of 16 bytes long. Previously AES192 would require plaintext with a length that was a multiple of 24 AND 16, and AES256 would require plaintext with a length that was a multiple of 32. * Add the ability to skip tests that require internet connectivity via @jnahmias * Fix a bug throwing an exception when passing an invalid type to asymmetric.load_public_key() via @Arbitrage0 * Fix a number of typos in doc strings via @frennkie and @kianmeng - Update to 1.2.1 * Fix running in an environment with a custom OpenSSL install on macOS 10.15 * Fix compatibility with macOS 11, where ctype.find_library() no longer works due to system .dylibs no longer being present on the filesystem * Handle the Mac EPROTOTYPE error that may be returned when a TLS connection is terminated * Fixed the oscrypto-tests sdist on PyPi to work properly to generate a .whl OBS-URL: https://build.opensuse.org/request/show/1008026 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oscrypto?expand=0&rev=7 --- oscrypto-1.2.0.tar.gz | 3 --- oscrypto-1.3.0.tar.gz | 3 +++ python-oscrypto.changes | 22 ++++++++++++++++++++++ python-oscrypto.spec | 8 ++++---- 4 files changed, 29 insertions(+), 7 deletions(-) delete mode 100644 oscrypto-1.2.0.tar.gz create mode 100644 oscrypto-1.3.0.tar.gz diff --git a/oscrypto-1.2.0.tar.gz b/oscrypto-1.2.0.tar.gz deleted file mode 100644 index ca8c8da..0000000 --- a/oscrypto-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4a1e8e0bff33e23b9c8b2034458ac72db799d3ab8e05d5773d1effdc027e7f7 -size 304079 diff --git a/oscrypto-1.3.0.tar.gz b/oscrypto-1.3.0.tar.gz new file mode 100644 index 0000000..27e5e77 --- /dev/null +++ b/oscrypto-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6daf845e07e3883926a5ceecd6b4f73d23841abc2769f682da79bf12291fc1af +size 313874 diff --git a/python-oscrypto.changes b/python-oscrypto.changes index f78f44b..a008bcd 100644 --- a/python-oscrypto.changes +++ b/python-oscrypto.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue Oct 4 22:15:24 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 1.3.0 + * Add support for OpenSSL 3.0 + * Add first-class support for RSASSA-PSS certificates + * Add user-friendly handling of the error message with TLS on macOS when a ceritificate has a lifetime that is longer than the CAB forum guidelines + * Fix AES 192/256 encryption on OpenSSL and Windows to allow no padding when plaintext is an exact multiple of 16 bytes long. Previously AES192 + would require plaintext with a length that was a multiple of 24 AND 16, and AES256 would require plaintext with a length that was a multiple of 32. + * Add the ability to skip tests that require internet connectivity via @jnahmias + * Fix a bug throwing an exception when passing an invalid type to asymmetric.load_public_key() via @Arbitrage0 + * Fix a number of typos in doc strings via @frennkie and @kianmeng + +------------------------------------------------------------------- +Tue Oct 4 22:14:32 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 1.2.1 + * Fix running in an environment with a custom OpenSSL install on macOS 10.15 + * Fix compatibility with macOS 11, where ctype.find_library() no longer works due to system .dylibs no longer being present on the filesystem + * Handle the Mac EPROTOTYPE error that may be returned when a TLS connection is terminated + * Fixed the oscrypto-tests sdist on PyPi to work properly to generate a .whl + ------------------------------------------------------------------- Wed Feb 19 12:00:00 UTC 2020 - cunix@mail.de diff --git a/python-oscrypto.spec b/python-oscrypto.spec index eb048b7..b6a4daf 100644 --- a/python-oscrypto.spec +++ b/python-oscrypto.spec @@ -1,7 +1,7 @@ # -# spec file for package python-oscrypto +# spec file # -# Copyright (c) 2019-2020 cunix +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,15 +28,15 @@ %endif Name: python-oscrypto%{psuffix} -Version: 1.2.0 +Version: 1.3.0 Release: 0 Summary: Python crypto using OS libraries License: MIT Group: Development/Languages/Python URL: https://github.com/wbond/oscrypto Source: https://github.com/wbond/oscrypto/archive/%{version}.tar.gz#/oscrypto-%{version}.tar.gz -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module asn1crypto >= 1.0.0} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros %if %{with test}