3proxy/src
Vladimir Dubrovin a316622a85 Added multiple TLS configuration parameters for SSLPlugin
ssl_client_ciphersuites - TLS client ciphers for TLS 1.3, e.g. ssl_client_ciphersuites TLS_AES_128_GCM_SHA256
ssl_server_ciphersuites - TLS server ciphers for TLS 1.3
ssl_client_cipher_list - TLS client ciphers for TLS 1.2 and below , e.g. ssl_client_cipher_list ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-CHACHA20-POLY1305
ssl_server_cipher_list - TLS server ciphers for TLS 1.2 and below
ssl_client_min_proto_version - TLS client min TLS version (e.g. TLSv1.2)
ssl_server_min_proto_version - TLS server min TLS version (e.g. TLSv1.2)
ssl_client_max_proto_version - TLS client max TLS version (e.g. TLSv1.2)
ssl_server_max_proto_version - TLS server max TLS version (e.g. TLSv1.2)
ssl_client_verify - verify certificate for upstream server in TLS client functionality
ssl_client_no_verify - do not verify certificate for upstream server in TLS client functionality (default)
2024-03-10 13:36:40 +03:00
..
libs Older CVS comments removed 2014-12-13 23:20:00 +03:00
plugins Added multiple TLS configuration parameters for SSLPlugin 2024-03-10 13:36:40 +03:00
3proxy.c Copyright update 2021-07-02 11:50:33 +03:00
3proxy.ico build rc file from res 2020-11-22 02:14:53 +03:00
3proxy.rc Copyright update 2021-07-02 11:50:33 +03:00
auth.c fix crash on insufficient memory 2024-02-18 23:54:31 +03:00
authradius.c adding state to socket functions 2024-02-17 17:31:25 +03:00
auto.c clean up warnings 2023-07-13 15:29:26 +03:00
base64.c Copyright update 2021-07-02 11:50:33 +03:00
common.c call local socket function 2024-02-18 19:41:45 +03:00
conf.c clean up warnings 2023-07-13 15:29:26 +03:00
datatypes.c Copyright update 2021-07-02 11:50:33 +03:00
dnspr.c call local socket function 2024-02-18 19:41:45 +03:00
ftp.c call local socket function 2024-02-18 19:41:45 +03:00
ftppr.c call local socket function 2024-02-18 19:41:45 +03:00
log.c Copyright update 2021-07-02 11:50:33 +03:00
Makefile initial import to git 2014-04-08 13:03:21 +04:00
Makefile.inc "auto" command added 2022-10-18 17:58:52 +03:00
mycrypt.c Copyright update 2021-07-02 11:50:33 +03:00
ntlm.c Copyright update 2021-07-02 11:50:33 +03:00
plugins.c Fix plugin declarations of hashindex and nametohash 2023-10-11 10:00:47 +00:00
pop3p.c adding state to socket functions 2024-02-17 17:31:25 +03:00
proxy.c call local socket function 2024-02-18 19:41:45 +03:00
proxy.h call local socket function 2024-02-18 19:41:45 +03:00
proxymain.c Ffix use-after-free in freeparam 2024-02-22 17:30:50 +03:00
smtpp.c adding state to socket functions 2024-02-17 17:31:25 +03:00
sockgetchar.c adding state to socket functions 2024-02-17 17:31:25 +03:00
sockmap.c call local socket function 2024-02-18 19:41:45 +03:00
socks.c call local socket function 2024-02-18 19:41:45 +03:00
stringtable.c Copyright update 2021-07-02 11:50:33 +03:00
structures.h adding state to socket functions 2024-02-17 17:31:25 +03:00
tcppm.c Fix compilation issues 2022-06-29 10:18:36 +03:00
udppm.c call local socket function 2024-02-18 19:41:45 +03:00
version.h Commit as 0.9.4 2021-07-02 12:01:43 +03:00
webadmin.c adding state to socket functions 2024-02-17 17:31:25 +03:00