Software /
code /
prosody
Comparison
util/sasl.lua @ 11672:79f8e29e88a0
net.server_epoll: Factor out TLS initialization into a method
So there's :startls(), :inittls() and :tlshandshake()
:starttls() prepares for plain -> TLS upgrade and ensures that the
(unencrypted) write buffer is drained before proceeding.
:inittls() wraps the connection and does things like SNI, DANE etc.
:tlshandshake() steps the TLS negotiation forward until it completes
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 13 Jul 2021 14:20:24 +0200 |
parent | 10723:144a1ee24a4e |
child | 11727:f3aee8a825cc |
comparison
equal
deleted
inserted
replaced
11671:4e4e26e3df8d | 11672:79f8e29e88a0 |
---|