14
0

- update to 1.0.0:

* Support for ECDSA keys in certificates and use them by default.
    The type of key used for certificates can be controlled by the
    key_type parameter on the multiple methods that generate
    certificates. ECDSA certificates as they can be generated
    significantly faster.
  * Support for Python 3.10 and 3.11 (#372, 574)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-trustme?expand=0&rev=22
This commit is contained in:
2023-05-14 16:35:07 +00:00
committed by Git OBS Bridge
parent e7f0c5f65d
commit 09830c201e
5 changed files with 22 additions and 11 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun May 14 16:33:47 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.0.0:
* Support for ECDSA keys in certificates and use them by default.
The type of key used for certificates can be controlled by the
key_type parameter on the multiple methods that generate
certificates. ECDSA certificates as they can be generated
significantly faster.
* Support for Python 3.10 and 3.11 (#372, 574)
-------------------------------------------------------------------
Fri Apr 21 12:38:00 UTC 2023 - Dirk Müller <dmueller@suse.com>