mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
Added cookie key rotation
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
typedef struct sec_mod_st {
|
||||
gnutls_datum_t dcookie_key; /* the key to generate cookies */
|
||||
uint8_t cookie_key[COOKIE_KEY_SIZE];
|
||||
time_t cookie_key_last_update;
|
||||
|
||||
struct cfg_st *config;
|
||||
struct perm_cfg_st *perm_config;
|
||||
|
||||
Reference in New Issue
Block a user