summaryrefslogtreecommitdiff
path: root/M2Crypto/EVP.py
Commit message (Expand)AuthorAgeFilesLines
* Move project to src/ layoutMatěj Cepl2021-01-141-582/+0
* Only use DigestSign() and DigestUpdate() with OpenSSL >= 1.1.1Casey Deccio2020-11-211-0/+10
* Remove support for CentOS 6 and Python 2.6Matěj Cepl2020-11-201-3/+4
* Add support for DigestSign* and DigestVerify*Casey Deccio2020-11-201-4/+108
* Replace all old-style classes with the new onesMatěj Cepl2018-03-131-4/+4
* SSL package: Port to python3Matěj Cepl2018-02-081-1/+1
* Add exception sending for bio_new_file and bio_free.Matěj Cepl2017-10-301-9/+5
* Add exceptions to pkey_get1_rsa function.Matěj Cepl2017-10-301-2/+0
* Add exception for get_digestbynameMatěj Cepl2017-10-301-3/+1
* Change JavaDoc parameters to the Sphinx convention.Matěj Cepl2017-09-201-56/+64
* Use context managers instead of leaking open file descriptors.Matěj Cepl2016-07-121-2/+2
* M2Crypto.EVP: Add PEP-484 type hints in comments.Matěj Cepl2016-06-171-40/+47
* Fix broken imports (and PEP8ization).Matěj Cepl2016-03-201-6/+16
* Use the new absolute import syntax to fix Python 3. [PEP 328]Craig Rodrigues2016-03-201-1/+3
* Fix formatCasey Deccio2016-02-021-1/+1
* Fallback to get_digestbyname()Casey Deccio2016-02-021-2/+7
* Add load_key_string_pubkey() functionCasey Deccio2016-02-021-0/+36
* Fix whitespace using suggestions from autopep8Craig Rodrigues2015-12-011-9/+8
* Strip trailinig spaces and expand tabs.Matěj Cepl2015-11-191-21/+21
* Fix syntax for raising exceptions for Python 3. [PEP 3109] [PEP 0352]Craig Rodrigues2015-11-141-7/+7
* Bug 12445, added support for disabling padding when using RSA encryption, by ...Heikki Toivonen2009-07-221-1/+5
* Bug 12713, do not raise str exceptions:Heikki Toivonen2009-02-061-3/+3
* Bug 12591, comment fix from Miloslav Trmac.Heikki Toivonen2009-02-011-1/+2
* Bug 11686, EVP.PKey.get_rsa() now returns RSA_pub, which fixes segmentation f...Heikki Toivonen2008-08-231-1/+1
* Bug 7973, PKey.verify_final needs sign parameter.Heikki Toivonen2007-06-201-2/+3
* Trying to raise the EVP exception from digest_final, cipher_init, cipher_upda...Heikki Toivonen2007-06-141-0/+5
* Epydoc documentation fixes.Heikki Toivonen2007-06-081-2/+2
* Added EVP.pbkdf2 to derive key from password.Heikki Toivonen2007-03-101-1/+18
* Bug 7036, added PKey.get_modulus, X509.get_fingerprint, X509_Name.as_der andHeikki Toivonen2006-12-061-0/+6
* Bug 5501, added sign and verify methods to RSA and get_rsa to PKey,Heikki Toivonen2006-04-271-1/+13
* Bug 3690, added sha224, sha256, sha384 and sha512, patch by Larry Bugbee.Heikki Toivonen2006-03-251-12/+12
* Removed RCS_id, RCS_ID and _RCS_id from Python files. UnneededHeikki Toivonen2006-03-201-2/+0
* Bug 5319, digest_update and verify_update return typesHeikki Toivonen2006-03-071-3/+9
* The free function should be in the class scope.Heikki Toivonen2006-03-011-2/+2
* Bug 4782, enhancements to EVP and X509 so that we can deal withHeikki Toivonen2006-03-011-0/+14
* Bug 3805, do not access global objects from __del__ methodsHeikki Toivonen2005-08-231-12/+25
* Really implement pkey_write_pem so that EVP.PKey_save_key_bio works, this is ...Heikki Toivonen2005-06-031-3/+4
* Bug 3094, replace more raw pointers from interfaces withHeikki Toivonen2005-06-011-7/+4
* Bug 1542, need to be able to assign RSA into EVP so that the RSA object can b...Heikki Toivonen2004-08-191-5/+17
* *** empty log message ***Ng Pheng Siong2004-04-121-10/+196
* Set default salt to '12345678'.Ng Pheng Siong2003-10-261-2/+2
* *** empty log message ***Ng Pheng Siong2003-05-111-1/+7
* Prepare for import into CVS.Ng Pheng Siong2002-12-231-4/+3
* Added support for ZSmime.Ng Pheng Siong2000-05-071-2/+7
* PKey now works.Ng Pheng Siong2000-04-011-7/+33
* More informational error messages.Ng Pheng Siong2000-02-251-14/+19
* Reduced namespace clutter.Ng Pheng Siong2000-02-011-90/+82
* HMAC.Ng Pheng Siong1999-09-121-61/+102
* Initial revisionNg Pheng Siong1999-08-161-0/+61