Skip to content

Commit c882bee

Browse files
committed
Merge branch 'master' of github.com:rbsec/sslscan
2 parents 2de9239 + 829a5ec commit c882bee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sslscan.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,6 +1064,7 @@ int testFallback(struct sslCheckOptions *options, const SSL_METHOD *sslMethod)
10641064
else
10651065
{
10661066
printf("Server %sdoes not%s support TLS Fallback SCSV\n\n", COL_RED, RESET);
1067+
printf_xml(" <fallback supported=\"0\" />\n");
10671068
}
10681069
}
10691070
else
@@ -1076,6 +1077,7 @@ int testFallback(struct sslCheckOptions *options, const SSL_METHOD *sslMethod)
10761077
if (SSL_get_error(ssl, connStatus == 6))
10771078
{
10781079
printf("Server %ssupports%s TLS Fallback SCSV\n\n", COL_GREEN, RESET);
1080+
printf_xml(" <fallback supported=\"1\" />\n");
10791081
status = false;
10801082
}
10811083
}

0 commit comments

Comments
 (0)