aboutsummaryrefslogtreecommitdiff
path: root/pow/POW-0.7/lib/pkix.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2009-11-18 07:34:19 +0000
committerRob Austein <sra@hactrn.net>2009-11-18 07:34:19 +0000
commit0b8d580734cd0dcc2ec2c7022ba0e4b8d86055d2 (patch)
tree0881e8e7f4ef81b3cba9caacfedca55e71047684 /pow/POW-0.7/lib/pkix.py
parent1fcd03f22bd481b4fffec2e8ad8efa3bb31051a5 (diff)
More MD2 deprecation.
svn path=/pow/POW-0.7/lib/pkix.py; revision=2884
Diffstat (limited to 'pow/POW-0.7/lib/pkix.py')
-rwxr-xr-xpow/POW-0.7/lib/pkix.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pow/POW-0.7/lib/pkix.py b/pow/POW-0.7/lib/pkix.py
index b47aee56..fc525cad 100755
--- a/pow/POW-0.7/lib/pkix.py
+++ b/pow/POW-0.7/lib/pkix.py
@@ -100,7 +100,7 @@ class POWCryptoDriver(CryptoDriver):
global POW
import POW
self.driver2OID = {
- POW.MD2_DIGEST : (1, 2, 840, 113549, 1, 1, 2), # md2WithRSAEncryption
+# POW.MD2_DIGEST : (1, 2, 840, 113549, 1, 1, 2), # md2WithRSAEncryption
POW.MD5_DIGEST : (1, 2, 840, 113549, 1, 1, 4), # md5WithRSAEncryption
POW.SHA_DIGEST : (1, 3, 14, 3, 2, 15), # shaWithRSAEncryption
POW.SHA1_DIGEST : (1, 2, 840, 113549, 1, 1, 5), # sha1withRSAEncryption