aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala/src/core/direct_tls_xmpp_stream.vala
Commit message (Collapse)AuthorAgeFilesLines
* Fix segfault on accept_certificate signal (fixup 81a5505)fiaxh2020-12-311-3/+3
|
* Allow certificates from unknown CAs from .onion domainsfiaxh2020-12-311-4/+7
| | | | | | It's barely possible for .onion servers to provide a non-self-signed cert. But that's fine because encryption is provided independently though TOR. see #958
* Refactor XmppStream, TLS and connection method logicfiaxh2020-11-201-0/+31
fixes #534