.net TLS 1.2 enable Ed25519 in signature algorithms extension

Cheng, Leo 0 Reputation points
2023-09-13T08:00:19.72+00:00

Hi,

We are trying to use .net System.Net.Security Sslstream to communicate with a TLS server which only support ED25519 signature algorithm. The problem is ED25519 is missed in signature algorithms extension in client hello, which is not accepted by TLS server.

Reference code:

https://learn.microsoft.com/en-us/dotnet/api/system.net.security.sslstream?view=net-7.0

Reference specification:

https://www.rfc-editor.org/rfc/rfc8422#section-5.1.3

Thanks

Leo

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,395 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,365 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ben Kinsella 0 Reputation points
    2024-04-22T15:25:54.5366667+00:00

    This seems to be an open issue: https://github.com/dotnet/runtime/issues/63174

    0 comments No comments