diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2011-05-26 01:29:34 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2011-05-26 02:00:30 +0200 |
commit | cc9397414a655cab4c47de6559e69ecda06530cc (patch) | |
tree | a3487afc29da036c58b9d321804571fbfae2f72a /TODO-6.3.20 | |
parent | ce36699e50f90ae17577dfd81be78f6c1b883aec (diff) | |
download | fetchmail-cc9397414a655cab4c47de6559e69ecda06530cc.tar.gz fetchmail-cc9397414a655cab4c47de6559e69ecda06530cc.tar.bz2 fetchmail-cc9397414a655cab4c47de6559e69ecda06530cc.zip |
Revert SO_???TIMEO-based STARTTLS timeout handling.
This reverts commits 47c05b10018f5ec7493e4bd9f521aaa18d96f1e2
and 72ce8bce8dd655b6aefa33d0a74e883dad5202b5, the code isn't portable,
for instance, Solaris does not support SO_RCVTIMEO/SO_SNDTIMEO.
These socket-level options are known, but Solaris returns EAFNOSUPPORT.
Reported by Jonathan Buschmann.
Diffstat (limited to 'TODO-6.3.20')
-rw-r--r-- | TODO-6.3.20 | 11 |
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? + |