From d3a84b38f629293e6e0ad754ba4e8224019de4dc Mon Sep 17 00:00:00 2001 From: Daniel Roethlisberger Date: Sat, 26 Jan 2013 19:02:25 +0100 Subject: [PATCH] Add TODO item --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index 4dc4a1c..7ff3138 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,5 @@ +- Control SSL_OP_SINGLE_ECDH_USE and other de-optimizations by a + "prefer speed to security" command line option - Optionally add ephemeral RSA key to SSL_CTX to allow export cipher suites http://www.openssl.org/docs/ssl/SSL_CTX_set_tmp_rsa_callback.html - Dump cipher suites sent by the client in debug mode