We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd17127 commit 076ca34Copy full SHA for 076ca34
1 file changed
openleadr/messaging.py
@@ -31,7 +31,9 @@
31
logger = logging.getLogger('openleadr')
32
33
SIGNER = XMLSigner(method=methods.detached,
34
- c14n_algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315")
+ c14n_algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315",
35
+ signature_algorithm="ecdsa-sha256")
36
+print("hello from messaging CHANGED MESSAGE")
37
SIGNER.namespaces['oadr'] = "http://openadr.org/oadr-2.0b/2012/07"
38
VERIFIER = XMLVerifier()
39
0 commit comments