summaryrefslogtreecommitdiff
path: root/tests/test_asn1.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-2/+2
* PEP8isationMatěj Cepl2018-03-201-4/+1
* Add ASN1_UTCTIME synonym for ASN1_TIME for backwards compatibility.Andrew Waters2016-10-141-0/+51
* Replace ASN1_UTCTIME with ASN1_TIME which supports both UTCTime andAndrew Waters2016-10-141-4/+4
* ASN1: clean indentation in _asn1.i and PEP8ization.Matěj Cepl2016-06-201-5/+7
* M2Crypto/ASN1.py: Add PEP-484 type hints in comments.Matěj Cepl2016-06-141-2/+4
* Fix whitespace using suggestions from autopep8Craig Rodrigues2015-12-011-3/+3
* Strip trailinig spaces and expand tabs.Matěj Cepl2015-11-191-6/+6
* Remove more plain assertsMatěj Cepl2015-11-181-3/+5
* Switch unit testing to have at least 2.7 unittest API available.Matěj Cepl2015-10-131-1/+6
* Bug 12762, added ASN1_UTCTIME.get_datetime and set_datetime, by Pavel Shramov.Heikki Toivonen2009-03-301-2/+26
* x509_crl_new was not wrapped, as I found when writing more coverage tests; no...Heikki Toivonen2009-02-231-0/+1
* Use assertEqual so that we can actually see how the values are different.Heikki Toivonen2008-11-261-3/+3
* Fixed memory leak in m2.ec_key_new_by_curve_name.Heikki Toivonen2007-06-121-1/+1
* Make all test methods start with test_, so that running individual suites works,Heikki Toivonen2006-12-151-6/+6
* Removed RCS_id, RCS_ID and _RCS_id from Python files. UnneededHeikki Toivonen2006-03-201-2/+0
* asn1_string_set can take a python string, which makes itHeikki Toivonen2006-03-091-2/+10
* Fix failing test and make it locale independent (as far as I know).Heikki Toivonen2005-06-031-5/+16
* Test ASN1.Heikki Toivonen2005-05-141-0/+48