summaryrefslogtreecommitdiff
path: root/sleekxmpp/xmlstream/cert.py
AgeCommit message (Collapse)Author
2015-06-05Fixed typo.Sangeeth Saravanaraj
2013-04-27Try preventing strptime thread safety problems.Lance Stout
Fixes #231
2012-09-30Expand warning for missing ASN1 parser to include pyasn1_modulesLance Stout
2012-09-13Don't break checking certs for localhost.Lance Stout
2012-06-19PEP8 formatting updates.Lance Stout
2012-06-19Properly handle certs with no extensions.Lance Stout
2012-05-22Add better certificate handling.Lance Stout
Certificate host names are now matched (using DNS, SRV, XMPPAddr, and Common Name), along with expiration check. Scheduled event to reset the stream once the server's cert expires. Handle invalid cert trust chains gracefully now.