| Commit message (Expand) | Author | Age | Files | Lines |
* | Migrated to m2.rsa_set_en_bin() and m2.rsa_set_en() | Jim Carroll | 2017-09-15 | 1 | -3/+3 |
* | Elimination of all open() statements w/o context managers. | Matěj Cepl | 2016-12-15 | 1 | -1/+2 |
* | M2Crypto.RSA: Add PEP-484 type hints in comments. | Matěj Cepl | 2016-06-17 | 1 | -27/+23 |
* | Replace util.py3k with six.PY3 | Matěj Cepl | 2016-05-12 | 1 | -4/+6 |
* | Use the new absolute import syntax to fix Python 3. [PEP 328] | Craig Rodrigues | 2016-03-20 | 1 | -1/+2 |
* | Setup logging. | Matěj Cepl | 2016-03-20 | 1 | -0/+6 |
* | Use assertEqual() instead of assertEquals() | Craig Rodrigues | 2015-12-01 | 1 | -1/+1 |
* | Remove more plain asserts | Matěj Cepl | 2015-11-18 | 1 | -20/+28 |
* | Replace deprecated md5 and sha libs with hashlib. | Matěj Cepl | 2015-11-02 | 1 | -34/+30 |
* | Change self.assertRaises to context managers. | Matěj Cepl | 2015-10-27 | 1 | -31/+51 |
* | Pure whitespace changes ... NOOP difference | Matěj Cepl | 2015-10-27 | 1 | -32/+36 |
* | Fix M2Crypto in FIPS mode. | Miloslav Trmač | 2015-10-13 | 1 | -5/+8 |
* | Switch unit testing to have at least 2.7 unittest API available. | Matěj Cepl | 2015-10-13 | 1 | -1/+5 |
* | Bug 12894, (Re)Enable configuration and use with OpenSSL 0.9.7g and older by ... | Heikki Toivonen | 2009-10-06 | 1 | -36/+37 |
* | Part of bug 12442, make C code follow the way fips_rsa_sign.c does it in Open... | Heikki Toivonen | 2009-07-28 | 1 | -14/+25 |
* | Bug 12742, better fix for FIPS mode issues by Miloslav Trmac. | Heikki Toivonen | 2009-07-22 | 1 | -11/+11 |
* | Bug 12442, added support for RSASSA-PSS signing and verifying, patch by Konio... | Heikki Toivonen | 2009-07-22 | 1 | -0/+28 |
* | Bug 12742, let's see if we can get rid of assertions that stop tests prematur... | Heikki Toivonen | 2009-04-08 | 1 | -4/+4 |
* | Add tests for RC4 and improve test coverage of other modules. | Heikki Toivonen | 2009-02-22 | 1 | -0/+5 |
* | Bug 11686, EVP.PKey.get_rsa() now returns RSA_pub, which fixes segmentation f... | Heikki Toivonen | 2008-08-23 | 1 | -3/+20 |
* | Make all test methods start with test_, so that running individual suites works, | Heikki Toivonen | 2006-12-15 | 1 | -20/+20 |
* | Bug 7077, test command to setup.py. setuptools are now required to run unit t... | Heikki Toivonen | 2006-12-06 | 1 | -4/+4 |
* | Since OpenSSL didn't get sha224-512 until 0.9.8, set the | Heikki Toivonen | 2006-05-02 | 1 | -4/+7 |
* | Bug 5501, added sign and verify methods to RSA and get_rsa to PKey, | Heikki Toivonen | 2006-04-27 | 1 | -2/+85 |
* | Removed RCS_id, RCS_ID and _RCS_id from Python files. Unneeded | Heikki Toivonen | 2006-03-20 | 1 | -2/+0 |
* | Fix $ mess (diff always shows changes). | Heikki Toivonen | 2005-06-09 | 1 | -1/+1 |
* | Prepare for import into CVS. | Ng Pheng Siong | 2002-12-23 | 1 | -15/+45 |
* | Initial revision | Ng Pheng Siong | 2000-11-19 | 1 | -0/+109 |