mirror of
https://repo.or.cz/socat.git
synced 2025-07-09 05:46:32 +00:00
Added SNI support to OPENSSL-CONNECT, with options no-sni, snihost
This commit is contained in:
parent
d109e3131b
commit
aa2b9c00b2
9 changed files with 179 additions and 2 deletions
|
@ -490,7 +490,9 @@ enum e_optcode {
|
|||
OPT_OPENSSL_MAX_PROTO_VERSION,
|
||||
OPT_OPENSSL_METHOD,
|
||||
OPT_OPENSSL_MIN_PROTO_VERSION,
|
||||
OPT_OPENSSL_NO_SNI,
|
||||
OPT_OPENSSL_PSEUDO,
|
||||
OPT_OPENSSL_SNIHOST,
|
||||
OPT_OPENSSL_VERIFY,
|
||||
OPT_OPOST, /* termios.c_oflag */
|
||||
OPT_OSPEED, /* termios.c_ospeed */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue