Librasta & Libsci
A C implementation of the RaSTA protocol stack
|
#include <config.h>
Data Fields | |
enum KEY_EXCHANGE_MODE | mode |
char | psk [128] |
uint64_t | rekeying_interval_ms |
enum KEY_EXCHANGE_MODE RastaConfigKex::mode |
Active Kex mode for the server
char RastaConfigKex::psk[128] |
Configured PSK, might be nullptr if mode is KEX_EXCHANGE_MODE_NONE
uint64_t RastaConfigKex::rekeying_interval_ms |
Rekeying interval or 0 when no rekeying is disabled