165 |
* A list of supported curves by OpenSSL can be obtained by running: |
* A list of supported curves by OpenSSL can be obtained by running: |
166 |
* |
* |
167 |
* openssl ecparam -list_curves |
* openssl ecparam -list_curves |
168 |
|
* |
169 |
|
* This directive currently doesn't do anything with GnuTLS support. |
170 |
*/ |
*/ |
171 |
# ssl_dh_elliptic_curve = "secp521r1"; |
# ssl_dh_elliptic_curve = "secp521r1"; |
172 |
|
|
173 |
/* |
/* |
174 |
* ssl_cipher_list: list of ciphers to support on _this_ server. |
* ssl_cipher_list: list of ciphers to support on _this_ server. |
175 |
* Can be used to enforce specific ciphers for incoming SSL/TLS |
* Can be used to enforce specific ciphers for incoming SSL/TLS |
176 |
* connections. If a client (which also includes incoming server connections) |
* connections. If a client (which also includes incoming server |
177 |
* is not capable of using any of the ciphers listed here, the connection will |
* connections) is not capable of using any of the ciphers listed |
178 |
* simply be rejected. |
* here, the connection will simply be rejected. |
179 |
* |
* |
180 |
* A list of supported ciphers can be obtained by running: |
* A list of supported ciphers can be obtained by running: |
181 |
* |
* |