This file is indexed.

/usr/share/doc/stunnel4/TODO is in stunnel4 3:4.42-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
stunnel TODO


High priority features I'm going to support (sponsorship welcomed)
* Windows GUI option to save peer certificate for selected service.
* Separate GUI process running as current user on Windows.
* Separate control process running as root user on Unix.
* Features depending on replacing MinGW compiler with MSVC:
  - Support for FIPS mode on Windows.
  - Support for CryptoAPI certificates and private keys with CAPI engine.
* Service-level logging configuration (separate verbosity and destination).

Low priority features I'm going to support (sponsorship welcomed)
* SOCKS 4 protocol support.
  http://archive.socks.permeo.com/protocol/socks4.protocol
* Key renegotiation (re-handshake) for long connections.
* Logging to NT EventLog on Windows.
* Log file rotation with with GUI on Windows.
* Internationalization of logged messages (i18n).
* Generic scripting engine instead or static protocol.c.

Features I prefer *not* to support (waiting for a wealthy sponsor)
* Additional certificate checks (including wildcard comparison) based on
  CN and X509v3 Subject Alternative Name.
* Protocol support *after* SSL is negotiated:
  - Support for adding X-Forwarded-For to HTTP request headers.
  - Support for adding X-Forwarded-For to SMTP email headers.
* Set processes title that appear on the ps(1) and top(1) commands.