summaryrefslogtreecommitdiff
path: root/M2Crypto/DSA.py
Commit message (Expand)AuthorAgeFilesLines
* Replace all old-style classes with the new onesMatěj Cepl2018-03-131-2/+2
* Add exceptions for dsa_generate_parameters, dsa_read_{params,pub_key,key}Matěj Cepl2017-10-191-8/+0
* Fix type comments of dynamic arguments.Matěj Cepl2017-09-271-1/+1
* Change JavaDoc parameters to the Sphinx convention.Matěj Cepl2017-09-201-59/+60
* Switched to unified m2.dsa_set_pqg()Jim Carroll2017-09-151-9/+3
* Use context managers instead of leaking open file descriptors.Matěj Cepl2016-07-121-18/+18
* M2Crypto/DSA.py: Add PEP-484 type hints in comments.Matěj Cepl2016-06-141-53/+51
* Fix broken imports (and PEP8ization).Matěj Cepl2016-03-201-6/+5
* Use the new absolute import syntax to fix Python 3. [PEP 328]Craig Rodrigues2016-03-201-2/+2
* Add DSA.pub_key_from_params() factory functionCasey Deccio2016-02-021-0/+23
* Fix whitespace using suggestions from autopep8Craig Rodrigues2015-12-011-1/+1
* Strip trailinig spaces and expand tabs.Matěj Cepl2015-11-191-67/+67
* Use print as a function for Python 3. [PEP 3105]Craig Rodrigues2015-11-161-2/+4
* Epydoc documentation fixes.Heikki Toivonen2007-06-081-1/+1
* save_key and save_pub_key did not work, typoed parameter name. Fix by Larry B...Heikki Toivonen2006-11-201-2/+2
* Add set_params function, last part of bug 5519.Heikki Toivonen2006-05-221-0/+19
* Warn about set_params method.Heikki Toivonen2006-05-101-0/+7
* Bug 5519, various DSA enhancements, by Larry Bugbee.Heikki Toivonen2006-05-101-58/+297
* Removed RCS_id, RCS_ID and _RCS_id from Python files. UnneededHeikki Toivonen2006-03-201-2/+0
* Bug 3805, do not access global objects from __del__ methodsHeikki Toivonen2005-08-231-6/+5
* Fix $ mess (diff always shows changes).Heikki Toivonen2005-06-091-1/+1
* *** empty log message ***Ng Pheng Siong2004-03-311-2/+2
* Prepare for import into CVS.Ng Pheng Siong2002-12-231-46/+128
* Handle memory deallocation from Python where necessary.Ng Pheng Siong2000-02-251-64/+70
* Replaced eval() calls.Ng Pheng Siong2000-02-011-5/+6
* Clean up namespace.Ng Pheng Siong1999-09-121-47/+40
* Initial revisionNg Pheng Siong1999-08-161-0/+95