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:
Nikos Mavrogiannopoulos
2015-12-07 19:51:11 +01:00
parent d378ce0709
commit e1fc1f3c45
13 changed files with 244 additions and 175 deletions

View File

@@ -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;