ssllabs / ssllabs-scan

A command-line reference-implementation client for SSL Labs APIs, designed for automated and/or bulk testing.
https://www.ssllabs.com/projects/ssllabs-apis/
Apache License 2.0
1.7k stars 241 forks source link

Missing information about what 256p means #898

Open TommieGoldhammer opened 2 years ago

TommieGoldhammer commented 2 years ago

In the list of Cipher Suites, there is sometimes "256P" in the right column. There is no explanation what the "P" means. (I guess that the server Prefers this suite)

image

naumanshah03 commented 2 years ago

Hi @TommieGoldhammer

Thanks for reporting this issue. Ideally it should have shown a message about the 'P' mark. We might have missed it for the TLS 1.3 (P) This server prefers ChaCha20 suites with clients that don't have AES-NI (e.g., Android devices)

Could you please share the domain name?

Will add this message for TLS 1.3 in the upcoming release

Regards, Nauman Shah

TommieGoldhammer commented 2 years ago

Hi @naumanshah03 Sure, the domain name is "www.fortnox.se". (It's not my domain name, I was just comparing some configurations). Kind regards, Tommie

naumanshah03 commented 2 years ago

Hi @TommieGoldhammer

I have resolved this issue. Expect a release soon and the changes for it will be available in that release. image

Regards, Nauman Shah