summaryrefslogtreecommitdiff
path: root/M2Crypto/ASN1.py
Commit message (Expand)AuthorAgeFilesLines
* M2Crypto.ASN1: __str__ should generate `str` always.Matěj Cepl2017-09-141-2/+2
* Fix M2Crypto.ASN1 for new ASN1_TIME.Matěj Cepl2017-03-161-1/+1
* Add ASN1_UTCTIME synonym for ASN1_TIME for backwards compatibility.Andrew Waters2016-10-141-1/+6
* Replace ASN1_UTCTIME with ASN1_TIME which supports both UTCTime andAndrew Waters2016-10-141-31/+34
* M2Crypto/ASN1.py: Add PEP-484 type hints in comments.Matěj Cepl2016-06-141-17/+69
* Fix broken imports (and PEP8ization).Matěj Cepl2016-03-201-2/+1
* Use the new absolute import syntax to fix Python 3. [PEP 328]Craig Rodrigues2016-03-201-2/+4
* Fix whitespace using suggestions from autopep8Craig Rodrigues2015-12-011-12/+12
* Strip trailinig spaces and expand tabs.Matěj Cepl2015-11-191-11/+11
* Fixed invalid variable nameHugo Castilho2015-10-031-1/+1
* Bug 12762, added ASN1_UTCTIME.get_datetime and set_datetime, by Pavel Shramov.Heikki Toivonen2009-03-301-0/+77
* Removed RCS_id, RCS_ID and _RCS_id from Python files. UnneededHeikki Toivonen2006-03-201-2/+0
* 0 is better default flag for ASN1_String.as_text()Heikki Toivonen2006-03-091-1/+1
* X509_Name and ASN1_String as_text (new to ASN1_String) takeHeikki Toivonen2006-03-081-1/+6
* Bug 3805, do not access global objects from __del__ methodsHeikki Toivonen2005-08-231-44/+22
* Fix $ mess (diff always shows changes).Heikki Toivonen2005-06-091-1/+1
* Bug 1701, eliminate C pointers from interfaces and use M2Crypto objects inste...Heikki Toivonen2005-05-171-4/+25
* PyLint found that ANS1_Object has no asn1 member - it is asn1obj instead.Heikki Toivonen2005-05-031-1/+1
* *** empty log message ***Ng Pheng Siong2004-04-091-88/+87
* *** empty log message ***Ng Pheng Siong2004-03-211-8/+105
* Prepare for import into CVS.Ng Pheng Siong2002-12-231-4/+3
* Initial revisionNg Pheng Siong2000-02-231-0/+18