mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-24 21:06:02 +03:00
[PR #2773] [MERGED] Fixed a bug in SSE-C md5 calculation using GnuTLS #2780
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#2780
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/s3fs-fuse/s3fs-fuse/pull/2773
Author: @ggtakec
Created: 12/14/2025
Status: ✅ Merged
Merged: 12/14/2025
Merged by: @gaul
Base:
master← Head:fix/gnutls📝 Commits (1)
68db9abFixed 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.