mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[PR #803] [MERGED] Regenerate server certificate when it is broken or has too small key size #1700
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#1700
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?
📋 Pull Request Information
Original PR: https://github.com/debauchee/barrier/pull/803
Author: @p12tic
Created: 7/19/2020
Status: ✅ Merged
Merged: 8/22/2020
Merged by: @p12tic
Base:
master← Head:crypto-cert-fixes📝 Commits (6)
3d01866net: Simplify error reportingbd3a8benet: Always report the filename of the cert that fails to load93ef157gui: Don't store openssl output as state of the object7210bfagui: Extract certificate path generation to separate functions345bb4bgui: Regenerate certificate if it's invalid or the key is too smallc815abfgui: Show certificate-related info in logs📊 Changes
6 files changed (+116 additions, -43 deletions)
View changed files
📝
src/gui/CMakeLists.txt(+1 -1)📝
src/gui/src/MainWindow.cpp(+4 -0)📝
src/gui/src/SslCertificate.cpp(+92 -24)📝
src/gui/src/SslCertificate.h(+7 -3)📝
src/lib/net/SecureSocket.cpp(+10 -13)📝
src/lib/net/SecureSocket.h(+2 -2)📄 Description
Fixes #802.
Additionally logging is improved to show more information about what's happening.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.