Software /
code /
verse
Log
util/sasl/scram.lua @ 411:db462d4feb44
description | author | age |
---|---|---|
util.sasl.scram: Add support for authenticating with pre-hashed password | Kim Alvefur | 2017-04-07 |
util.sasl.scram: Use the new util.hashes and util.random | Kim Alvefur | 2015-08-25 |
util.sasl.scram: Only indicate channel binding support when TLS is used | Kim Alvefur | 2014-10-05 |
util.sasl.scram: Slight optimization of HMAC | Kim Alvefur | 2014-09-30 |
util.sasl.scram: Correctly verify that the server added its own nonce | Kim Alvefur | 2014-09-30 |
util.sasl.scram: Fix typo | Kim Alvefur | 2014-09-18 |
plugins.sasl: Alter mechanism loading and pass name of loaded mechanism. Fixes attempting SCRAM-PLUS when only SCRAM is offered | Kim Alvefur | 2014-09-18 |
SCRAM: Add channel binding support (SCRAM-SHA-1-PLUS) | Kim Alvefur | 2014-09-18 |
Add SCRAM-SHA-1 implementation | Kim Alvefur | 2014-09-18 |