Skip to content

Commit

Permalink
Fix #238 DSA constant
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Sep 27, 2018
1 parent 3814b0f commit 4bafe94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/onelogin/saml2/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class OneLogin_Saml2_Constants(object):
SHA384 = 'http://www.w3.org/2001/04/xmldsig-more#sha384'
SHA512 = 'http://www.w3.org/2001/04/xmlenc#sha512'

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

0 comments on commit 4bafe94

Please sign in to comment.