This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients Ye.Yuan, christian.heimes, gregory.p.smith, r.david.murray
Date 2012-10-06.23:57:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349567873.78.0.299643179087.issue16059@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-10-06 23:57:54christian.heimessetrecipients: + christian.heimes, gregory.p.smith, r.david.murray, Ye.Yuan
2012-10-06 23:57:53christian.heimessetmessageid: <1349567873.78.0.299643179087.issue16059@psf.upfronthosting.co.za>
2012-10-06 23:57:53christian.heimeslinkissue16059 messages
2012-10-06 23:57:52christian.heimescreate