Since I just discovered that RFC 5425 requires TLS 1.2 to be used, and that .NET doesn't yet support it, I wonder if there are any implementation, possibly open source, of TLS 1.2 protocol, as defined in RFC 5246.
Thank you.
|
|
|
Just found that .Net Framework 4.5 now supports TLSv1.2 |
||||
|
|
|
The latest version of SSPI (bundled with Windows 7) has an implementation of TLS 1.2, which can be found in schannel.dll |
|||||
|
|
Support for TLS 1.2 is available in our SecureBlackbox product in both client and server components. |
|||||
|
|
You can enable TLS 1.2 in IIS by following these instructions. I presume this would be sufficient if you have an ASP.NET-based application that runs on top of IIS, although it looks like it does not really meet your needs. |
|||
|