Christian Heimes added the comment:

I don't think it's possible to serialize an crypto hash object like MD5. The 
internal states of those objects are opaque data structures. There is no way 
official way to access the data structures in a platform independent way.

It *might* be possible to hack something for our own implementation of md5 but 
definitely not for OpenSSL's implementation.

----------
nosy: +christian.heimes, gregory.p.smith

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16059>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to