summaryrefslogtreecommitdiff
path: root/tests/test_obj.py
Commit message (Expand)AuthorAgeFilesLines
* Changed required to pass tests on OpenSSL 3.0Petr Mensik2023-02-041-0/+1
* Replace 'from . import' with absolute imports.Matěj Cepl2021-01-141-1/+1
* Remove deprecation warningsMatěj Cepl2021-01-141-1/+1
* Mass removal of deprecated constructs.Matěj Cepl2020-12-021-2/+2
* Show detailed OpenSSL error messagesKonstantin Shemyak2018-07-231-0/+22
* PEP8isationMatěj Cepl2018-03-201-9/+4
* Replace util.py3{bytes,str} with six.ensure_{binary,text}Matěj Cepl2018-03-191-5/+8
* tests.test_obj: x509_name_entry2tuple returns tuple of strs.Matěj Cepl2018-02-051-3/+5
* tests: type hints and PEP8izationMatěj Cepl2016-07-121-23/+33
* Fix whitespace using suggestions from autopep8Craig Rodrigues2015-12-011-4/+4
* Strip trailinig spaces and expand tabs.Matěj Cepl2015-11-191-3/+3
* Remove more plain assertsMatěj Cepl2015-11-181-12/+23
* Change self.assertRaises to context managers.Matěj Cepl2015-10-271-1/+2
* Switch unit testing to have at least 2.7 unittest API available.Matěj Cepl2015-10-131-1/+5
* Bug 10813, wrap OBJ_* functions, by Pavel Shramov.Heikki Toivonen2008-09-151-0/+92