cryptography - Crypto/X509 certificate parsing libraries for Python -


any recommended crypto libraries python. know i've asked similar in x509 certificate parsing libraries java, should've split question in two.

what need ability parse x.509 certificates extract information contained in them.

looking around, i've found 2 options:

of two, pyopenssl seems "maintained", i'd feedback on might have experience them?

you might want try keyczar mentioned me in other post, since library has implementations both python , java. make easier use in both contexts.

a word of warning: have not used library 8(, please take grain of salt.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -