TLS 1.3 certificate verification works with RSA, fails with ECDSA
I’m developing a TLS 1.3 client in C#, targeting .NET 8, and I’m stuck in the server certificate verification step. The problem is that all other things being equal (as far as I can tell), verification succeeds when using RSA signature algorithms, but fails when using ECDSA signature algorithms.