| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove support for CentOS 6 and Python 2.6 | Matěj Cepl | 2020-11-20 | 1 | -2/+2 |
* | Correct URL of https://www.schneier.com/academic/smime/ | Matěj Cepl | 2019-05-14 | 1 | -0/+3 |
* | Replace all old-style classes with the new ones | Matěj Cepl | 2018-03-13 | 1 | -2/+2 |
* | MSVC expects C89 and declarations must be at the top of functions | Matěj Cepl | 2018-02-22 | 1 | -1/+1 |
* | Prefer Err module over m2.err* functions. | Matěj Cepl | 2018-02-08 | 1 | -2/+2 |
* | Fix type comments of dynamic arguments. | Matěj Cepl | 2017-09-27 | 1 | -4/+4 |
* | Change JavaDoc parameters to the Sphinx convention. | Matěj Cepl | 2017-09-20 | 1 | -80/+110 |
* | Migrated to m2.rsa_set_en_bin() and m2.rsa_set_en() | Jim Carroll | 2017-09-15 | 1 | -2/+1 |
* | Use context managers instead of leaking open file descriptors. | Matěj Cepl | 2016-07-12 | 1 | -10/+10 |
* | M2Crypto.RSA: Add PEP-484 type hints in comments. | Matěj Cepl | 2016-06-17 | 1 | -70/+51 |
* | M2Crypto/RSA.py: Just PEP8ization. | Matěj Cepl | 2016-05-20 | 1 | -13/+12 |
* | Fix broken imports (and PEP8ization). | Matěj Cepl | 2016-03-20 | 1 | -8/+14 |
* | Correct name of the formal parameter. | Matěj Cepl | 2016-03-20 | 1 | -1/+1 |
* | Use the new absolute import syntax to fix Python 3. [PEP 328] | Craig Rodrigues | 2016-03-20 | 1 | -1/+3 |
* | Fix whitespace using suggestions from autopep8 | Craig Rodrigues | 2015-12-01 | 1 | -5/+3 |
* | Strip trailinig spaces and expand tabs. | Matěj Cepl | 2015-11-19 | 1 | -30/+30 |
* | Remove use of tuple in function signature for Python 3. [PEP3113] | Craig Rodrigues | 2015-11-16 | 1 | -1/+2 |
* | Fix syntax for raising exceptions for Python 3. [PEP 3109] [PEP 0352] | Craig Rodrigues | 2015-11-14 | 1 | -8/+7 |
* | Bug 12894, (Re)Enable configuration and use with OpenSSL 0.9.7g and older by ... | Heikki Toivonen | 2009-10-06 | 1 | -0/+4 |
* | Part of bug 12442, make C code follow the way fips_rsa_sign.c does it in Open... | Heikki Toivonen | 2009-07-28 | 1 | -12/+4 |
* | Bug 12442, added support for RSASSA-PSS signing and verifying, patch by Konio... | Heikki Toivonen | 2009-07-22 | 1 | -0/+58 |
* | Bug 11686, EVP.PKey.get_rsa() now returns RSA_pub, which fixes segmentation f... | Heikki Toivonen | 2008-08-23 | 1 | -4/+12 |
* | Epydoc documentation fixes. | Heikki Toivonen | 2007-06-08 | 1 | -4/+4 |
* | Bug 5501, added sign and verify methods to RSA and get_rsa to PKey, | Heikki Toivonen | 2006-04-27 | 1 | -0/+44 |
* | Removed RCS_id, RCS_ID and _RCS_id from Python files. Unneeded | Heikki Toivonen | 2006-03-20 | 1 | -2/+0 |
* | Bug 3805, do not access global objects from __del__ methods | Heikki Toivonen | 2005-08-23 | 1 | -6/+6 |
* | Fix $ mess (diff always shows changes). | Heikki Toivonen | 2005-06-09 | 1 | -1/+1 |
* | Bug 2846, let us get a PEM formatted RSA, patch from Conrad Steenberg. | Heikki Toivonen | 2005-05-14 | 1 | -0/+10 |
* | *** empty log message *** | Ng Pheng Siong | 2004-04-12 | 1 | -44/+94 |
* | *** empty log message *** | Ng Pheng Siong | 2004-04-09 | 1 | -15/+41 |
* | Permit saving an RSA private key in the clear. | Ng Pheng Siong | 2003-09-27 | 1 | -4/+5 |
* | Prepare for import into CVS. | Ng Pheng Siong | 2002-12-23 | 1 | -27/+52 |
* | Richer interface. | Ng Pheng Siong | 2000-11-19 | 1 | -70/+187 |
* | Handle memory deallocation from Python where necessary. | Ng Pheng Siong | 2000-02-25 | 1 | -64/+77 |
* | Clean up namespace. | Ng Pheng Siong | 1999-09-12 | 1 | -39/+42 |
* | Fixed imports. | Ng Pheng Siong | 1999-08-18 | 1 | -8/+10 |
* | Initial revision | Ng Pheng Siong | 1999-08-16 | 1 | -0/+97 |