mirror of
https://github.com/mozilla/cipherscan.git
synced 2024-11-22 22:33:40 +01:00
squash with ok/ko
This commit is contained in:
parent
cfc3e67782
commit
afc1755519
@ -751,9 +751,11 @@ display_results_in_terminal() {
|
||||
done|column -t
|
||||
echo
|
||||
pubkey_eval="KO"
|
||||
if [[ ! -z $pubkey ]]; then
|
||||
if (( $pubkey > 2047 )); then
|
||||
pubkey_eval="OK"
|
||||
fi
|
||||
fi
|
||||
sigalg_eval="OK"
|
||||
if [[ $sigalg =~ md5|sha1 ]]; then
|
||||
sigalg_eval="KO"
|
||||
|
Loading…
Reference in New Issue
Block a user