forked from pool/python-rfc3161-client
- Update to 1.0.3
* Exposed verify_message in the actual Verify interface, not just the implementation * Fixed a bug where verification performed insufficient signature checks on the timestamp response itself, rather than the response's certificate chain (CVE-2025-52556 / bsc#1245174) - Update to 1.0.2 * Added HashAlgorithm to exports of the base package module * Added verify_message method to Verifier class * Slight refactoring of the tests to ease how to test with multiple TSA * Changed return value of VerifierBuilder.build() from _Verifier to Verifier: This is technically an API change but should have minimal user impact. * Fixed spelling of hash_algorithm parameter in TimestampRequestBuilder class OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rfc3161-client?expand=0&rev=5
This commit is contained in:
@@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 23 07:46:59 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.0.3
|
||||||
|
* Exposed verify_message in the actual Verify interface, not just the
|
||||||
|
implementation
|
||||||
|
* Fixed a bug where verification performed insufficient signature checks on
|
||||||
|
the timestamp response itself, rather than the response's certificate chain
|
||||||
|
(CVE-2025-52556 / bsc#1245174)
|
||||||
|
- Update to 1.0.2
|
||||||
|
* Added HashAlgorithm to exports of the base package module
|
||||||
|
* Added verify_message method to Verifier class
|
||||||
|
* Slight refactoring of the tests to ease how to test with multiple TSA
|
||||||
|
* Changed return value of VerifierBuilder.build() from _Verifier to Verifier:
|
||||||
|
This is technically an API change but should have minimal user impact.
|
||||||
|
* Fixed spelling of hash_algorithm parameter in TimestampRequestBuilder class
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 16 11:31:22 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Wed Apr 16 11:31:22 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-rfc3161-client
|
Name: python-rfc3161-client
|
||||||
Version: 1.0.1
|
Version: 1.0.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python library implementing the Time-Stamp Protocol (TSP) described in RFC 3161
|
Summary: Python library implementing the Time-Stamp Protocol (TSP) described in RFC 3161
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1c951f3912b90c6d3f3505e644b74ee08543387253647b86459addbffb16f63f
|
|
||||||
size 53526
|
|
3
rfc3161_client-1.0.3.tar.gz
Normal file
3
rfc3161_client-1.0.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e9b614a5a4596ab9aea44d3fe8a4995bd84ac7f20dcbfaa82b115224202d88d8
|
||||||
|
size 58858
|
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:39924123de4a847fb3f7031d81da13293257d7814be1382ef39990cfba512957
|
oid sha256:feec53a7a1e4ee7309a09d03f1738f0c578187697135f29bf1f2adebbf613d74
|
||||||
size 11054209
|
size 11080743
|
||||||
|
Reference in New Issue
Block a user