]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/blob - NEWS
NEWS: Update.
[tlsproxy/tlsproxy.git] / NEWS
1 NEWS
2 ====
3
4 0.X
5 ---
6
7 - Important: The file proxy-dh.pem is now required. tlsproxy-setup creates it,
8   but running it will overwrite the existing proxy-*.pem files (which will
9   invalidate all certificate-*-proxy.pem files). To create only proxy-dh.pem
10   use:
11
12     certtool --generate-dh-params --sec-param high --outfile proxy-dh.pem
13
14 - Add -a option, authentication for tlsproxy via basic digest authentication.
15 - Use pre-generated Diffie-Hellman parameters in proxy-dh.pem.
16 - Code cleanup.
17 - Better error handling.
18 - Fix compile with recent GnuTLS (e.g. 3.2.3).
19 - Improve (error) logging; log to stderr.
20 - Add (basic) man pages.
21 - Improve test suite.
22 - tlsproxy-setup: Increase expiry-date and use larger private key, generate
23                   proxy-dh.pem.
24
25
26 0.2
27 ---
28
29 - Add -u option, passthrough TLS connections to unknown hostnames.
30 - Add ./configure --disable-ipv6 for IPv4 only machines.
31 - Send HTML with error messages (not only headers).
32
33
34 0.1
35 ---
36
37 - First release.