icerpc-csharp
icerpc-csharp copied to clipboard
Allow the application to provide a callback to check the SSL client hello message?
See https://github.com/zeroc-ice/icerpc-csharp/blob/66135594057085d2b2c825fff99f35b957a8a026/src/IceRpc.Quic/Transports/Internal/QuicMultiplexedListener.cs#L89
Aren't the client and server certificate validation callbacks, provided with the authentication options enough?
Updated the title of the issue, the callback is actually not for verification purposes. It's about providing different connection options based on the server name/ssl protocols. See the motivation for this callback here https://github.com/dotnet/runtime/issues/37933