Skip to content

Commit bb695a6

Browse files
committed
Fix SHA384 Constant URI
1 parent b04444a commit bb695a6

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
@@ -88,7 +88,7 @@ class OneLogin_Saml2_Constants(object):
8888
# Sign & Crypto
8989
SHA1 = 'http://www.w3.org/2000/09/xmldsig#sha1'
9090
SHA256 = 'http://www.w3.org/2001/04/xmlenc#sha256'
91-
SHA384 = 'http://www.w3.org/2001/04/xmlencsha384'
91+
SHA384 = 'http://www.w3.org/2001/04/xmldsig-more#sha384'
9292
SHA512 = 'http://www.w3.org/2001/04/xmlenc#sha512'
9393

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

0 commit comments

Comments
 (0)