Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.
This repository was archived by the owner on May 8, 2026. It is now read-only.

Add support for more Cipher Suites #772

Description

@Christoph-Denzel

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions