Open
Description
For performance improvement some sites let client choose which signature algorithm they want to use (mainly RSA or ECDSA).
eg: www.google.com
openssl s_client -sigalgs RSA+SHA256 www.google.com:443 | openssl x509 -noout -text
....
Subject Public Key Info:
Public Key Algorithm: rsaEncryption
RSA Public-Key: (2048 bit)
....
openssl s_client -sigalgs ECDSA+SHA256 www.google.com:443 | openssl x509 -noout -text
...
Subject Public Key Info:
Public Key Algorithm: id-ecPublicKey
Public-Key: (256 bit)
...
wouldn't it more accurate to show all certificates when --show-certificate(s)
is requested ?
Metadata
Metadata
Assignees
Labels
No labels