I could not find a method to parse x509 pem files. I tried using ParseX509 of utils module which threw up.
Asked
Active
Viewed 401 times
0
-
1"Threw up"? What did the diced carrots look like? – Vinay Sajip Oct 01 '09 at 10:10
-
3You will get better answers once you learn to ask smart questions: http://catb.org/~esr/faqs/smart-questions.html – Heikki Toivonen Oct 08 '09 at 21:46
-
possible duplicate of [How do I use a X509 certificate with PyCrypto?](http://stackoverflow.com/questions/12911373/how-do-i-use-a-x509-certificate-with-pycrypto) – Zulu May 27 '15 at 03:28
1 Answers
0
There is pycrypto
with its old school docs:
This is a collection of both secure hash functions (such as SHA256 and RIPEMD160), and various encryption algorithms (AES, DES, RSA, ElGamal, etc.).
And I think your question is a duplicate from How do I use a X509 certificate with PyCrypto?