[PR #804] [CLOSED] Use better openssl message digest algorithm #1703

Closed
opened 2026-05-05 07:59:50 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/debauchee/barrier/pull/804
Author: @p12tic
Created: 7/19/2020
Status: Closed

Base: masterHead: crypto-ssl-fingerprint-algorithm


📝 Commits (2)

  • 5ec9ea6 Use default openssl message digest algorithm
  • 5a8e2e1 gui: Use SHA256 to generate fingerprint for cert comparison

📊 Changes

3 files changed (+4 additions, -4 deletions)

View changed files

📝 res/openssl/barrier.conf (+2 -2)
📝 src/gui/src/SslCertificate.cpp (+1 -1)
📝 src/lib/net/SecureSocket.cpp (+1 -1)

📄 Description

Fixes #203.

Using a default algorithm instead of hardcoding something like sha256 allows us to seamlessly integrate any future changes of recommended algorithms without any work needed by us.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/debauchee/barrier/pull/804 **Author:** [@p12tic](https://github.com/p12tic) **Created:** 7/19/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `crypto-ssl-fingerprint-algorithm` --- ### 📝 Commits (2) - [`5ec9ea6`](https://github.com/debauchee/barrier/commit/5ec9ea6a79ac154955937ffbb19cc9b519452915) Use default openssl message digest algorithm - [`5a8e2e1`](https://github.com/debauchee/barrier/commit/5a8e2e1d9b826bc701cd6af27269adb51418dfdb) gui: Use SHA256 to generate fingerprint for cert comparison ### 📊 Changes **3 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `res/openssl/barrier.conf` (+2 -2) 📝 `src/gui/src/SslCertificate.cpp` (+1 -1) 📝 `src/lib/net/SecureSocket.cpp` (+1 -1) </details> ### 📄 Description Fixes #203. Using a default algorithm instead of hardcoding something like sha256 allows us to seamlessly integrate any future changes of recommended algorithms without any work needed by us. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 07:59:50 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#1703
No description provided.