Software /
code /
prosody
Log
util/sasl/scram.lua @ 7216:65e36b81d56a
description | author | age |
---|---|---|
util.sasl.scram: Rename variable to avoid name clash [luacheck] | Kim Alvefur | Sun, 28 Feb 2016 19:26:14 +0100 |
util.sasl.scram: Get rid of module call | Kim Alvefur | Tue, 07 Apr 2015 23:26:32 +0200 |
util.sasl.scram: Rename variable for clarity | Kim Alvefur | Sun, 13 Oct 2013 01:43:04 +0200 |
util.sasl.scram: Cache profile name instead of concatenating when used | Kim Alvefur | Sun, 13 Oct 2013 01:36:28 +0200 |
util.sasl.scram: Rewrite patterns and capture client-first-message-bare, client-final-message-without-proof | Kim Alvefur | Sun, 13 Oct 2013 01:14:21 +0200 |
util.sasl.scram: Create the state table as late as possible, keep state in locals for faster access | Kim Alvefur | Sun, 13 Oct 2013 00:29:47 +0200 |
util.sasl.scram: Compare gs2-header to cbind-input (Thanks Tobias) | Kim Alvefur | Sat, 12 Oct 2013 21:15:36 +0200 |
util.sasl.scram: Remove unused function and import | Kim Alvefur | Sun, 06 Oct 2013 23:17:05 +0200 |