We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1942f4 commit 7037431Copy full SHA for 7037431
Changes.rst
@@ -1,3 +1,13 @@
1
+Changes for v2.8.0 (2020-06-20)
2
+===============================
3
+
4
+- Compare raw digest bytes instead of base64 encoded digests. Fixes
5
+ #155
6
7
+- Initial X509IssuerSerial/X509Digest support
8
9
+- Support custom inclusive_ns_prefixes when signing
10
11
Changes for v2.7.3 (2020-06-10)
12
===============================
13
setup.py
@@ -4,7 +4,7 @@
setup(
name='signxml',
- version="2.7.3",
+ version="2.8.0",
url='https://github.com/kislyuk/signxml',
license='Apache Software License',
author='Andrey Kislyuk',
0 commit comments