From d46163f9effa2dedcdb054df1d544cda12dbc3b1 Mon Sep 17 00:00:00 2001 From: fyodor Date: Tue, 31 Jan 2012 21:27:15 +0000 Subject: [PATCH] Add a task for making ssl-google-cert-catalog not require that the user also specify ssl-cert --- todo/nmap.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/todo/nmap.txt b/todo/nmap.txt index 2ab0e0888..8f02754c2 100644 --- a/todo/nmap.txt +++ b/todo/nmap.txt @@ -78,6 +78,15 @@ o Update more web content in real time (or near real-time, or at least o Maybe Nmap book building o Maybe the generated files in nmap.org/data/ +o ssl-google-cert-catalog should not require that the user specify + ssl-cert in order to run. Instead, they should probably both call a + library which obtains the certificate (and caches it so that it + doesn't happen twice if both scripts are run). In general, we want + to avoid having any scripts tell the user "this script only works if + you specify this other script too". If we really find we need that + functionality, we should add a "strong dependencies" feature so that + scripts can tell Nmap what other scripts they require. + o Investigate increasing FD_SETSIZE on Windows to allow us to multiplex more sockets. See Henri's email: http://seclists.org/nmap-dev/2012/q1/267