Software /
code /
prosody
Comparison
util/sasl/scram.lua @ 3374:ce52f1d5cb74
util.sasl.scram: Reference actual RFC instead of the draft.
author | Tobias Markmann <tm@ayena.de> |
---|---|
date | Thu, 15 Jul 2010 21:14:07 +0200 |
parent | 3206:ff1d3f751da1 |
child | 3405:b1efe62c3c37 |
comparison
equal
deleted
inserted
replaced
3373:cd6836586a6a | 3374:ce52f1d5cb74 |
---|---|
25 local byte = string.byte; | 25 local byte = string.byte; |
26 | 26 |
27 module "scram" | 27 module "scram" |
28 | 28 |
29 --========================= | 29 --========================= |
30 --SASL SCRAM-SHA-1 according to draft-ietf-sasl-scram-10 | 30 --SASL SCRAM-SHA-1 according to RFC 5802 |
31 | 31 |
32 --[[ | 32 --[[ |
33 Supported Authentication Backends | 33 Supported Authentication Backends |
34 | 34 |
35 scram_{MECH}: | 35 scram_{MECH}: |