User Tools

Site Tools


notes:openssl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
notes:openssl [2024/05/18 22:33] davidnotes:openssl [2024/06/01 21:18] (current) – [openssl s_client] david
Line 91: Line 91:
 Retrieve just the RSA public key if the site has both ECDSA & RSA Retrieve just the RSA public key if the site has both ECDSA & RSA
     openssl s_client -sigalgs "RSA-PSS+SHA256"  -connect google.com:443     openssl s_client -sigalgs "RSA-PSS+SHA256"  -connect google.com:443
 +    to retrieve the EC cert use "ECDSA+SHA256" for sigalgs
  
 For more examples of using signature algorithms see https://node-security.com/posts/openssl-testing-signature-algorithm/ For more examples of using signature algorithms see https://node-security.com/posts/openssl-testing-signature-algorithm/
notes/openssl.txt · Last modified: by david