Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proposal: crypto/tls: Support AEGIS (for TLS 1.3) #58724

Closed
rugk opened this issue Feb 24, 2023 · 1 comment
Closed

proposal: crypto/tls: Support AEGIS (for TLS 1.3) #58724

rugk opened this issue Feb 24, 2023 · 1 comment

Comments

@rugk
Copy link

rugk commented Feb 24, 2023

Two AEGIS algorithms have been added to the IANA registry and will be supported in TLS 1.3. AEGIS is a new authenticated encryption algorithm that provides better performance and better practical security.

from the Bulletproof TLS Newsletter 2022-12-29


So given caddy e.g. has a history of adapting new TLS changes, maybe that should be a thing to adopt. (AEAD_AEGIS128L and AEAD_AEGIS256 as ciphers)


copied from caddyserver/caddy#5345

@rugk rugk added the Proposal label Feb 24, 2023
@gopherbot gopherbot added this to the Proposal milestone Feb 24, 2023
@seankhliao seankhliao changed the title proposal: affected/package: Support AEGIS (for TLS 1.3) proposal: crypto/tls: Support AEGIS (for TLS 1.3) Feb 25, 2023
@seankhliao
Copy link
Member

This should wait until it is stabilized as a published RFC before we consider it.

@seankhliao seankhliao closed this as not planned Won't fix, can't repro, duplicate, stale Feb 25, 2023
@golang golang locked and limited conversation to collaborators Feb 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants