mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-02 01:58:28 +02:00
Add missing vim modeline config in sh & perl files, cc #1901
This commit is contained in:
@ -29,4 +29,4 @@ echo "You may now run \"testssl.sh $(docker inspect $ID --format '{{.NetworkSett
|
||||
exit 0
|
||||
|
||||
|
||||
|
||||
# vim:ts=5:sw=5:expandtab
|
||||
|
@ -53,3 +53,4 @@ echo "You may now run \"testssl.sh $(docker inspect $ID --format '{{.NetworkSett
|
||||
|
||||
exit 0
|
||||
|
||||
# vim:ts=5:sw=5:expandtab
|
||||
|
@ -34,3 +34,5 @@ echo
|
||||
# remove leading : because of GREASE, and trailing because of TLS_EMPTY_RENEGOTIATION_INFO_SCSV
|
||||
ciphers="${ciphers%:}"
|
||||
echo ${ciphers#:}
|
||||
|
||||
# vim:ts=5:sw=5:expandtab
|
||||
|
@ -34,3 +34,5 @@ echo
|
||||
# remove leading : because of GREASE, and trailing because of TPM_ECC_NONE
|
||||
curves="${curves%:}"
|
||||
echo ${curves#:}
|
||||
|
||||
# vim:ts=5:sw=5:expandtab
|
||||
|
@ -41,3 +41,5 @@ print join ":", @spec;
|
||||
print "\n";
|
||||
my $count = @spec;
|
||||
print "$count ciphers\n";
|
||||
|
||||
# vim:ts=5:sw=5:expandtab
|
||||
|
@ -18,3 +18,5 @@ echo "--------------------------------------------------------"
|
||||
openssl s_client -connect $1:443 -servername $1 -bugs -no_ssl2 -sess_in /tmp/ssl_s </dev/null 2>/dev/null| egrep "New|Reused|SSL handshake has read"
|
||||
|
||||
echo
|
||||
|
||||
# vim:ts=5:sw=5:expandtab
|
||||
|
@ -494,3 +494,7 @@ foreach my $shortname ( sort keys %sims ) {
|
||||
close OUT;
|
||||
|
||||
exit;
|
||||
|
||||
|
||||
# vim:ts=5:sw=5:expandtab
|
||||
|
||||
|
Reference in New Issue
Block a user