summaryrefslogtreecommitdiff
path: root/SWIG/_asn1.i
Commit message (Expand)AuthorAgeFilesLines
* Move project to src/ layoutMatěj Cepl2021-01-141-209/+0
* Handle set_serial overflow on python 2.6Daniel Wozniak2018-10-031-3/+5
* Fix py2 testsDaniel Wozniak2018-10-021-6/+4
* Centeralize py3 compatDaniel Wozniak2018-10-021-17/+0
* Fix asn1_integer_set metho used by x509 serialDaniel Wozniak2018-10-021-2/+18
* Replace use of PyString_AsString by PyUnicode_AsUTF8 shim provided by Python.Matěj Cepl2018-02-081-0/+4
* Fixing PyBytesMatěj Cepl2017-10-301-9/+0
* Simplify and clean code, remove some code that deals with py2.5 and openssl <...Martin Paljak2017-10-051-2/+2
* Make sure that every exceptional return throws and exception and vice versa.Matěj Cepl2017-10-051-8/+4
* Removed deprecated constants -- not used anywhere in M2CryptoJim Carroll2017-09-151-2/+0
* Replace ASN1_UTCTIME with ASN1_TIME which supports both UTCTime andAndrew Waters2016-10-141-16/+16
* Add missing ASN1_STRFLGS_* constants to compiled module.Matěj Cepl2016-07-121-0/+4
* ASN1: clean indentation in _asn1.i and PEP8ization.Matěj Cepl2016-06-201-1/+2
* Work with bytes() and str() on py3k and py2k alternatively.Matěj Cepl2016-05-201-3/+18
* Part of bug 11693, taking out the fast code path because it was not working o...Heikki Toivonen2009-07-281-3/+0
* Bug 12775, allow more blocking OpenSSL functions to run without GIL, by Milos...Heikki Toivonen2009-07-241-0/+3
* Bug 11693, ASN1_INTEGERs can now be larger than fits in an int, for example t...Heikki Toivonen2009-07-241-4/+94
* Bug 7521, 64-bit corretness fixes, original patch by Miloslav Trmac.Heikki Toivonen2007-05-081-3/+9
* asn1_string_set can take a python string, which makes itHeikki Toivonen2006-03-091-0/+15
* X509_Name and ASN1_String as_text (new to ASN1_String) takeHeikki Toivonen2006-03-081-0/+16
* Bug 5365, fix swig warnings (%name to %rename).Heikki Toivonen2006-03-081-29/+48
* Support OpenSSL up to version 0.9.8.Heikki Toivonen2005-07-291-3/+3
* 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-0/+1
* Some (X)Emacs formatting hints.Heikki Toivonen2005-05-141-0/+1
* *** empty log message ***Ng Pheng Siong2004-04-091-1/+14
* *** empty log message ***Ng Pheng Siong2004-03-211-5/+28
* *** empty log message ***Ng Pheng Siong2003-06-221-0/+17