| Commit message (Expand) | Author | Age | Files | Lines |
* | NULL is legal argument for key and iv paramters of EVP_CipherInit(3) | Matěj Cepl | 2020-01-29 | 1 | -0/+5 |
* | Fix openssl 1.1 devel installation. | Matěj Cepl | 2018-11-08 | 1 | -1/+0 |
* | PEP8isation | Matěj Cepl | 2018-03-20 | 1 | -6/+2 |
* | Enable skipped tests in test_evp.EVPTestCase | Matěj Cepl | 2018-02-06 | 1 | -9/+6 |
* | Python 3.3 does not work with codecs.decode() for bytes. | Matěj Cepl | 2018-02-05 | 1 | -4/+3 |
* | Add exception for get_digestbyname | Matěj Cepl | 2017-10-30 | 1 | -1/+2 |
* | Remove superfluous logging and clean up comments. | Matěj Cepl | 2017-03-24 | 1 | -8/+0 |
* | test_{dh,dsa,rc4,evp,bio_membuf}: proper use of bytes, str, and hashlib | Michal Vyskocil | 2017-03-16 | 1 | -6/+6 |
* | Be a bit more easy on logging | Matěj Cepl | 2016-10-30 | 1 | -1/+11 |
* | Add EVP.PKey().assign_rsa() capture=False parameter | Matěj Cepl | 2016-10-30 | 1 | -1/+3 |
* | Add tests.test_evp.EVPTestCase.test_pkey_verify_crash | Matěj Cepl | 2016-10-29 | 1 | -0/+25 |
* | M2Crypto.EVP: Add PEP-484 type hints in comments. | Matěj Cepl | 2016-06-17 | 1 | -16/+16 |
* | Fix EC tests | Matěj Cepl | 2016-05-20 | 1 | -64/+69 |
* | Replace util.py3k with six.PY3 | Matěj Cepl | 2016-05-12 | 1 | -14/+19 |
* | Add more logging and clean some small PEP8 errors. | Matěj Cepl | 2016-04-28 | 1 | -14/+19 |
* | Fix broken imports (and PEP8ization). | Matěj Cepl | 2016-03-20 | 1 | -59/+85 |
* | Use the new absolute import syntax to fix Python 3. [PEP 328] | Craig Rodrigues | 2016-03-20 | 1 | -1/+2 |
* | Fallback to get_digestbyname() | Casey Deccio | 2016-02-02 | 1 | -0/+13 |
* | Expose openssl's EVP::get_digestbyname() function | Casey Deccio | 2016-02-02 | 1 | -0/+3 |
* | Add load_key_string_pubkey() function | Casey Deccio | 2016-02-02 | 1 | -0/+20 |
* | Addition of tests for AES CTR mode | Matthew Sullivan | 2015-12-21 | 1 | -0/+37 |
* | Add support for AES CTR (counter) mode | Matthew Sullivan | 2015-12-17 | 1 | -3/+3 |
* | Merge branch 'mr/31' | Matěj Cepl | 2015-12-02 | 1 | -2/+2 |
|\ |
|
| * | Use assertEqual() instead of assertEquals() | Craig Rodrigues | 2015-12-01 | 1 | -2/+2 |
* | | Fix whitespace using suggestions from autopep8 | Craig Rodrigues | 2015-12-01 | 1 | -53/+52 |
|/ |
|
* | Strip trailinig spaces and expand tabs. | Matěj Cepl | 2015-11-19 | 1 | -42/+42 |
* | Remove more plain asserts | Matěj Cepl | 2015-11-18 | 1 | -26/+41 |
* | Replace backticks with repr() for Python 3. [PEP 3099] | Craig Rodrigues | 2015-11-16 | 1 | -8/+8 |
* | Fix exception handling syntax for Python 3. [PEP-3110] | Craig Rodrigues | 2015-11-13 | 1 | -2/+2 |
* | Change self.assertRaises to context managers. | Matěj Cepl | 2015-10-27 | 1 | -23/+33 |
* | Fix M2Crypto in FIPS mode. | Miloslav Trmač | 2015-10-13 | 1 | -7/+7 |
* | Switch unit testing to have at least 2.7 unittest API available. | Matěj Cepl | 2015-10-13 | 1 | -1/+5 |
* | Bug 12742, better fix for FIPS mode issues by Miloslav Trmac. | Heikki Toivonen | 2009-07-22 | 1 | -21/+29 |
* | Bug 12445, added support for disabling padding when using RSA encryption, by ... | Heikki Toivonen | 2009-07-22 | 1 | -2/+23 |
* | x509_crl_new was not wrapped, as I found when writing more coverage tests; no... | Heikki Toivonen | 2009-02-23 | 1 | -1/+8 |
* | Add tests for RC4 and improve test coverage of other modules. | Heikki Toivonen | 2009-02-22 | 1 | -0/+1 |
* | Try to test idea and rc5 ciphers. | Heikki Toivonen | 2009-02-09 | 1 | -2/+18 |
* | Bug 12713, do not raise str exceptions: | Heikki Toivonen | 2009-02-06 | 1 | -1/+9 |
* | Work-in-progress towards bug 12392, test coverage going from 72% to 75%. | Heikki Toivonen | 2008-09-30 | 1 | -0/+86 |
* | Bug 11686, EVP.PKey.get_rsa() now returns RSA_pub, which fixes segmentation f... | Heikki Toivonen | 2008-08-23 | 1 | -3/+7 |
* | Bug 7973, PKey.verify_final needs sign parameter. | Heikki Toivonen | 2007-06-20 | 1 | -0/+28 |
* | Trying to raise the EVP exception from digest_final, cipher_init, cipher_upda... | Heikki Toivonen | 2007-06-14 | 1 | -1/+32 |
* | Test AES test vectors from RFC 3602. | Heikki Toivonen | 2007-03-23 | 1 | -0/+53 |
* | Added EVP.pbkdf2 to derive key from password. | Heikki Toivonen | 2007-03-10 | 1 | -0/+20 |
* | Make all test methods start with test_, so that running individual suites works, | Heikki Toivonen | 2006-12-15 | 1 | -13/+13 |
* | Bug 7036, added PKey.get_modulus, X509.get_fingerprint, X509_Name.as_der and | Heikki Toivonen | 2006-12-06 | 1 | -0/+9 |
* | Forgot to import m2. | Heikki Toivonen | 2006-05-04 | 1 | -1/+1 |
* | 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 | -3/+41 |
* | Bug 3236, EVP.Cipher can now be used with aes_* ciphers. They | Heikki Toivonen | 2006-03-29 | 1 | -3/+57 |