0

From the documentation I found

HIGH "High" encryption cipher suites. This currently means those with key lengths larger than 128 bits, and some cipher suites with 128-bit keys.

The sentence "and some cipher suites with 128-bit keys" is a bit vague here. How can I obtain an exact list of all ciphers coverd by "HIGH"

szydan
  • 111

1 Answers1

0

I think we can use openssls

openssl ciphers HIGH

Which will print the list

szydan
  • 111