mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 00:37:00 +08:00
doc update
This commit is contained in:
@@ -1613,6 +1613,8 @@ static int connect_handler(worker_st * ws)
|
||||
(unsigned)(ws->config->rekey_time));
|
||||
SEND_ERR(ret);
|
||||
|
||||
/* if the peer isn't patched for safe renegotiation, always
|
||||
* require him to open a new tunnel. */
|
||||
if (gnutls_safe_renegotiation_status(ws->session) != 0)
|
||||
method = ws->config->rekey_method;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user