mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-01 06:19:44 +01:00
correct English in comment
This commit is contained in:
parent
8b4ebc385a
commit
86853c4a5c
@ -20900,8 +20900,8 @@ extract_calist() {
|
|||||||
|
|
||||||
# This is only being called from determine_optimal_proto() in order to check whether we have a server with
|
# This is only being called from determine_optimal_proto() in order to check whether we have a server with
|
||||||
# client authentication, a server with no SSL session ID switched off -- and as the name indicates a protocol.
|
# client authentication, a server with no SSL session ID switched off -- and as the name indicates a protocol.
|
||||||
# ARG1 is the return value von openssl s_client connect. (Darwin or LibreSSL may return 1 here)
|
# ARG1 is the openssl s_client connect return value. (Darwin or LibreSSL may return 1 here)
|
||||||
# ARG2 is the file name from server hello
|
# ARG2 is the server hello file name
|
||||||
#
|
#
|
||||||
sclient_auth() {
|
sclient_auth() {
|
||||||
local server_hello="$(cat -v "$2")"
|
local server_hello="$(cat -v "$2")"
|
||||||
|
Loading…
Reference in New Issue
Block a user