Skip to content

Commit

Permalink
feat: Stunnel 5.71
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
paulswartz committed Sep 25, 2023
1 parent f41aa4d commit aed11bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_alpine_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
include:
- stunnel_version: 5.70-r0
- stunnel_version: 5.71-r0
alpine_version: 3.18.3
runs-on: ubuntu-latest
permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_windows_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
matrix:
include:
- stunnel_version: '5.70'
stunnel_sha256: c50fb79329ddbf095e65ba8817a0249188aa5b25f15557f8504d8f65876034d9
- stunnel_version: '5.71'
stunnel_sha256: 945df5118473bcbf1ecdc5561fd6f26743c5dd1fd82e1a25199d0fd5c39a9373
windows_version: 1809
runs-on: windows-2019
permissions:
Expand Down

0 comments on commit aed11bd

Please sign in to comment.