mirror of
https://github.com/decke/smtprelay.git
synced 2026-04-26 05:15:52 +03:00
[PR #230] [MERGED] Cleanup getTLSConfig() and also remove custom cipher list #226
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/smtprelay#226
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/decke/smtprelay/pull/230
Author: @decke
Created: 8/5/2025
Status: ✅ Merged
Merged: 8/5/2025
Merged by: @decke
Base:
master← Head:cleanup-tls-cyphers📝 Commits (1)
840047cCleanup getTLSConfig() and also remove custom cipher list📊 Changes
1 file changed (+1 additions, -20 deletions)
View changed files
📝
main.go(+1 -20)📄 Description
With modern Go (>=1.17) this is mostly a NOOP except CBC ciphers/ LUCKY13. Since Go has mitigations against LUCKY13 this in fact improves our client compatbility and is safe to use.
See: https://github.com/golang/go/issues/13385
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.