| # | Line 150 | Line 150 | serverinfo { | |
|---|---|---|
| 150 | # ssl_dh_param_file = "/usr/local/ircd/etc/dhparam.pem"; | |
| 151 | ||
| 152 | /* | |
| 153 | + | * ssl_dh_elliptic_curve: |
| 154 | + | * |
| 155 | + | * Defines the curve to use for the Elliptic Curve Diffie-Hellman (ECDH) algorithm. |
| 156 | + | * |
| 157 | + | * A list of supported curves by OpenSSL can be obtained by running: |
| 158 | + | * |
| 159 | + | * openssl ecparam -list_curves |
| 160 | + | */ |
| 161 | + | # ssl_dh_elliptic_curve = "secp521r1"; |
| 162 | + | |
| 163 | + | /* |
| 164 | * ssl_cipher_list: | |
| 165 | * | |
| 166 | * List of ciphers to support on _this_ server. Can be used to | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |