0

I could not find a method to parse x509 pem files. I tried using ParseX509 of utils module which threw up.

jbtule
  • 31,383
  • 12
  • 95
  • 128
Bhargava
  • 189
  • 3
  • 12
  • 1
    "Threw up"? What did the diced carrots look like? – Vinay Sajip Oct 01 '09 at 10:10
  • 3
    You 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 Answers1

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?

Community
  • 1
  • 1
Zulu
  • 8,765
  • 9
  • 49
  • 56