WCF using TLS and Secure Remote Password (SRP)

120 Views Asked by At

Secure Remote Password is described in RFC 5054, however I don't see any specific support for this in .NET or WCF. Has anyone come across this where it is baked into the .NET libraries. I realize OpenSSL is an option here but I'm trying to avoid third party libraries. Writing a custom version being completely fraught with danger is also completely out of the question.

0

There are 0 best solutions below