mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +01:00
commit
dda579cdf2
@ -8918,7 +8918,7 @@ certificate_info() {
|
|||||||
out "$indent" ; pr_bold " Signature Algorithm "
|
out "$indent" ; pr_bold " Signature Algorithm "
|
||||||
jsonID="cert_signatureAlgorithm"
|
jsonID="cert_signatureAlgorithm"
|
||||||
case $cert_sig_algo in
|
case $cert_sig_algo in
|
||||||
sha1WithRSAEncryption)
|
sha1WithRSA|sha1WithRSAEncryption)
|
||||||
pr_svrty_medium "SHA1 with RSA"
|
pr_svrty_medium "SHA1 with RSA"
|
||||||
if [[ "$SERVICE" == HTTP ]] || "$ASSUME_HTTP"; then
|
if [[ "$SERVICE" == HTTP ]] || "$ASSUME_HTTP"; then
|
||||||
out " -- besides: users will receive a "; pr_svrty_high "strong browser WARNING"
|
out " -- besides: users will receive a "; pr_svrty_high "strong browser WARNING"
|
||||||
|
Loading…
Reference in New Issue
Block a user