1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-07-04 12:51:56 +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

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