diff options
author | Rob Austein <sra@hactrn.net> | 2007-09-28 15:52:02 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-09-28 15:52:02 +0000 |
commit | 9d6fb627df37548bd9b394c88158a365384cf6c8 (patch) | |
tree | 928547d4b3bc41626aebff1b9b4ec02bbae65c33 /pow/POW-0.7/lib/pkix.py | |
parent | e2dba8e62603a503ff3f89576d9a7b8e980bb2dc (diff) |
SHA-384
svn path=/pow/POW-0.7/lib/pkix.py; revision=1044
Diffstat (limited to 'pow/POW-0.7/lib/pkix.py')
-rwxr-xr-x | pow/POW-0.7/lib/pkix.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pow/POW-0.7/lib/pkix.py b/pow/POW-0.7/lib/pkix.py index c578f1bb..26881e51 100755 --- a/pow/POW-0.7/lib/pkix.py +++ b/pow/POW-0.7/lib/pkix.py @@ -106,6 +106,7 @@ class POWCryptoDriver(CryptoDriver): POW.SHA1_DIGEST : (1, 2, 840, 113549, 1, 1, 5), # sha1withRSAEncryption POW.RIPEMD160_DIGEST : (1, 2, 840, 113549, 1, 1, 6), # ripemd160WithRSAEncryption POW.SHA256_DIGEST : (1, 2, 840, 113549, 1, 1, 11), # sha256WithRSAEncryption + POW.SHA384_DIGEST : (1, 2, 840, 113549, 1, 1, 12), # sha384WithRSAEncryption POW.SHA512_DIGEST : (1, 2, 840, 113549, 1, 1, 13), # sha512WithRSAEncryption } self.OID2driver = dict((v,k) for k,v in self.driver2OID.items()) |