Chrome Version: 65.0.3325.162
OS: gLinux
What steps will reproduce the problem?
(1) Go to any page on https://bugs.chromium.org/
(2) Click the green lock.
(3) View the Certificate info (click "Valid").
(4) Click the "Details" tab.
(5) In the tree, click on crrev.com > Certificate > Certificate Signature Algorithm
What is the expected result?
The value is "PKCS #1 SHA-256 With RSA Signature"
What happens instead?
The value is "PKCS #1 SHA-256 With RSA Encryption"
Reasoning: the "Certificate Signature Algorithm" is not an encryption algorithm but a signature algorithm.
Reference: see the PKCS #1 standard (https://tools.ietf.org/html/rfc3447) under "8.1.1 Signature generation operation" about "RSA signature".
If this is deemed a valid change I'm happy to write a CL.
Comment 1 by rsleevi@chromium.org
, Mar 19 2018