File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
"rsa-sha256" : 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256' ,
24
24
"rsa-sha384" : 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha384' ,
25
25
"rsa-sha512" : 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha512' ,
26
- "dsa-sha1" : 'http, //www.w3.org/2000/09/xmldsig#dsa-sha1' ,
26
+ "dsa-sha1" : 'http: //www.w3.org/2000/09/xmldsig#dsa-sha1' ,
27
27
'dsa-sha256' : 'http://www.w3.org/2009/xmldsig11#dsa-sha256' ,
28
28
'ecdsa_sha1' : 'http://www.w3.org/2001/04/xmldsig-more#ECDSA_sha1' ,
29
29
'ecdsa_sha224' : 'http://www.w3.org/2001/04/xmldsig-more#ECDSA_sha224' ,
Original file line number Diff line number Diff line change 29
29
('DIGEST_RIPEMD160' , DIGEST_RIPEMD160 ))
30
30
DIGEST_AVAIL_ALG = DIGEST_ALLOWED_ALG + (('DIGEST_MD5' , DIGEST_MD5 ),)
31
31
32
- SIG_DSA_SHA1 = 'http, //www.w3.org/2000/09/xmldsig#dsa-sha1'
32
+ SIG_DSA_SHA1 = 'http: //www.w3.org/2000/09/xmldsig#dsa-sha1'
33
33
SIG_DSA_SHA256 = 'http://www.w3.org/2009/xmldsig11#dsa-sha256'
34
34
SIG_ECDSA_SHA1 = 'http://www.w3.org/2001/04/xmldsig-more#ECDSA_sha1'
35
35
SIG_ECDSA_SHA224 = 'http://www.w3.org/2001/04/xmldsig-more#ECDSA_sha224'
You can’t perform that action at this time.
0 commit comments