blob: d9d79977f057a3d2ee3b882f64431f9a774dc89a (
plain)
1
2
3
4
5
6
7
8
9
10
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?
|