dagolden / Authen-SCRAM

Salted Challenge Response Authentication Mechanism (RFC 5802)
https://metacpan.org/author/DAGOLDEN
1 stars 0 forks source link

SASLprep doesn't support stored mode #1

Closed xdg closed 6 years ago

xdg commented 8 years ago

According to RFC 5802 §2.2 , SASLprep must be applied in "stored string" mode, but Authen::SASL::SASLprep doesn't currently offer it. rt.cpan.org#117767 was filed to track this feature request.

If that ticket doesn't add the feature, we may need to internally re-implement it directly with Unicode::Stringprep, passing the appropriate argument.