SSLproxy/NEWS

43 lines
1.2 KiB
Plaintext
Raw Normal View History

### SSLsplit master
2013-05-26 22:29:02 +00:00
- Fix fallback to passthrough (-P) when no matching certificate is found
for a connection (issue #9).
- Work around segmentation fault when loading certificates caused by a bug
in OpenSSL 1.0.0k and 1.0.1e.
- Fix binding to ports < 1024 with default settings (issue #8).
2012-11-07 17:36:51 +00:00
### SSLsplit 0.4.5 2012-11-07
2012-10-01 12:47:45 +00:00
- Add support for 2048 and 4096 bit Diffie-Hellman.
2012-10-23 21:01:59 +00:00
- Fix syslog error messages (issue #6).
2012-10-16 22:18:46 +00:00
- Fix threading issues in daemon mode (issue #5).
2012-10-01 12:47:45 +00:00
- Fix address family check in netfilter NAT lookup (issue #4).
- Fix build on recent glibc systems (issue #2).
- Minor code and build process improvements.
2012-10-16 20:01:48 +00:00
### SSLsplit 0.4.4 2012-05-11
- Improve OCSP denial for GET based OCSP requests.
- Default elliptic curve is now 'secp160r2' for better ECDH performance.
- More user-friendly handling of -c, -k and friends.
- Unit test source code renamed from *.t to *.t.c to prevent them from being
misdetected as perl instead of c by Github et al.
- Minor bugfixes.
2012-10-16 20:01:48 +00:00
### SSLsplit 0.4.3 2012-04-22
- Add generic OCSP denial (-O). OCSP requests transmitted over HTTP or HTTPS
are recognized and denied with OCSP tryLater(3) responses.
- Minor bugfixes.
2012-10-16 20:01:48 +00:00
### SSLsplit 0.4.2 2012-04-13
- First public release.