summaryrefslogtreecommitdiff
path: root/tests/test_bio_ssl.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
* Send the last message of the handshake before closing the connectionKurt Roeckx2018-10-301-0/+3
* PEP8isationMatěj Cepl2018-03-201-12/+13
* Corrected testing failure results to include (0, -1)Jim Carroll2017-09-151-4/+4
* 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-2/+2
* Fix whitespace using suggestions from autopep8Craig Rodrigues2015-12-011-9/+9
* Remove more plain assertsMatěj Cepl2015-11-181-2/+2
* Clear some trailing whitespaceMatěj Cepl2015-11-181-42/+42
* Use print as a function for Python 3. [PEP 3105]Craig Rodrigues2015-11-161-1/+3
* Use randomly assigned ports when testing.Miloslav Trmač2015-10-131-1/+2
* Switch unit testing to have at least 2.7 unittest API available.Matěj Cepl2015-10-131-1/+5
* Fixed memory leak in m2.ec_key_new_by_curve_name.Heikki Toivonen2007-06-121-7/+9
* 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-2/+2
* Bug 5381, SSLBio and related additions to help do SSL withHeikki Toivonen2006-03-141-0/+148