Skip to content

secureserver.pl: fix stunnel version parsing#11722

Closed
jay wants to merge 1 commit intocurl:masterfrom
jay:stunnel_parse
Closed

secureserver.pl: fix stunnel version parsing#11722
jay wants to merge 1 commit intocurl:masterfrom
jay:stunnel_parse

Conversation

@jay
Copy link
Member

@jay jay commented Aug 23, 2023

  • Allow the stunnel minor-version version part to be zero.

Prior to this change with the stunnel version scheme of <major>.<minor> if either part was 0 then version parsing would fail, causing secureserver.pl to fail with error "No stunnel", causing tests that use the SSL protocol to be skipped. As a practical matter this bug can only be caused by a minor version part of 0, since the major version part is always greater than 0.

Closes #xxxx

- Allow the stunnel minor-version version part to be zero.

Prior to this change with the stunnel version scheme of <major>.<minor>
if either part was 0 then version parsing would fail, causing
secureserver.pl to fail with error "No stunnel", causing tests that use
the SSL protocol to be skipped. As a practical matter this bug can only
be caused by a minor version part of 0, since the major version part is
always greater than 0.

Closes #xxxx
@nmoinvaz
Copy link
Contributor

LGTM here too.

@jay jay closed this in 51686e0 Aug 28, 2023
@jay jay deleted the stunnel_parse branch August 28, 2023 19:14
ptitSeb pushed a commit to wasix-org/curl that referenced this pull request Sep 25, 2023
- Allow the stunnel minor-version version part to be zero.

Prior to this change with the stunnel version scheme of <major>.<minor>
if either part was 0 then version parsing would fail, causing
secureserver.pl to fail with error "No stunnel", causing tests that use
the SSL protocol to be skipped. As a practical matter this bug can only
be caused by a minor-version part of 0, since the major-version part is
always greater than 0.

Closes curl#11722
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants