Comparison

util/sasl.lua @ 2191:e79c0ce6cf54 sasl

Adding support for digest-md5 profile in DIGEST-MD5 implementation.
author Tobias Markmann <tm@ayena.de>
date Fri, 13 Nov 2009 11:24:22 +0100
parent 2190:9657276387af
child 2193:8fbbdb11a520
comparison
equal deleted inserted replaced
2190:9657276387af 2191:e79c0ce6cf54
59 -- implementations it's not 59 -- implementations it's not
60 return digesthash, state; 60 return digesthash, state;
61 end 61 end
62 62
63 digest-md5-test: 63 digest-md5-test:
64 function(username, realm, encoding, digesthash) 64 function(username, domain, realm, encoding, digesthash)
65 return true or false, state; 65 return true or false, state;
66 end 66 end
67 ]] 67 ]]
68 68
69 local method = {}; 69 local method = {};