summaryrefslogtreecommitdiff
path: root/M2Crypto/RSA.py
Commit message (Expand)AuthorAgeFilesLines
* Move project to src/ layoutMatěj Cepl2021-01-141-466/+0
* Remove support for CentOS 6 and Python 2.6Matěj Cepl2020-11-201-2/+2
* Correct URL of https://www.schneier.com/academic/smime/Matěj Cepl2019-05-141-0/+3
* Replace all old-style classes with the new onesMatěj Cepl2018-03-131-2/+2
* MSVC expects C89 and declarations must be at the top of functionsMatěj Cepl2018-02-221-1/+1
* Prefer Err module over m2.err* functions.Matěj Cepl2018-02-081-2/+2
* Fix type comments of dynamic arguments.Matěj Cepl2017-09-271-4/+4
* Change JavaDoc parameters to the Sphinx convention.Matěj Cepl2017-09-201-80/+110
* Migrated to m2.rsa_set_en_bin() and m2.rsa_set_en()Jim Carroll2017-09-151-2/+1
* Use context managers instead of leaking open file descriptors.Matěj Cepl2016-07-121-10/+10
* M2Crypto.RSA: Add PEP-484 type hints in comments.Matěj Cepl2016-06-171-70/+51
* M2Crypto/RSA.py: Just PEP8ization.Matěj Cepl2016-05-201-13/+12
* Fix broken imports (and PEP8ization).Matěj Cepl2016-03-201-8/+14
* Correct name of the formal parameter.Matěj Cepl2016-03-201-1/+1
* Use the new absolute import syntax to fix Python 3. [PEP 328]Craig Rodrigues2016-03-201-1/+3
* Fix whitespace using suggestions from autopep8Craig Rodrigues2015-12-011-5/+3
* Strip trailinig spaces and expand tabs.Matěj Cepl2015-11-191-30/+30
* Remove use of tuple in function signature for Python 3. [PEP3113]Craig Rodrigues2015-11-161-1/+2
* Fix syntax for raising exceptions for Python 3. [PEP 3109] [PEP 0352]Craig Rodrigues2015-11-141-8/+7
* Bug 12894, (Re)Enable configuration and use with OpenSSL 0.9.7g and older by ...Heikki Toivonen2009-10-061-0/+4
* Part of bug 12442, make C code follow the way fips_rsa_sign.c does it in Open...Heikki Toivonen2009-07-281-12/+4
* Bug 12442, added support for RSASSA-PSS signing and verifying, patch by Konio...Heikki Toivonen2009-07-221-0/+58
* Bug 11686, EVP.PKey.get_rsa() now returns RSA_pub, which fixes segmentation f...Heikki Toivonen2008-08-231-4/+12
* Epydoc documentation fixes.Heikki Toivonen2007-06-081-4/+4
* Bug 5501, added sign and verify methods to RSA and get_rsa to PKey,Heikki Toivonen2006-04-271-0/+44
* 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-6/+6
* Fix $ mess (diff always shows changes).Heikki Toivonen2005-06-091-1/+1
* Bug 2846, let us get a PEM formatted RSA, patch from Conrad Steenberg.Heikki Toivonen2005-05-141-0/+10
* *** empty log message ***Ng Pheng Siong2004-04-121-44/+94
* *** empty log message ***Ng Pheng Siong2004-04-091-15/+41
* Permit saving an RSA private key in the clear.Ng Pheng Siong2003-09-271-4/+5
* Prepare for import into CVS.Ng Pheng Siong2002-12-231-27/+52
* Richer interface.Ng Pheng Siong2000-11-191-70/+187
* Handle memory deallocation from Python where necessary.Ng Pheng Siong2000-02-251-64/+77
* Clean up namespace.Ng Pheng Siong1999-09-121-39/+42
* Fixed imports.Ng Pheng Siong1999-08-181-8/+10
* Initial revisionNg Pheng Siong1999-08-161-0/+97