mirror of
https://github.com/matrix-construct/construct
synced 2024-11-19 08:21:09 +01:00
Add notice about ECC/ECDHE in OpenSSL.
This commit is contained in:
parent
81998134b7
commit
f36d4bb460
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ Feature Specific Requirements:
|
||||||
- For encrypted oper and (optional) server passwords, a working DES, MD5, or SHA library
|
- For encrypted oper and (optional) server passwords, a working DES, MD5, or SHA library
|
||||||
implementing crypt().
|
implementing crypt().
|
||||||
|
|
||||||
|
- 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
|
||||||
|
the OpenSSL package in these distributions.
|
||||||
|
|
||||||
*******************************************************************************
|
*******************************************************************************
|
||||||
|
|
||||||
- To report bugs in charybdis, visit us at irc.atheme.org #charybdis
|
- To report bugs in charybdis, visit us at irc.atheme.org #charybdis
|
||||||
|
|
Loading…
Reference in a new issue