mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
main/sec-mod: handle sec-mod reload via synchronous communication
This eliminates race-conditions related to signal handling and potential main/sec-mod desynchronizations related to cert/key pairs. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
@@ -96,6 +96,8 @@ typedef enum {
|
||||
CMD_SECM_LIST_COOKIES,
|
||||
CMD_SECM_LIST_COOKIES_REPLY,
|
||||
CMD_SECM_STATS, /* sent periodically */
|
||||
CMD_SECM_RELOAD,
|
||||
CMD_SECM_RELOAD_REPLY,
|
||||
|
||||
MAX_SECM_CMD,
|
||||
} cmd_request_t;
|
||||
|
||||
Reference in New Issue
Block a user