Hmm yeah that's strange. On my Win7 x64 with Python 2.7.3 installed, hashlib works fine and I did not install any openssl binaries or py-openssl packages.
Hiya Andri,
This is most likely due to the version of openssl you have on your
system. Hashlib (which is a part of python, and not dependent upon
pycrypto) makes use of openssl, so if the version of openssl you're
using doesn't support some of the standard functions that python uses,
you'll end up with the kind of error messages you're seeing. It's
rather unusual to have an openssl that doesn't support those hashes, but
that's my best guess as to what's going wrong for you...
Mike 5:)
_______________________________________________
Vol-users mailing list
Vol-users@volatilesystems.com
http://lists.volatilityfoundation.org/mailman/listinfo/vol-users