Enable and prioritize post quantum EC groups#147
Open
leo9800 wants to merge 2 commits intooracle:mainfrom
Open
Enable and prioritize post quantum EC groups#147leo9800 wants to merge 2 commits intooracle:mainfrom
leo9800 wants to merge 2 commits intooracle:mainfrom
Conversation
Signed-off-by: Leo <i@hardrain980.com>
Member
|
Generally speaking, the priority lists are supposed to be configured by the system (ie, the TLS library and the system's security policies). I'll try to get other reviewers to have a look at this proposal. |
Author
|
@chucklever actually i tried adding something like to besides, none of the post-quantum kex groups were enabled by default as of gnutls 3.8.13, which is a fairly recent version and supports PQ indeed, while this patch enables them out-of-box. |
…nuTLS that not support such groups, otherwise tlshd would fail reference: - https://lists.gnupg.org/pipermail/gnutls-help/2024-November/004865.html - https://lists.gnupg.org/pipermail/gnutls-help/2025-February/004875.html Signed-off-by: Leo <i@hardrain980.com>
dd8d53d to
8dcbd1e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
this patch enables and prioritizes post-quantum elliptic curve groups. (i.e. those which suffixed with
-MLKEM768or-MLKEM1024)"store-now-decrypt-later" attack conducted by adversaries who have access to quantum computers could be mitigated by enable quantum-safe key exchange algorithms, which strengthened security for RPC-TLS.