From 1b205443331709c7bdad3855b1f5fd8a03452195 Mon Sep 17 00:00:00 2001 From: Daniel Roethlisberger Date: Mon, 6 Aug 2012 08:33:17 +0200 Subject: [PATCH] Add temporary RSA keys to TODO --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index 3c7f413..f073505 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,5 @@ +- 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 - Consider memory pools for use by per-connection state - Parse some information from HTTP responses (status, size) - Handle renego & client cert authentication more gracefully