Skip to content

Commit b6892a5

Browse files
committed
Release version 0.30
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent bf01e7d commit b6892a5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

NEWS.txt

+11
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,14 @@ News
180180
*Release ons 19 feb 2020 16:21:05 CET*
181181

182182
* add cmdline arg for setting position of signature in xmlsign tool
183+
184+
0.30
185+
----
186+
*Release ons 28 Feb 2023 16:51:25 CET*
187+
188+
* add support for non-RSA and non-PKCS1 v1.5 padding
189+
* improved logging
190+
* drop python3
191+
* fix for mgf1 verification
192+
* avoid tripping up on missing fingerprints - validate over all signatures
193+
* correct import for MutableMapping

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
NEWS = open(os.path.join(here, 'NEWS.txt'),'rb').read().decode('utf-8')
1010

1111

12-
version = '0.22dev0'
12+
version = '0.30'
1313

1414
install_requires = [
1515
'defusedxml', 'lxml', 'pyconfig', 'requests', 'cryptography', 'six'

0 commit comments

Comments
 (0)