Software /
code /
prosody
Comparison
doc/doap.xml @ 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 | 12541:97af41d580f7 |
child | 12605:053417068957 |
comparison
equal
deleted
inserted
replaced
12591:494577d883ff | 12594:29685403be32 |
---|---|
58 <implements rdf:resource="https://www.rfc-editor.org/info/rfc7233"/> | 58 <implements rdf:resource="https://www.rfc-editor.org/info/rfc7233"/> |
59 <implements rdf:resource="https://www.rfc-editor.org/info/rfc7301"/> | 59 <implements rdf:resource="https://www.rfc-editor.org/info/rfc7301"/> |
60 <implements rdf:resource="https://www.rfc-editor.org/info/rfc7395"/> | 60 <implements rdf:resource="https://www.rfc-editor.org/info/rfc7395"/> |
61 <implements rdf:resource="https://www.rfc-editor.org/info/rfc7590"/> | 61 <implements rdf:resource="https://www.rfc-editor.org/info/rfc7590"/> |
62 <implements rdf:resource="https://www.rfc-editor.org/info/rfc7673"/> | 62 <implements rdf:resource="https://www.rfc-editor.org/info/rfc7673"/> |
63 <implements rdf:resource="https://www.rfc-editor.org/info/rfc9266"/> | |
63 <implements rdf:resource="https://datatracker.ietf.org/doc/draft-cridland-xmpp-session/"> | 64 <implements rdf:resource="https://datatracker.ietf.org/doc/draft-cridland-xmpp-session/"> |
64 <!-- since=0.6.0 note=Added in hg:0bbbc9042361 --> | 65 <!-- since=0.6.0 note=Added in hg:0bbbc9042361 --> |
65 </implements> | 66 </implements> |
66 <implements rdf:resource="http://www.unicode.org/reports/tr39/"/> | 67 <implements rdf:resource="http://www.unicode.org/reports/tr39/"/> |
67 <implements> | 68 <implements> |