]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/blob - NEWS
Use "SECURE:-SHA1:+SHA1" as GnuTLS priority string.
[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. To create only
9   proxy-dh.pem use:
10
11     certtool --generate-dh-params --sec-param high --outfile proxy-dh.pem
12
13 - Add -a option, authentication for tlsproxy via basic digest authentication.
14 - Use pre-generated Diffie-Hellman parameters in proxy-dh.pem.
15 - Code cleanup.
16 - Better error handling.
17 - Fix compile with recent GnuTLS (e.g. 3.2.3).
18 - Improve (error) logging; log to stderr.
19 - Add (basic) man pages.
20 - Improve test suite.
21 - tlsproxy-setup: Increase expiry-date and use larger private key, generate
22                   proxy-dh.pem.
23
24
25 0.2
26 ---
27
28 - Add -u option, passthrough TLS connections to unknown hostnames.
29 - Add ./configure --disable-ipv6 for IPv4 only machines.
30 - Send HTML with error messages (not only headers).
31
32
33 0.1
34 ---
35
36 - First release.