tlsfuzzer/tlslite-ng

extend and speed up testing in Makefile

Open

#331 opened on Dec 13, 2018

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (95 forks)auto 404
good first issuehelp wantedmaintenance

Repository metrics

Stars
 (269 stars)
PR merge metrics
 (PR metrics pending)

Description

the Makefile currently uses simple sleep to wait for server start for testing

implement a mechanism that will poll the system to detect when the socket is actually opened instead (e.g. using netstat)

also extend the tests related to tls.py

Contributor guide