Software /
code /
prosody
Log
util/sasl/scram.lua @ 5871:e80916ce8d32
description | author | age |
---|---|---|
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 |
util.sasl.scram: Simplify validation of client-first-message | Kim Alvefur | Sun, 22 Sep 2013 04:29:27 +0200 |