ssl-tmp-ec-param

Elliptical curve used in ECDHE ciphers

Syntax

--ssl-tmp-ec-param elliptic_curve_name

Description

--ssl-tmp-ec-param elliptic_curve_name specifies the name of the elliptical curve used in ECDHE ciphers.

If this property is not specified, all ECDHE ciphers will be removed from the list of ciphers available for secure communication.

Parameters

elliptic_curve_name

Named of curve. All curves supported by OpenSSL are supported.

Examples

Use the prime256v1 curve.

--ssl-tmp-ec-param prime256v1
Was this topic helpful?