mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
TLS session resumption database was moved to sec-mod
This reduces the number of sensitive data available to main process. Resolves #21
This commit is contained in:
@@ -41,6 +41,8 @@ typedef struct sec_mod_st {
|
||||
int cmd_fd;
|
||||
int cmd_fd_sync;
|
||||
|
||||
tls_sess_db_st tls_db;
|
||||
|
||||
struct config_mod_st *config_module;
|
||||
} sec_mod_st;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user