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

Add Post-Quantum Cryptography (PQC) Algorithms for TLS 1.3 Key Exchange #1560

Closed
wants to merge 8 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add kem namedGroup test
Ubuntu committed Feb 14, 2024
commit e9eea5984f9788900c6f8b18e08b37405302040f
Original file line number Diff line number Diff line change
@@ -24,6 +24,7 @@ public class BasicTlsTest
protected void setUp()
{
ProviderUtils.setupLowPriority(false);
// System.setProperty("jdk.tls.namedGroups", "kyber768");
}

private static final String HOST = "localhost";