#include "common.h"#include "session.h"Go to the source code of this file.
Functions | |
| DH * | DHGenerateKEData (uint32_t DHGroup) |
| generate a DH public key for exchange | |
| void | ComputeDHKey (BIGNUM *pubk, struct IKEv2Session *se) |
| compute a DH key from own dh info + the other's public dh key | |
|
||||||||||||
|
compute a DH key from own dh info + the other's public dh key
|
|
|
generate a DH public key for exchange
|