util.sasl.scram: Adding reference to RFC 5929 'Channel Bindings for TLS'.
authorTobias Markmann <tm@ayena.de>
Mon, 17 Jan 2011 16:50:21 +0100
changeset 5836 fa8cfe830fef
parent 5835 a5f4de8c0b40
child 5837 574e91531994
util.sasl.scram: Adding reference to RFC 5929 'Channel Bindings for TLS'.
util/sasl/scram.lua
--- a/util/sasl/scram.lua	Mon Jan 17 16:50:21 2011 +0100
+++ b/util/sasl/scram.lua	Mon Jan 17 16:50:21 2011 +0100
@@ -38,6 +38,10 @@
 	function(username, realm)
 		return stored_key, server_key, iteration_count, salt, state;
 	end
+
+Supported Channel Binding Backends
+
+'tls-unique' according to RFC 5929
 ]]
 
 local default_i = 4096