summaryrefslogtreecommitdiff
path: root/tests/makecerts.py
Commit message (Collapse)AuthorAgeFilesLines
* Create 2048 bit test keysKurt Roeckx2018-10-071-10/+7
|
* tests.makecerts: port to python3Craig Rodrigues2018-02-051-3/+2
| | | | | | * time.time() returns a float, but we need an int * X509.as_pem() returns bytes, so pass that directly to write() * cert.as_text() returns str, but we need to pass bytes to write()
* Elimination of all open() statements w/o context managers.Matěj Cepl2016-12-151-2/+3
|
* Replace ASN1_UTCTIME with ASN1_TIME which supports both UTCTime andAndrew Waters2016-10-141-2/+2
| | | | GeneralizedTime.
* tests: type hints and PEP8izationMatěj Cepl2016-07-121-1/+1
|
* Make tests passing.Matěj Cepl2016-04-121-8/+24
| | | | | Changes to tests/makecerts.py are not working, but they are not necessary now, so I am leaving the code as it is.
* Fix whitespace using suggestions from autopep8Craig Rodrigues2015-12-011-2/+2
|
* Another fixes to tests/makecerts.py and related modification of PEMs.Matěj Cepl2015-11-271-11/+30
|
* Cleanup tests/makecerts.py.Matěj Cepl2015-11-251-41/+84
|
* Import the makecerts.py from OSAP bugzillaMartin Paljak2015-11-251-0/+138