Software /
code /
prosody
Comparison
CHANGES @ 12594:29685403be32
mod_saslauth: Implement RFC 9266 'tls-exporter' channel binding (#1760)
Brings back SCRAM-SHA-*-PLUS from its hiatus brought on by the earlier
channel binding method being undefined for TLS 1.3, and the increasing
deployment of TLS 1.3.
See 1bfd238e05ad and #1542
Requires future version of LuaSec, once support for this key material
export method is merged.
See https://github.com/brunoos/luasec/pull/187
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 01 Jun 2022 15:06:59 +0200 |
parent | 12577:f888c84b2284 |
child | 12629:4c1d3f817063 |
comparison
equal
deleted
inserted
replaced
12591:494577d883ff | 12594:29685403be32 |
---|---|
15 - Support for deferred accept in server_epoll (pending LuaSocket support) | 15 - Support for deferred accept in server_epoll (pending LuaSocket support) |
16 | 16 |
17 ### Security and authentication | 17 ### Security and authentication |
18 | 18 |
19 - Advertise supported SASL Channel-Binding types (XEP-0440) | 19 - Advertise supported SASL Channel-Binding types (XEP-0440) |
20 - Implement RFC 9266 'tls-exporter' channel binding with TLS 1.3 | |
20 | 21 |
21 ## Removed | 22 ## Removed |
22 | 23 |
23 - Lua 5.1 support | 24 - Lua 5.1 support |
24 | 25 |