Skip to content

Commit

Permalink
stunnel-5.71
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrojnar committed Sep 19, 2023
1 parent a098973 commit 2759409
Show file tree
Hide file tree
Showing 44 changed files with 2,862 additions and 968 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ EXTRA_DIST = .travis.yml makedh.sh $(doc_DATA)
distcleancheck_listfiles = find . -type f -exec sh -c 'test -f $(srcdir)/{} || echo {}' ';'

distclean-local:
rm -rf autom4te.cache
rm -rf autom4te.cache version.txt

sign:
cp -f $(distdir).tar.gz $(distdir)-win64-installer.exe $(distdir)-android.zip ../dist
Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status libtool

distclean-local:
rm -rf autom4te.cache
rm -rf autom4te.cache version.txt

sign:
cp -f $(distdir).tar.gz $(distdir)-win64-installer.exe $(distdir)-android.zip ../dist
Expand Down
17 changes: 17 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# stunnel change log


### Version 5.71, 2023.09.19, urgency: MEDIUM
* Security bugfixes
- OpenSSL DLLs updated to version 3.1.3.
* Bugfixes
- Fixed the console output of tstunnel.exe.
* Features sponsored by SAE IT-systems
- OCSP stapling is requested and verified in the client mode.
- Using "verifyChain" automatically enables OCSP
stapling in the client mode.
- OCSP stapling is always available in the server mode.
- An inconclusive OCSP verification breaks TLS negotiation.
This can be disabled with "OCSPrequire = no".
- Added the "TIMEOUTocsp" option to control the maximum
time allowed for connecting an OCSP responder.
* Features
- Added support for Red Hat OpenSSL 3.x patches.

### Version 5.70, 2023.07.12, urgency: HIGH
* Security bugfixes
- OpenSSL DLLs updated to version 3.0.9.
Expand Down
2 changes: 2 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ A sponsor could allocate my time to get them faster.
* MSI installer for Windows.
* Add 'leastconn' failover strategy to order defined 'connect' targets
by the number of active connections.
* MariaDB (formerly MySQL) protocol negotiation:
[MariaDB Handshake Protocol](https://mariadb.com/kb/en/connection/)

### Low priority features
These features will unlikely ever be supported.
Expand Down
Loading

0 comments on commit 2759409

Please sign in to comment.