mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1621] Unsupported or vulnerable versions of OpenSSL used for macOS and Windows #1199
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#1199
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tmshort on GitHub (Mar 25, 2022).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1621
What happened?
According to the logs, barrier is using unsupported (in the case of 1.0.2l) or vulnerable (in the case of 1.1.1g) versions of OpenSSL. The most recent versions of OpenSSL should be used.
Note that Windows doesn't include OpenSSL, and macOS includes LibreSSL, which does not appear to be the version referenced in the logs below.
Version
v2.4.0
Git commit hash (if applicable)
No response
If applicable, where did you install Barrier from?
Downloaded from github.
What OSes are you seeing the problem on? (Check all that apply)
Windows, macOS
What OS versions are you using?
Windows 10
macOS 11.x, 12.x
Relevant log output
Any other information
OpenSSL 1.0.2 is out of support.
OpenSSL 1.1.1n is the latest version of OpenSSLLTS 1.1.1, and it fixed numerous vulnerabilities