summaryrefslogtreecommitdiff
path: root/src/leap/common/certs.py
AgeCommit message (Collapse)Author
2015-11-12[style] fix pep8Ruben Pollan
2015-11-11[feature] add variable to skip twisted versionKali Kaneko
2015-07-28[style] more pep8 cleanupKali Kaneko
2015-06-02[bug] Use BrowserLikePolicyForHTTPS for checkingVictor Shyba
While testing the way that its implemented now, I found out that no check is being made on certificate attributes against the host. I found this simple way of creating a BrowserLikePolicyForHTTPS using a self signed cert and it worked on my test. I used test_https from Soledad for checking this (which we are fixing on another branch). Also, we don't want to depend on twisted for other things than leap.common.http.
2015-05-21[bug] get certificate times as UTC, add testsIvan Alejandro
The certificate validity times were converted to local time and later on compared with UTC time, which caused the certificate not being updated at the right times. Add tests to be sure this is not happenning again. Add a joint pem file for the existing cert and key files to ease test. - Resolves: #6994
2013-05-29change docstring comments to use sphinx styleKali Kaneko
2013-03-14initial commitKali Kaneko