| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace all old-style classes with the new ones | Matěj Cepl | 2018-03-13 | 1 | -4/+4 |
* | SSL package: Port to python3 | Matěj Cepl | 2018-02-08 | 1 | -1/+1 |
* | Add exception sending for bio_new_file and bio_free. | Matěj Cepl | 2017-10-30 | 1 | -9/+5 |
* | Add exceptions to pkey_get1_rsa function. | Matěj Cepl | 2017-10-30 | 1 | -2/+0 |
* | Add exception for get_digestbyname | Matěj Cepl | 2017-10-30 | 1 | -3/+1 |
* | Change JavaDoc parameters to the Sphinx convention. | Matěj Cepl | 2017-09-20 | 1 | -56/+64 |
* | Use context managers instead of leaking open file descriptors. | Matěj Cepl | 2016-07-12 | 1 | -2/+2 |
* | M2Crypto.EVP: Add PEP-484 type hints in comments. | Matěj Cepl | 2016-06-17 | 1 | -40/+47 |
* | Fix broken imports (and PEP8ization). | Matěj Cepl | 2016-03-20 | 1 | -6/+16 |
* | Use the new absolute import syntax to fix Python 3. [PEP 328] | Craig Rodrigues | 2016-03-20 | 1 | -1/+3 |
* | Fix format | Casey Deccio | 2016-02-02 | 1 | -1/+1 |
* | Fallback to get_digestbyname() | Casey Deccio | 2016-02-02 | 1 | -2/+7 |
* | Add load_key_string_pubkey() function | Casey Deccio | 2016-02-02 | 1 | -0/+36 |
* | Fix whitespace using suggestions from autopep8 | Craig Rodrigues | 2015-12-01 | 1 | -9/+8 |
* | Strip trailinig spaces and expand tabs. | Matěj Cepl | 2015-11-19 | 1 | -21/+21 |
* | Fix syntax for raising exceptions for Python 3. [PEP 3109] [PEP 0352] | Craig Rodrigues | 2015-11-14 | 1 | -7/+7 |
* | Bug 12445, added support for disabling padding when using RSA encryption, by ... | Heikki Toivonen | 2009-07-22 | 1 | -1/+5 |
* | Bug 12713, do not raise str exceptions: | Heikki Toivonen | 2009-02-06 | 1 | -3/+3 |
* | Bug 12591, comment fix from Miloslav Trmac. | Heikki Toivonen | 2009-02-01 | 1 | -1/+2 |
* | Bug 11686, EVP.PKey.get_rsa() now returns RSA_pub, which fixes segmentation f... | Heikki Toivonen | 2008-08-23 | 1 | -1/+1 |
* | Bug 7973, PKey.verify_final needs sign parameter. | Heikki Toivonen | 2007-06-20 | 1 | -2/+3 |
* | Trying to raise the EVP exception from digest_final, cipher_init, cipher_upda... | Heikki Toivonen | 2007-06-14 | 1 | -0/+5 |
* | Epydoc documentation fixes. | Heikki Toivonen | 2007-06-08 | 1 | -2/+2 |
* | Added EVP.pbkdf2 to derive key from password. | Heikki Toivonen | 2007-03-10 | 1 | -1/+18 |
* | Bug 7036, added PKey.get_modulus, X509.get_fingerprint, X509_Name.as_der and | Heikki Toivonen | 2006-12-06 | 1 | -0/+6 |
* | Bug 5501, added sign and verify methods to RSA and get_rsa to PKey, | Heikki Toivonen | 2006-04-27 | 1 | -1/+13 |
* | Bug 3690, added sha224, sha256, sha384 and sha512, patch by Larry Bugbee. | Heikki Toivonen | 2006-03-25 | 1 | -12/+12 |
* | Removed RCS_id, RCS_ID and _RCS_id from Python files. Unneeded | Heikki Toivonen | 2006-03-20 | 1 | -2/+0 |
* | Bug 5319, digest_update and verify_update return types | Heikki Toivonen | 2006-03-07 | 1 | -3/+9 |
* | The free function should be in the class scope. | Heikki Toivonen | 2006-03-01 | 1 | -2/+2 |
* | Bug 4782, enhancements to EVP and X509 so that we can deal with | Heikki Toivonen | 2006-03-01 | 1 | -0/+14 |
* | Bug 3805, do not access global objects from __del__ methods | Heikki Toivonen | 2005-08-23 | 1 | -12/+25 |
* | Really implement pkey_write_pem so that EVP.PKey_save_key_bio works, this is ... | Heikki Toivonen | 2005-06-03 | 1 | -3/+4 |
* | Bug 3094, replace more raw pointers from interfaces with | Heikki Toivonen | 2005-06-01 | 1 | -7/+4 |
* | Bug 1542, need to be able to assign RSA into EVP so that the RSA object can b... | Heikki Toivonen | 2004-08-19 | 1 | -5/+17 |
* | *** empty log message *** | Ng Pheng Siong | 2004-04-12 | 1 | -10/+196 |
* | Set default salt to '12345678'. | Ng Pheng Siong | 2003-10-26 | 1 | -2/+2 |
* | *** empty log message *** | Ng Pheng Siong | 2003-05-11 | 1 | -1/+7 |
* | Prepare for import into CVS. | Ng Pheng Siong | 2002-12-23 | 1 | -4/+3 |
* | Added support for ZSmime. | Ng Pheng Siong | 2000-05-07 | 1 | -2/+7 |
* | PKey now works. | Ng Pheng Siong | 2000-04-01 | 1 | -7/+33 |
* | More informational error messages. | Ng Pheng Siong | 2000-02-25 | 1 | -14/+19 |
* | Reduced namespace clutter. | Ng Pheng Siong | 2000-02-01 | 1 | -90/+82 |
* | HMAC. | Ng Pheng Siong | 1999-09-12 | 1 | -61/+102 |
* | Initial revision | Ng Pheng Siong | 1999-08-16 | 1 | -0/+61 |