summaryrefslogtreecommitdiff
path: root/tests/test_rsa.py
Commit message (Expand)AuthorAgeFilesLines
* Changed required to pass tests on OpenSSL 3.0Petr Mensik2023-02-041-2/+9
* Fix according to the code review.Matěj Cepl2022-07-121-7/+6
* Mitigate the Bleichenbacher timing attacks in the RSA decryption API (CVE-202...Matěj Cepl2022-06-281-8/+7
* Make support of RSA_SSLV23_PADDING optional.Matěj Cepl2021-02-251-1/+3
* Use of RSA_SSLV23_PADDING has been deprecated.Matěj Cepl2021-02-191-5/+0
* Replace 'from . import' with absolute imports.Matěj Cepl2021-01-141-1/+1
* Mass removal of deprecated constructs.Matěj Cepl2020-12-021-2/+2
* tests.test_rsa: Fix typo to match for proper exceptionSebastian Andrzej Siewior2019-06-081-1/+1
* Limit tests.test_rsa.RSATestCase.test_public_encrypt just to OpenSSL which su...Matěj Cepl2019-06-071-3/+5
* Remove duplicate call of the error code.Matěj Cepl2019-06-071-2/+0
* PEP8isationMatěj Cepl2018-03-201-5/+1
* Restore RSA testsMatěj Cepl2018-02-061-5/+6
* restore backwards compatibility for rsa_set_e and rsa_set_nHubert Kario2017-09-291-0/+31
* Migrated to m2.rsa_set_en_bin() and m2.rsa_set_en()Jim Carroll2017-09-151-3/+3
* Elimination of all open() statements w/o context managers.Matěj Cepl2016-12-151-1/+2
* M2Crypto.RSA: Add PEP-484 type hints in comments.Matěj Cepl2016-06-171-27/+23
* Replace util.py3k with six.PY3Matěj Cepl2016-05-121-4/+6
* Use the new absolute import syntax to fix Python 3. [PEP 328]Craig Rodrigues2016-03-201-1/+2
* Setup logging.Matěj Cepl2016-03-201-0/+6
* Use assertEqual() instead of assertEquals()Craig Rodrigues2015-12-011-1/+1
* Remove more plain assertsMatěj Cepl2015-11-181-20/+28
* Replace deprecated md5 and sha libs with hashlib.Matěj Cepl2015-11-021-34/+30
* Change self.assertRaises to context managers.Matěj Cepl2015-10-271-31/+51
* Pure whitespace changes ... NOOP differenceMatěj Cepl2015-10-271-32/+36
* Fix M2Crypto in FIPS mode.Miloslav Trmač2015-10-131-5/+8
* Switch unit testing to have at least 2.7 unittest API available.Matěj Cepl2015-10-131-1/+5
* Bug 12894, (Re)Enable configuration and use with OpenSSL 0.9.7g and older by ...Heikki Toivonen2009-10-061-36/+37
* Part of bug 12442, make C code follow the way fips_rsa_sign.c does it in Open...Heikki Toivonen2009-07-281-14/+25
* Bug 12742, better fix for FIPS mode issues by Miloslav Trmac.Heikki Toivonen2009-07-221-11/+11
* Bug 12442, added support for RSASSA-PSS signing and verifying, patch by Konio...Heikki Toivonen2009-07-221-0/+28
* Bug 12742, let's see if we can get rid of assertions that stop tests prematur...Heikki Toivonen2009-04-081-4/+4
* Add tests for RC4 and improve test coverage of other modules.Heikki Toivonen2009-02-221-0/+5
* Bug 11686, EVP.PKey.get_rsa() now returns RSA_pub, which fixes segmentation f...Heikki Toivonen2008-08-231-3/+20
* Make all test methods start with test_, so that running individual suites works,Heikki Toivonen2006-12-151-20/+20
* Bug 7077, test command to setup.py. setuptools are now required to run unit t...Heikki Toivonen2006-12-061-4/+4
* Since OpenSSL didn't get sha224-512 until 0.9.8, set theHeikki Toivonen2006-05-021-4/+7
* Bug 5501, added sign and verify methods to RSA and get_rsa to PKey,Heikki Toivonen2006-04-271-2/+85
* Removed RCS_id, RCS_ID and _RCS_id from Python files. UnneededHeikki Toivonen2006-03-201-2/+0
* Fix $ mess (diff always shows changes).Heikki Toivonen2005-06-091-1/+1
* Prepare for import into CVS.Ng Pheng Siong2002-12-231-15/+45
* Initial revisionNg Pheng Siong2000-11-191-0/+109