forked from OpenVPN/openvpn
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugfix/ncl 2203 scc windows fix vulnerability in open vpn #3
Merged
rishipal-Sophos
merged 24 commits into
sophos_2.6.12
from
bugfix/NCL-2203-SCC-Windows-Fix-vulnerability-in-OpenVPN
Jan 20, 2025
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
371cc58
samples: Update sample configurations
flichtenheld 7993084
documentation: make section levels consistent
flichtenheld 11ca69c
Use snprintf instead of sprintf for get_ssl_library_version
schwabe 5591af1
phase2_tcp_server: fix Coverity issue 'Dereference after null check'
flichtenheld e36359a
Add bracket in fingerprint message and do not warn about missing veri…
schwabe ea0d9c7
script-options.rst: Update ifconfig_* variables
flichtenheld f50c677
misc.c: remove unused code
lstipakov 18520e5
Replace macos11 with macos14 in github runners
schwabe 56fc48e
Only run coverity scan in OpenVPN/OpenVPN repository
schwabe 8aed156
Workaround issue in LibreSSL crashing when enumerating digests/ciphers
schwabe 65fb67c
Only schedule_exit() once
reynir 2f2ff18
Allow to set ifmode for existing DCO interfaces in FreeBSD
fichtner 1ae753e
LZO: do not use lzoutils.h macros
flichtenheld dfbe11a
Implement Windows CA template match for Crypto-API selector
hwundram d5c4c64
Remove "experimental" denotation for --fast-io
flichtenheld 94bfb71
Implement server_poll_timeout for socks
5andr0 90e7a85
Properly handle null bytes and invalid characters in control messages
schwabe 51301eb
interactive.c: Improve access control for gui<->service pipe
lstipakov ddf6bf6
preparing release 2.6.11
cron2 ad0c2c0
Http-proxy: fix bug preventing proxy credentials caching
itsGiaan 3c43b01
configure: Try to detect LZO with pkg-config
flichtenheld 3435739
Allow trailing \r and \n in control channel message
schwabe 038a94b
preparing release 2.6.12
cron2 595075a
Merge tag 'v2.6.12' of https://github.com/OpenVPN/openvpn into bugfix…
rishipal-Sophos File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you update MacOS build simultaneously? Could you tell the purpose?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I checked original repo and it seems to be different there. Could you summarize your changes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently, we are not using OpenVPN for macOS, but OpenVPN can be used for both platforms.
All build-related changes are managed by the OpenVPN team.
I have pulled all changes from the original repo for the
tag-2.6.12
.Please review the code based on this tag you will found these changes in original repo as well ,
not the
master
branch or therelease/2.6.0
branch.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I looked at this particular tag, but OK. The most important is that it is not custom change.