summaryrefslogtreecommitdiff
path: root/tests/test_dsa.py
Commit message (Expand)AuthorAgeFilesLines
* Replace 'from . import' with absolute imports.Matěj Cepl2021-01-141-1/+1
* Mass removal of deprecated constructs.Matěj Cepl2020-12-021-2/+2
* PEP8isationMatěj Cepl2018-03-201-6/+5
* test_{dh,dsa,rc4,evp,bio_membuf}: proper use of bytes, str, and hashlibMichal Vyskocil2017-03-161-2/+2
* Add DSA.pub_key_from_params() factory functionCasey Deccio2016-02-021-0/+13
* Remove more plain assertsMatěj Cepl2015-11-181-3/+3
* Replace deprecated md5 and sha libs with hashlib.Matěj Cepl2015-11-021-3/+3
* Change self.assertRaises to context managers.Matěj Cepl2015-10-271-8/+16
* Pure whitespace changes ... NOOP differenceMatěj Cepl2015-10-271-10/+9
* 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-4/+4
* nosetests --with-coverage --cover-package=M2Crypt now reports 80% coverage.Heikki Toivonen2009-02-231-0/+4
* Make all test methods start with test_, so that running individual suites works,Heikki Toivonen2006-12-151-11/+11
* Bug 7077, test command to setup.py. setuptools are now required to run unit t...Heikki Toivonen2006-12-061-4/+4
* Add set_params function, last part of bug 5519.Heikki Toivonen2006-05-221-0/+9
* Bug 5519, various DSA enhancements, by Larry Bugbee.Heikki Toivonen2006-05-101-14/+24
* Removed RCS_id, RCS_ID and _RCS_id from Python files. UnneededHeikki Toivonen2006-03-201-2/+0
* Fix $ mess (diff always shows changes).Heikki Toivonen2005-06-091-1/+1
* Initial revisionNg Pheng Siong2000-12-031-0/+77