Hello,
I noticed that Chromium's Signature algorithms sort is: SHA256/ECDSA, RSA_PSS_SHA256, SHA256/RSA, SHA384/ECDSA, RSA_PSS_SHA384, SHA384/RSA, RSA_PSS_SHA512, SHA512/RSA
Is this determined by BoringSSL? And why is it defined this way?
This leads to, if a website offers dual certificates, one with RSA 4096 strength and the other with ECC 384 strength, Chromium will get the RSA certificate.
Best Regards,
Gentry