summaryrefslogtreecommitdiff
path: root/SWIG/_pkcs7.i
Commit message (Expand)AuthorAgeFilesLines
* Fixing PyBytesMatěj Cepl2017-10-301-8/+0
* Adding proper exceptions to couple of pkcs7_* functions.Matěj Cepl2017-10-301-22/+44
* Replace complicated PyErr_SetString construct with our own functoin (m2_PyErr...Matěj Cepl2017-09-291-6/+6
* Suppress swig warning 454 about variable may leak memory.Jim Carroll2017-09-151-0/+2
* Add possibility to sign PKCS7 with a non-default digest.Konstantin Shemyak2016-11-281-6/+20
* Work with bytes() and str() on py3k and py2k alternatively.Matěj Cepl2016-05-201-5/+17
* Fix build with SWIG 3.0.5Miloslav Trmač2015-10-131-0/+1
* Bug 12935, 0.20 started releasing Python locks even around some operations thatHeikki Toivonen2010-02-131-3/+5
* Support OpenSSL 1.0. Thanks to Miloslav Trmac for figuring out how to fix tes...Heikki Toivonen2010-02-131-10/+12
* Bug 12775, allow more blocking OpenSSL functions to run without GIL, by Milos...Heikki Toivonen2009-07-241-1/+37
* Bug 12417, add m2.pkcs7_add_certificate to enable including additional certif...Heikki Toivonen2009-07-221-0/+2
* Fixed SMIME.verify to raise the correct PKCS7_Error (used to raise SMIME_Error)Heikki Toivonen2008-07-221-2/+1
* Bug 7795, added back PKCS7.get0_signers (which was removed in 0.16 due to alw...Heikki Toivonen2007-06-081-0/+5
* Bug 5929, SMIME.smime_load_pkcs7_bio failed with memory BIO.Heikki Toivonen2006-09-061-14/+22
* Removed pkcs7_get0_signers because it was not implementedHeikki Toivonen2006-04-241-4/+0
* Bug 5318, use PyMem_Malloc and other Python memory managementHeikki Toivonen2006-03-171-4/+4
* Bug 5365, fix swig warnings (%name to %rename).Heikki Toivonen2006-03-081-2/+4
* Changing exception that is raised when PyTuple_New() fails.Heikki Toivonen2006-03-041-1/+1
* Raise an SMIME exception when an SMIME error happens.Heikki Toivonen2006-03-011-1/+1
* Raise correct exceptions instead of relying on SystemErrorHeikki Toivonen2006-02-251-2/+10
* Make Id keyword expand in Subversion.Heikki Toivonen2005-06-031-1/+1
* git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@245 2715db39-9adf-031...Ng Pheng Siong2004-11-171-2/+4
* *** empty log message ***Ng Pheng Siong2003-10-261-1/+6
* *** empty log message ***Ng Pheng Siong2003-06-221-0/+174