Skip to content

[QUIC] Use server TLS options in QUIC #32071

Closed
@scalablecory

Description

@scalablecory

We need to support multiple ALPN protocols, certificates, and SNI callbacks in QuicListener:

// TODO allow for a callback to select the certificate (SNI).
public IntPtr ListenerOpen(QuicListenerOptions options)
{
if (!_opened)
{
OpenSession(options.ServerAuthenticationOptions.ApplicationProtocols[0].Protocol.ToArray(),
(ushort)options.MaxBidirectionalStreams,
(ushort)options.MaxUnidirectionalStreams);
}

Metadata

Metadata

Assignees

Labels

area-System.Net.QuicenhancementProduct code improvement that does NOT require public API changes/additions

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions