Support retrieving TLS-unique #9864
Labels
area-networking
Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
Milestone
We are developing EST server on .NET platform. Currently we're struggling with getting 'tls-unique' somehow using available options. We tried: WCF, HttpListener.Request.TransportContext.GetTlsTokenBindings(), TcpListener->SslStream.TransportContext.GetTlsTokenBindings()
None of them is working so :( I see in the AspNetCore sources that it's support is postponed.
https://github.com/aspnet/HttpSysServer/issues/231
We've sent questions to MSDN Forums, stackoverflow...
No one is know how to get 'tls-unique' from TLS using .NET platform (any technology).
So the question is: when ITlsTokenBindingFeature support is planned to be implemented???
The text was updated successfully, but these errors were encountered: