3.0.0-alpha2: openssl ciphers MEDIUM empty?

Matt Caswell matt at openssl.org
Thu Jun 4 07:59:10 UTC 2020



On 04/06/2020 00:39, Benjamin Kaduk via openssl-users wrote:
> only reports the TLS 1.3 ciphersuites and some SEED ciphers for an
> input of MEDIUM, and IIRC the SEED ciphers have been foisted off to the
> legacy provider and are not available by default.

Yes - this is exactly the reason. Explicitly loading the legacy and
default providers restores the previous behaviour:

$ openssl ciphers -provider legacy -provider default MEDIUM

TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256:DHE-RSA-SEED-SHA:DHE-DSS-SEED-SHA:ADH-SEED-SHA:SEED-SHA:IDEA-CBC-SHA


Matt


More information about the openssl-users mailing list