summaryrefslogtreecommitdiff
path: root/tests/test_ssl_offline.py
Commit message (Expand)AuthorAgeFilesLines
* Replace 'from . import' with absolute imports.Matěj Cepl2021-01-141-1/+1
* Mass removal of deprecated constructs.Matěj Cepl2020-12-021-3/+3
* Extend test cert validity to 2049Bernhard M. Wiedemann2019-11-261-1/+1
* Create 2048 bit test keysKurt Roeckx2018-10-071-1/+1
* PEP8isationMatěj Cepl2018-03-201-10/+6
* Add M2Crypto.SSL.Context().set_default_verify_paths() method.Matěj Cepl2017-05-171-0/+6
* SSL and SMIME modules: Add PEP-484 type hints in comments.Matěj Cepl2016-06-301-4/+4
* Fix broken imports (and PEP8ization).Matěj Cepl2016-03-201-1/+1
* Use the new absolute import syntax to fix Python 3. [PEP 328]Craig Rodrigues2016-03-201-1/+3
* Another fixes to tests/makecerts.py and related modification of PEMs.Matěj Cepl2015-11-271-1/+1
* Regenerate testing PEM filesMatěj Cepl2015-11-251-8/+7
* Strip trailinig spaces and expand tabs.Matěj Cepl2015-11-191-4/+4
* Remove more plain assertsMatěj Cepl2015-11-181-3/+3
* Change self.assertRaises to context managers.Matěj Cepl2015-10-271-2/+4
* Replace expired certificates in the test suiteMiloslav Trmač2015-10-131-1/+1
* Switch unit testing to have at least 2.7 unittest API available.Matěj Cepl2015-10-131-1/+6
* Support OpenSSL 1.0. Thanks to Miloslav Trmac for figuring out how to fix tes...Heikki Toivonen2010-02-131-0/+60