mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
Added configuration option 'dtls-psk'
When this option is set to false, the DTLS-PSK protocol will not be negotiated by worker processes. The process will fallback to the legacy protocol in that case.
This commit is contained in:
@@ -1926,7 +1926,6 @@ static int connect_handler(worker_st * ws)
|
||||
|
||||
if (ws->udp_state != UP_DISABLED) {
|
||||
|
||||
|
||||
if (ws->user_config->dpd > 0) {
|
||||
ret =
|
||||
cstp_printf(ws, "X-DTLS-DPD: %u\r\n",
|
||||
|
||||
Reference in New Issue
Block a user