forked from nedap/stunnel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
25 lines (21 loc) · 1.13 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
stunnel Universal SSL tunnel
* High priority features I'm going to support (sponsorship welcomed):
- Add service-level logging.
- Log file rotation with with GUI on Windows.
- In transparent proxy mode add an option to connect destination address
of the the original connection instead of a fixed IP list.
- Support SSL_CTX_set_tlsext_servername_callback.
* Low priority features I'm going to support (sponsorship welcomed):
- Replace protocol.c with a scripting engine.
- Add some scripting capabilities *after* SSL negotiations.
- Key renegotiation (re-handshake) for long connections.
- Internationalization of logged messages (i18n).
- Logging to NT eventlog.
- SOCKS 4 protocol support.
http://archive.socks.permeo.com/protocol/socks4.protocol
- Add support for Server Name Indication SSL extension.
* Features I'd prefer NOT to support (waiting for a wealthy sponsor):
- Authentication based on reverse DNS lookup matching CN of X.509.
- HTTP protocol support (adding X-Forwarded-For header to each request,
URL rewriting).
- SMTP protocol support (adding X-Forwarded-For header to each email).