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 support for more Cipher Suites #772

Open
Christoph-Denzel opened this issue Jan 20, 2025 · 0 comments
Open

Add support for more Cipher Suites #772

Christoph-Denzel opened this issue Jan 20, 2025 · 0 comments

Comments

@Christoph-Denzel
Copy link

As of right now the QuicSslContextBuilder creates a QuicheQuicSslContext object where the cipherSuites are set by default.

    public List<String> cipherSuites() {
        return Arrays.asList("TLS_AES_128_GCM_SHA256", "TLS_AES_256_GCM_SHA384");
    }

Would it be possible to add more suites like, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 or TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 and specify the order of preference?

Or completely customise the cipher suites to enable, in the order of preference, like in the SslContextBuilder class?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant