From d770edda376733aaba48ac01b3f32bc1008ae571 Mon Sep 17 00:00:00 2001 From: rhoerbe Date: Wed, 16 Jul 2014 09:17:45 +0200 Subject: [PATCH] SIG_RSA_RIPEMD160 not implemented --- src/xmldsig/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xmldsig/__init__.py b/src/xmldsig/__init__.py index 81d5579..e165635 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'