We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ffcd08 commit e2ee8b2Copy full SHA for e2ee8b2
1 file changed
testssl.sh
@@ -20500,7 +20500,7 @@ find_openssl_binary() {
20500
HAS_CURVES=true
20501
for curve in "${curves_ossl[@]}"; do
20502
# Same as above, we just don't need a port for invalid.
20503
- #FIXME: openssl 3 sometimes seems somtimes to hang when using '-connect invalid.' for up to 10 seconds
+ #FIXME: openssl 3 sometimes seems to hang when using '-connect invalid.' for up to 10 seconds
20504
$OPENSSL s_client -curves $curve -connect $NXCONNECT </dev/null 2>&1 | grep -Eiaq "Error with command|unknown option|cannot be set"
20505
[[ $? -ne 0 ]] && OSSL_SUPPORTED_CURVES+=" $curve "
20506
done
0 commit comments