-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
area-System.Net.SecurityenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additionsos-mac-os-xmacOS aka OSXmacOS aka OSX
Milestone
Description
Follow up on #23157 and dotnet/corefx#24389
The ALPN implementation for SslStream left out Mac support due to the APIs not being available on the older version of Mac OS being compiled for. The APIs are available in later versions.
References:
https://github.com/dotnet/corefx/pull/24389/files#r142497272
https://github.com/dotnet/corefx/blob/master/src/System.Net.Security/src/System/Net/Security/SslStreamPal.OSX.cs#L104-L108
Priority:
- Server: This would be useful for HTTP/2 dev and test purposes. Not blocking.
- Client: This blocks the new SocketsHttpHandler client from supporting HTTP/2 on Mac clients.
Metadata
Metadata
Assignees
Labels
area-System.Net.SecurityenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additionsos-mac-os-xmacOS aka OSXmacOS aka OSX