summaryrefslogtreecommitdiff
path: root/tests/test_rc4.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-4/+1
* test_{dh,dsa,rc4,evp,bio_membuf}: proper use of bytes, str, and hashlibMichal Vyskocil2017-03-161-6/+11
* Fix broken imports (and PEP8ization).Matěj Cepl2016-03-201-1/+1
* Use the new absolute import syntax to fix Python 3. [PEP 328]Craig Rodrigues2016-03-201-1/+2
* Cleanup of test_rc4.py (just whitespace changes).Miloslav Trmač2015-11-181-10/+11
* Fix M2Crypto in FIPS mode.Miloslav Trmač2015-10-131-0/+4
* Switch unit testing to have at least 2.7 unittest API available.Matěj Cepl2015-10-131-1/+4
* Add tests for RC4 and improve test coverage of other modules.Heikki Toivonen2009-02-221-0/+41