Skip to content

Commit 4bafe94

Browse files
committed
Fix #238 DSA constant
1 parent 3814b0f commit 4bafe94

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
@@ -103,7 +103,7 @@ class OneLogin_Saml2_Constants(object):
103103
SHA384 = 'http://www.w3.org/2001/04/xmldsig-more#sha384'
104104
SHA512 = 'http://www.w3.org/2001/04/xmlenc#sha512'
105105

106-
DSA_SHA1 = 'http://www.w3.org/2000/09/xmld/sig#dsa-sha1'
106+
DSA_SHA1 = 'http://www.w3.org/2000/09/xmldsig#dsa-sha1'
107107
RSA_SHA1 = 'http://www.w3.org/2000/09/xmldsig#rsa-sha1'
108108
RSA_SHA256 = 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256'
109109
RSA_SHA384 = 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha384'

0 commit comments

Comments
 (0)