summaryrefslogtreecommitdiff
path: root/tests/test_dh.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-5/+1
* Don't use deprecated *_generate_key functions, update.Matěj Cepl2017-09-201-0/+1
* test_{dh,dsa,rc4,evp,bio_membuf}: proper use of bytes, str, and hashlibMichal Vyskocil2017-03-161-2/+2
* Clean up imports and PEP8izationMatěj Cepl2016-12-151-1/+1
* Fix whitespace using suggestions from autopep8Craig Rodrigues2015-12-011-2/+1
* Strip trailinig spaces and expand tabs.Matěj Cepl2015-11-191-3/+3
* Remove more plain assertsMatěj Cepl2015-11-181-6/+6
* Change self.assertRaises to context managers.Matěj Cepl2015-10-271-3/+6
* 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-5/+5
* Add tests for RC4 and improve test coverage of other modules.Heikki Toivonen2009-02-221-0/+4
* Make all test methods start with test_, so that running individual suites works,Heikki Toivonen2006-12-151-7/+7
* Bug 7077, test command to setup.py. setuptools are now required to run unit t...Heikki Toivonen2006-12-061-3/+3
* Removed RCS_id, RCS_ID and _RCS_id from Python files. UnneededHeikki Toivonen2006-03-201-2/+0
* Get rid of pre-2.3 junk.Heikki Toivonen2006-02-241-10/+2
* Deal with python versions 2.3+.Heikki Toivonen2005-08-231-7/+9
* Fix $ mess (diff always shows changes).Heikki Toivonen2005-06-091-1/+1
* Updated for Python 2.1.Ng Pheng Siong2001-07-201-2/+9
* Initial revisionNg Pheng Siong2000-12-031-0/+62