Skip to content

Commit 5001ece

Browse files
committed
Fix DSA constant
1 parent 4460fb9 commit 5001ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/onelogin/saml2/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class OneLogin_Saml2_Constants(object):
100100
SHA384 = 'http://www.w3.org/2001/04/xmldsig-more#sha384'
101101
SHA512 = 'http://www.w3.org/2001/04/xmlenc#sha512'
102102

103-
DSA_SHA1 = 'http://www.w3.org/2000/09/xmld/sig#dsa-sha1'
103+
DSA_SHA1 = 'http://www.w3.org/2000/09/xmldsig#dsa-sha1'
104104
RSA_SHA1 = 'http://www.w3.org/2000/09/xmldsig#rsa-sha1'
105105
RSA_SHA256 = 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256'
106106
RSA_SHA384 = 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha384'

0 commit comments

Comments
 (0)