Skip to content

QUIC: Validate SslServerAuthenticationOptions set on QuicListenerOptions #49423

@JamesNK

Description

@JamesNK

QuicListenerOptions has SslServerAuthenticationOptions property.

public SslServerAuthenticationOptions? ServerAuthenticationOptions { get; set; }

It looks like code that uses this property assumes that SslServerAuthenticationOptions.ServerCertificate is set.

  • Need to validate that it is set.
  • Need to consider what happens when other options are set like a certificate selector callback.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions