NethermindEth / dotnet-libp2p

A libp2p implementation for .NET in C#.
MIT License
53 stars 19 forks source link

Quic on Windows should use OpenSSL version #45

Open flcl42 opened 10 months ago

flcl42 commented 10 months ago

QUIC on Windows is based on Schannels, which:

So to make it working we are switching to OpenSSL version which is available but is hard to deploy and use. Currently, the runtime needs to be patched to make it working.

Let's find a better way to integrate OpenSSL-based implementation.