summaryrefslogtreecommitdiff
path: root/sleekxmpp/xmlstream/cert.py
AgeCommit message (Collapse)Author
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.