[openssl-users] Supported cipher suites

Matt Caswell matt at openssl.org
Wed Nov 15 09:33:06 UTC 2017



On 15/11/17 06:08, Grace Priscilla Jero wrote:
> Hi All,
> Do we have the exact list of cipher suites supported by default in
> openssl for each of the below in 1.1.0g version of openSSL.
> 
> TLS 1.0
> TLS 1.1
> TLS 1.2
> DTLS 1.0
> DTLS 1.2

You can use the command line "ciphers" command for this information, i.e.

$ openssl ciphers -s -v -tls1
$ openssl ciphers -s -v -tls1_1
$ openssl ciphers -s -v -tls1_2

DTLS1.0 is the same list as for TLS1.1 and DTLS1.2 is the same as for
TLS1.2.

Matt



More information about the openssl-users mailing list