Skip to content

Commit 1801488

Browse files
committed
Fix SHA384 Constant URI
1 parent c2b087d commit 1801488

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/onelogin/saml2/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class OneLogin_Saml2_Constants(object):
9191
# Sign & Crypto
9292
SHA1 = 'http://www.w3.org/2000/09/xmldsig#sha1'
9393
SHA256 = 'http://www.w3.org/2001/04/xmlenc#sha256'
94-
SHA384 = 'http://www.w3.org/2001/04/xmlencsha384'
94+
SHA384 = 'http://www.w3.org/2001/04/xmldsig-more#sha384'
9595
SHA512 = 'http://www.w3.org/2001/04/xmlenc#sha512'
9696

9797
DSA_SHA1 = 'http://www.w3.org/2000/09/xmld/sig#dsa-sha1'

0 commit comments

Comments
 (0)