File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66__author__ = 'roland'
77
88DIGEST_METHODS = {
9- "hmac-md5" : 'http://www.w3.org/2001/04/xmldsig-more#md5' , # test framework only!
9+ # "hmac-md5": 'http://www.w3.org/2001/04/xmldsig-more#md5', # test framework only!
1010 "hmac-sha1" : 'http://www.w3.org/2000/09/xmldsig#sha1' ,
1111 "hmac-sha224" : 'http://www.w3.org/2001/04/xmldsig-more#sha224' ,
1212 "hmac-sha256" : 'http://www.w3.org/2001/04/xmlenc#sha256' ,
1616}
1717
1818SIGNING_METHODS = {
19- "rsa-md5" : 'http://www.w3.org/2001/04/xmldsig-more#rsa-md5' ,
19+ # "rsa-md5": 'http://www.w3.org/2001/04/xmldsig-more#rsa-md5',
2020 "rsa-ripemd160" : 'http://www.w3.org/2001/04/xmldsig-more#rsa-ripemd160' ,
2121 "rsa-sha1" : 'http://www.w3.org/2000/09/xmldsig#rsa-sha1' ,
2222 "rsa-sha224" : 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha224' ,
You can’t perform that action at this time.
0 commit comments