mirror of
https://repo.or.cz/socat.git
synced 2025-07-13 07:03:25 +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
|
@ -508,6 +508,9 @@
|
|||
/* Define if you have the OpenSSL SSL_CTX_clear_mode macro or function */
|
||||
#undef HAVE_SSL_CTX_clear_mode
|
||||
|
||||
/* Define if you have the OpenSSL SSL_set_tlsext_host_name define/function */
|
||||
#undef HAVE_SSL_set_tlsext_host_name
|
||||
|
||||
/* Define if you have the flock function */
|
||||
#undef HAVE_FLOCK
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue