We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a0099 commit d9b293fCopy full SHA for d9b293f
testssl.sh
@@ -11299,7 +11299,7 @@ run_npn() {
11299
return 0
11300
fi
11301
11302
- # 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
11303
# TLS13_ONLY is tested here again, just to be sure, see npn_pre
11304
if "$HAS_TLS13" && ! $TLS13_ONLY ]] ; then
11305
proto="-no_tls1_3"
0 commit comments