aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2011-05-07 11:56:49 +0200
committerMatthias Andree <matthias.andree@gmx.de>2011-05-07 11:56:49 +0200
commitc27d33adea16dce68cb4a563419b543441948c6b (patch)
treedee6f994b5cf909153548010b3efa378aa6877cb
parent28a8b448a80633696068a9680da1a216e63911b7 (diff)
downloadfetchmail-c27d33adea16dce68cb4a563419b543441948c6b.tar.gz
fetchmail-c27d33adea16dce68cb4a563419b543441948c6b.tar.bz2
fetchmail-c27d33adea16dce68cb4a563419b543441948c6b.zip
Take note of immediate 6.3.20 release plans
-rw-r--r--TODO-6.3.2011
1 files changed, 11 insertions, 0 deletions
diff --git a/TODO-6.3.20 b/TODO-6.3.20
new file mode 100644
index 00000000..d9d79977
--- /dev/null
+++ b/TODO-6.3.20
@@ -0,0 +1,11 @@
+- fix STARTTLS timeouts by setting socket timings
+ possibly using a different structure than an int to save the fd
+ and SSL context -- and then also timeout?
+ Or just make set_timeout take an optional fd, which, when != -1,
+ also sets the socket timeouts?
+
+- make SSLv2 removal dependent on openssl configuration
+ (see Debian FTBFS bug for how to detect that in configure)
+
+- make --with-ssl default?
+