- 25 Mar, 2016 1 commit
-
-
Guus der Kinderen authored
When validating a certificate chain, the provided chain aught to be ordered. If our own ordering fails, we should use the first certifcate of the (unordered) chain, instead of failing completely.
-
- 30 Nov, 2015 1 commit
-
-
Guus der Kinderen authored
-
- 25 Nov, 2015 2 commits
-
-
Guus der Kinderen authored
This commit (which is compilable, but breaks some important functionality - work in progess) aims to centralize the configuration for connections. "Connections" are used in a broad sense here, and includes socket-based (TLS and legacy-mode SSL) client connections, BOSH-based client connections, component connections, connectionmanager (multiplexer) connections, but also connections to the admin panel.
-
Guus der Kinderen authored
This commit: - Refactors SSL-related code to reduce complexity and deprecate unused code - Adds factory methods to obtain SSL/TLS engine / contexts, to replace all code duplication that was going on before.
-