aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala/src/core/tls_xmpp_stream.vala
Commit message (Collapse)AuthorAgeFilesLines
* Fix segfault on bad certificate with multiple xmpp recordsfiaxh2021-04-071-0/+6
| | | | Co-authored-by: Marvin W <git@larma.de>
* Fix segfault on accept_certificate signal (fixup 81a5505)fiaxh2020-12-311-2/+2
|
* Allow certificates from unknown CAs from .onion domainsfiaxh2020-12-311-1/+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/+19
fixes #534