summaryrefslogtreecommitdiff
path: root/test/ejabberd_SUITE_data/openssl.cnf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix typosKian-Meng Ang2022-01-241-3/+3
|
* Sign certs used by tests with sha256Paweł Chmielowski2018-08-281-1/+1
| | | | | Seems that openssl1.1.1 (at least debian version) rejects certs signed with md5 or sha1, so lets use something that works.
* Best Practices for Use of SASL EXTERNAL with Certificates (XEP-0178) supportEvgeniy Khramtsov2017-03-071-3/+2
| | | | | | | | | It is now possible for client connections to login using PKIX certificates. This is disabled by default, to enable it: - either set 'tls_verify: true' and 'cafile: /path/to/CAfile' in the corresponding listener's section - or set equivalent per-vhost options 'c2s_tls_verify' and 'c2s_cafile'
* Add tests for s2s codeEvgeniy Khramtsov2016-09-231-0/+323