Annotate

libs/table.lua @ 454:9f27a2075e9e

util.sasl.scram: Disable 'tls-unique' channel binding on TLS 1.3 See background in https://issues.prosody.im/1542
author Kim Alvefur <zash@zash.se>
date Wed, 03 Aug 2022 03:06:26 +0200
parent 439:6fc73ad6b1d2
child 483:33d566513eb0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
439
6fc73ad6b1d2 util.table: Add fallback for the Prosody C module
Kim Alvefur <zash@zash.se>
parents:
diff changeset
1 return {pack = function(...) return {n = select("#", ...); ...} end; create = function() return {} end}