We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3261e6e + 8593cbb commit 6b91a60Copy full SHA for 6b91a60
1 file changed
testssl.sh
@@ -8278,7 +8278,7 @@ certificate_info() {
8278
out "$indent" ; pr_bold " Signature Algorithm "
8279
jsonID="cert_signatureAlgorithm"
8280
case $cert_sig_algo in
8281
- sha1WithRSAEncryption)
+ sha1WithRSA|sha1WithRSAEncryption)
8282
pr_svrty_medium "SHA1 with RSA"
8283
if [[ "$SERVICE" == HTTP ]] || "$ASSUME_HTTP"; then
8284
out " -- besides: users will receive a "; pr_svrty_high "strong browser WARNING"
0 commit comments