We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5d41ff + f5162c9 commit dda579cCopy full SHA for dda579c
1 file changed
testssl.sh
@@ -8918,7 +8918,7 @@ certificate_info() {
8918
out "$indent" ; pr_bold " Signature Algorithm "
8919
jsonID="cert_signatureAlgorithm"
8920
case $cert_sig_algo in
8921
- sha1WithRSAEncryption)
+ sha1WithRSA|sha1WithRSAEncryption)
8922
pr_svrty_medium "SHA1 with RSA"
8923
if [[ "$SERVICE" == HTTP ]] || "$ASSUME_HTTP"; then
8924
out " -- besides: users will receive a "; pr_svrty_high "strong browser WARNING"
0 commit comments