[PR #2773] [MERGED] Fixed a bug in SSE-C md5 calculation using GnuTLS #2780

Closed
opened 2026-03-04 02:07:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2773
Author: @ggtakec
Created: 12/14/2025
Status: Merged
Merged: 12/14/2025
Merged by: @gaul

Base: masterHead: fix/gnutls


📝 Commits (1)

  • 68db9ab Fixed a bug in SSE-C md5 calculation using GnuTLS

📊 Changes

1 file changed (+12 additions, -1 deletions)

View changed files

📝 src/gnutls_auth.cpp (+12 -1)

📄 Description

Relevant Issue (if applicable)

#2650 #2252

Details

Fixed a bug in SSE-C md5 calculation when using GnuTLS.

[NOTE]

Currently, s3fs-fuse uses OpenSSL v3 on all operating systems, so this modified code can only be used if you build it yourself.
Note that Debian/Ubuntu packages, etc., before the transition to OpenSSL v3, use GnuTLS.
This modification does not affect OpenSSL v3 packages. (It only affects (modifies) those who build GnuTLS themselves.)


🔄 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/s3fs-fuse/s3fs-fuse/pull/2773 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 12/14/2025 **Status:** ✅ Merged **Merged:** 12/14/2025 **Merged by:** [@gaul](https://github.com/gaul) **Base:** `master` ← **Head:** `fix/gnutls` --- ### 📝 Commits (1) - [`68db9ab`](https://github.com/s3fs-fuse/s3fs-fuse/commit/68db9aba2718a6234ee85c9e3d0b501c57dc8a03) Fixed a bug in SSE-C md5 calculation using GnuTLS ### 📊 Changes **1 file changed** (+12 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/gnutls_auth.cpp` (+12 -1) </details> ### 📄 Description ### Relevant Issue (if applicable) #2650 #2252 ### Details Fixed a bug in SSE-C md5 calculation when using GnuTLS. #### [NOTE] Currently, s3fs-fuse uses OpenSSL v3 on all operating systems, so this modified code can only be used if you build it yourself. Note that Debian/Ubuntu packages, etc., before the transition to OpenSSL v3, use GnuTLS. This modification does not affect OpenSSL v3 packages. (It only affects (modifies) those who build GnuTLS themselves.) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:07:15 +03: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
starred/s3fs-fuse#2780
No description provided.