1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-05-18 06:06:04 +02:00

Merge pull request from knweiss/referenced_but_not_assigned2

certificate_info(): Fix unassigned variable.
This commit is contained in:
Dirk Wetter 2016-09-12 16:49:33 +02:00 committed by GitHub
commit 93c240278a

@ -4306,7 +4306,7 @@ certificate_info() {
out "$cert_sig_algo ("
pr_warning "FIXME: can't tell whether this is good or not"
outln ")"
fileout "${json_prefix}algorithm" "DEBUG" "Signature Algorithm: $sign_algo"
fileout "${json_prefix}algorithm" "DEBUG" "Signature Algorithm: $cert_sig_algo"
;;
esac
# old, but interesting: https://blog.hboeck.de/archives/754-Playing-with-the-EFF-SSL-Observatory.html