#include "config.h"#include <stdint.h>#include <openssl/bn.h>#include "logging.h"#include "utils.h"Go to the source code of this file.
Defines | |
| #define | IKEv2_RET_OK 0 |
| #define | IKEv2_RET_ERRMEMALLOC 1 |
| #define | IKEv2_RET_ERRWRONGSPI 2 |
| #define | IKEv2_RET_ERRPARAMETERS 3 |
| #define | IKEv2_RET_ERRNOSESSION 4 |
| #define | IKEv2_RET_FAILED 5 |
| #define | IKEv2_RET_ERRCONFIGFILE 6 |
| #define | EAP_IKEv2_KEY_LEN 256 |
Enumerations | |
| enum | bool { false = 0, true = -1 } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Purpose: for testing DHCount behaviour Uncomment it to force intiator for using the same everytime dhgroup define IKE_FORCE_SAME_DHG define IKE_FORCE_SAME_REKEYING_DHG |
|
|
|