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 99f7671 commit 5bdac0cCopy full SHA for 5bdac0c
CHANGELOG.md
@@ -1,6 +1,11 @@
1
-## 3.2.1
+## 3.2.1+1
2
3
* The last version that supports Dart 2.x
4
+* minor: canonicalizationAlgorithmForSignedInfo wasn't used
5
+* Added support for custom signature childs (#8 by davidadzgi)
6
+
7
+## 3.2.1
8
9
* Follow xml-crypto 3.2.1
10
11
This addresses two critical CVE:
pubspec.yaml
@@ -1,5 +1,5 @@
name: xml_crypto
-version: 3.2.1
+version: 3.2.1+1
description: |
Xml digital signature library for Dart. For signing and verifying XML documents.
homepage: https://github.com/rikulo/xml-crypto
0 commit comments