We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f321bcf commit 7597360Copy full SHA for 7597360
1 file changed
testssl.sh
@@ -10168,7 +10168,7 @@ run_npn() {
10168
return 0
10169
fi
10170
10171
- # TLS 1.3 s_client doesn't support -nextprotoneg when connecting with TLS 1.3. So we need to make sure it wont be used
+ # TLS 1.3 s_client doesn't support -nextprotoneg when connecting with TLS 1.3. So we need to make sure it won't be used
10172
# TLS13_ONLY is tested here again, just to be sure, see npn_pre
10173
if "$HAS_TLS13" && ! $TLS13_ONLY ]] ; then
10174
proto="-no_tls1_3"
0 commit comments