summaryrefslogtreecommitdiff
path: root/tests/test_evp.py
Commit message (Expand)AuthorAgeFilesLines
* Changed required to pass tests on OpenSSL 3.0Petr Mensik2023-02-041-4/+9
* Fedora-based distros don't seem to like secp112r1.Matěj Cepl2023-02-031-3/+3
* Add functionality to extract EC key from public key + Update testsMohd Saquib2023-02-031-2/+59
* Remove use of parameterized in favour of unittest.subTest.Matěj Cepl2023-02-011-72/+80
* Replace 'from . import' with absolute imports.Matěj Cepl2021-01-141-1/+1
* Use parametrized to create parametrized tests.Matěj Cepl2020-12-031-83/+89
* Mass removal of deprecated constructs.Matěj Cepl2020-12-021-5/+5
* Only use DigestSign() and DigestUpdate() with OpenSSL >= 1.1.1Casey Deccio2020-11-211-0/+2
* Add support for DigestSign* and DigestVerify*Casey Deccio2020-11-201-0/+54
* NULL is legal argument for key and iv paramters of EVP_CipherInit(3)Matěj Cepl2020-01-291-0/+5
* Fix openssl 1.1 devel installation.Matěj Cepl2018-11-081-1/+0
* PEP8isationMatěj Cepl2018-03-201-6/+2
* Enable skipped tests in test_evp.EVPTestCaseMatěj Cepl2018-02-061-9/+6
* Python 3.3 does not work with codecs.decode() for bytes.Matěj Cepl2018-02-051-4/+3
* Add exception for get_digestbynameMatěj Cepl2017-10-301-1/+2
* Remove superfluous logging and clean up comments.Matěj Cepl2017-03-241-8/+0
* test_{dh,dsa,rc4,evp,bio_membuf}: proper use of bytes, str, and hashlibMichal Vyskocil2017-03-161-6/+6
* Be a bit more easy on loggingMatěj Cepl2016-10-301-1/+11
* Add EVP.PKey().assign_rsa() capture=False parameterMatěj Cepl2016-10-301-1/+3
* Add tests.test_evp.EVPTestCase.test_pkey_verify_crashMatěj Cepl2016-10-291-0/+25
* M2Crypto.EVP: Add PEP-484 type hints in comments.Matěj Cepl2016-06-171-16/+16
* Fix EC testsMatěj Cepl2016-05-201-64/+69
* Replace util.py3k with six.PY3Matěj Cepl2016-05-121-14/+19
* Add more logging and clean some small PEP8 errors.Matěj Cepl2016-04-281-14/+19
* Fix broken imports (and PEP8ization).Matěj Cepl2016-03-201-59/+85
* Use the new absolute import syntax to fix Python 3. [PEP 328]Craig Rodrigues2016-03-201-1/+2
* Fallback to get_digestbyname()Casey Deccio2016-02-021-0/+13
* Expose openssl's EVP::get_digestbyname() functionCasey Deccio2016-02-021-0/+3
* Add load_key_string_pubkey() functionCasey Deccio2016-02-021-0/+20
* Addition of tests for AES CTR modeMatthew Sullivan2015-12-211-0/+37
* Add support for AES CTR (counter) modeMatthew Sullivan2015-12-171-3/+3
* Merge branch 'mr/31'Matěj Cepl2015-12-021-2/+2
|\
| * Use assertEqual() instead of assertEquals()Craig Rodrigues2015-12-011-2/+2
* | Fix whitespace using suggestions from autopep8Craig Rodrigues2015-12-011-53/+52
|/
* Strip trailinig spaces and expand tabs.Matěj Cepl2015-11-191-42/+42
* Remove more plain assertsMatěj Cepl2015-11-181-26/+41
* Replace backticks with repr() for Python 3. [PEP 3099]Craig Rodrigues2015-11-161-8/+8
* Fix exception handling syntax for Python 3. [PEP-3110]Craig Rodrigues2015-11-131-2/+2
* Change self.assertRaises to context managers.Matěj Cepl2015-10-271-23/+33
* Fix M2Crypto in FIPS mode.Miloslav Trmač2015-10-131-7/+7
* Switch unit testing to have at least 2.7 unittest API available.Matěj Cepl2015-10-131-1/+5
* Bug 12742, better fix for FIPS mode issues by Miloslav Trmac.Heikki Toivonen2009-07-221-21/+29
* Bug 12445, added support for disabling padding when using RSA encryption, by ...Heikki Toivonen2009-07-221-2/+23
* x509_crl_new was not wrapped, as I found when writing more coverage tests; no...Heikki Toivonen2009-02-231-1/+8
* Add tests for RC4 and improve test coverage of other modules.Heikki Toivonen2009-02-221-0/+1
* Try to test idea and rc5 ciphers.Heikki Toivonen2009-02-091-2/+18
* Bug 12713, do not raise str exceptions:Heikki Toivonen2009-02-061-1/+9
* Work-in-progress towards bug 12392, test coverage going from 72% to 75%.Heikki Toivonen2008-09-301-0/+86
* Bug 11686, EVP.PKey.get_rsa() now returns RSA_pub, which fixes segmentation f...Heikki Toivonen2008-08-231-3/+7
* Bug 7973, PKey.verify_final needs sign parameter.Heikki Toivonen2007-06-201-0/+28