1

I see that there is a SslStream in the .NET framework. Does this stream support TLS-PSK? If yes, how do I set up the preshared key?

If not, is there some other class or library I can use to support TLS-PSK in my .NET application?

Wim Coenen
  • 66,094
  • 13
  • 157
  • 251

1 Answers1

2

Looking at SslStream's methods and properties, it doesn't support PSK ciphersuites.

Our SecureBlackbox supports PSK ciphersuites.

Eugene Mayevski 'Callback
  • 45,135
  • 8
  • 71
  • 121