0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-11 22:48:56 +02:00

update README

This commit is contained in:
William Pitcock 2015-12-05 07:09:52 -06:00
parent 6a49a3432f
commit 354fd35126

View file

@ -14,9 +14,16 @@ used with an IRCv3-capable services implementation such as [Atheme][atheme] or [
# feature specific requirements
* For SSL Clients, SSL Challenge controlled OPER feature, and encrypted server links,
a working OpenSSL library or GnuTLS library. CHALLENGE is not supported on GnuTLS
yet.
* For SSL/TLS client and server connections, one of:
* OpenSSL 1.0 or newer
* LibreSSL
* mbedTLS
* GnuTLS
* For certificate-based oper CHALLENGE, OpenSSL 1.0 or newer.
(Using CHALLENGE is not recommended for new deployments, so if you want to use a different TLS library,
feel free.)
* For ECDHE, OpenSSL 1.0.0 or newer is required. RHEL/Fedora and derivatives like CentOS
will need to compile OpenSSL from source, as ECC/ECDHE-functionality is removed from