Hi!
Any recommended crypto libraries for Python. I know I've asked something similar in http://stackoverflow.com/questions/143523/, but I should've split the question in two.
What I need is the ability to parse X.509 Certificates to extract the information contained in them.
Looking around, I've found two options:
- Python OpenSSL Wrappers (http://sourceforge.net/projects/pow)
- pyOpenSSL ([http://sourceforge.net/projects/pyopenssl)
Of the two, pyOpenSSL seems to be the most "maintained", but I'd like some feedback on anybody who might have experience with them?
Thanks a lot