summaryrefslogtreecommitdiff
path: root/M2Crypto/SMIME.py
Commit message (Expand)AuthorAgeFilesLines
* Move project to src/ layoutMatěj Cepl2021-01-141-291/+0
* Remove support for CentOS 6 and Python 2.6Matěj Cepl2020-11-201-2/+2
* Replace all old-style classes with the new onesMatěj Cepl2018-03-131-5/+5
* Wean off AppLink API'sDaniel A. Wozniak2018-02-231-1/+1
* Whitespace problems.Matěj Cepl2018-02-051-2/+3
* Add exception sending for bio_new_file and bio_free.Matěj Cepl2017-10-301-18/+4
* It is unnecessary for SMIME.smime_load_pkcs7 to raise SMIME_Error.Matěj Cepl2017-10-301-2/+0
* Adding proper exceptions to couple of pkcs7_* functions.Matěj Cepl2017-10-301-18/+2
* Change JavaDoc parameters to the Sphinx convention.Matěj Cepl2017-09-201-1/+1
* Add methods to load DER-encoded PKCS#7 blobsNick Gaya2017-03-091-0/+24
* Clean up imports and PEP8izationMatěj Cepl2016-12-151-1/+1
* Add possibility to sign PKCS7 with a non-default digest.Konstantin Shemyak2016-11-281-4/+10
* SSL and SMIME modules: Add PEP-484 type hints in comments.Matěj Cepl2016-06-301-14/+50
* Fix broken imports (and PEP8ization).Matěj Cepl2016-03-201-15/+25
* 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-16/+15
* Strip trailinig spaces and expand tabs.Matěj Cepl2015-11-191-26/+26
* Fix syntax for raising exceptions for Python 3. [PEP 3109] [PEP 0352]Craig Rodrigues2015-11-141-8/+8
* Bug 12713, do not raise str exceptions:Heikki Toivonen2009-02-061-16/+15
* Bug 7795, added back PKCS7.get0_signers (which was removed in 0.16 due to alw...Heikki Toivonen2007-06-081-0/+5
* Fix minor import and indentation problems found with pylint.Heikki Toivonen2006-04-281-1/+1
* Removed SMIME.save_certs which was not implemented.Heikki Toivonen2006-04-251-3/+0
* Fixed load_pkcs7 (was always raising exceptions). FixedHeikki Toivonen2006-04-251-5/+13
* Removed pkcs7_get0_signers because it was not implementedHeikki Toivonen2006-04-241-3/+0
* Bug 3690, added sha224, sha256, sha384 and sha512, patch by Larry Bugbee.Heikki Toivonen2006-03-251-2/+2
* Removed RCS_id, RCS_ID and _RCS_id from Python files. UnneededHeikki Toivonen2006-03-201-2/+0
* Bug 3805, do not access global objects from __del__ methodsHeikki Toivonen2005-08-231-4/+7
* Fix $ mess (diff always shows changes).Heikki Toivonen2005-06-091-1/+1
* *** empty log message ***Ng Pheng Siong2003-10-261-6/+9
* Prepare for import into CVS.Ng Pheng Siong2002-12-231-10/+35
* Added support for ZSmime.Ng Pheng Siong2000-05-071-1/+7
* Miscellaneous enhancements.Ng Pheng Siong2000-04-171-3/+44
* Initial revisionNg Pheng Siong2000-04-011-0/+163