summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhoerbe <rainer@hoerbe.at>2014-07-16 09:17:45 +0200
committerrhoerbe <rainer@hoerbe.at>2014-07-16 09:17:45 +0200
commitd770edda376733aaba48ac01b3f32bc1008ae571 (patch)
treefe6667f9fb6dc96aa44bca00b25bab8b1bafec3a
parentdece930724dee04a93c7a1456af977beac327fef (diff)
downloadpysaml2-d770edda376733aaba48ac01b3f32bc1008ae571.tar.gz
SIG_RSA_RIPEMD160 not implemented
-rw-r--r--src/xmldsig/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmldsig/__init__.py b/src/xmldsig/__init__.py
index 81d5579c..e1656352 100644
--- a/src/xmldsig/__init__.py
+++ b/src/xmldsig/__init__.py
@@ -33,7 +33,7 @@ SIG_RSA_SHA224 = 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha224'
SIG_RSA_SHA256 = 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256'
SIG_RSA_SHA384 = 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha384'
SIG_RSA_SHA512 = 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha512'
-SIG_RSA_RIPMED160 = 'http://www.w3.org/2001/04/xmldsig-more#rsa-ripemd160'
+#SIG_RSA_RIPEMD160 = 'http://www.w3.org/2001/04/xmldsig-more#rsa-ripemd160'
sig_default = SIG_RSA_SHA1
MAC_SHA1 = 'http://www.w3.org/2000/09/xmldsig#hmac-sha1'