From 05d3d94613168187cbf7d54ac6de345bb75910dd Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Tue, 9 Jul 2019 22:36:35 +0100 Subject: Avoid SSL_accept() blocking if the client fails to do TLS negotiation. --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index e69de29..f0b21b6 100644 --- a/TODO +++ b/TODO @@ -0,0 +1,7 @@ +Make some unnecessary configuration options optional (e.g. replaytime if replaymode != "time") + +Fuzzing. + +If openssl_error_string() doesn't get a string just after SSL_accept() then the debug log entry will fail to contain a trailing new line - maybe make log function ensure last character is new line? + +Rename selret to pselret. -- cgit v1.2.3