RustCrypto / PAKEs

Password-Authenticated Key Agreement protocols
106 stars 35 forks source link

Support the nousernameinx flag #109

Closed jkcoxson closed 1 year ago

jkcoxson commented 2 years ago

Hello, I'm writing a client implementation of SRP, but the server I'm connecting to requires that the nousernameinx flag be set. How would I go about doing this, or what would this library have to change to support this? Thanks!

tarcieri commented 2 years ago

I've never heard of the "nousernameinx" flag. Do you know of a specification for it?

tarcieri commented 1 year ago

Was there a workaround for this?