State of SSL in Python

D

donk71

I was searching the net about SSL support in Python, and it seems that
a few years ago that the native SSL functions were broken or badly
wanting in comparison to third party libraries such as m2crypto, POW
and pyOpenSSL. What is the state of native support now?

I'd like to use Python's native SSL functions because I'd like to keep
the install requirements at a minimum. I'm writing a client that will
use TLS with X509 certificate validation (and CRL checking in the
future). Will Python be able to handle it?
 
R

Roger Binns

I'd like to use Python's native SSL functions because I'd like to keep
the install requirements at a minimum. I'm writing a client that will
use TLS with X509 certificate validation (and CRL checking in the
future). Will Python be able to handle it?

Try TLSLite:

http://trevp.net/tlslite/

Roger
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,290
Messages
2,571,453
Members
48,129
Latest member
DianneCarn

Latest Threads

Top