#include <stdio.h>
#include "cryptlib.h"
#include <openssl/bn.h>
#include <openssl/rand.h>
#include <openssl/dh.h>
Go to the source code of this file.
Functions | |
int | DH_generate_key (DH *dh) |
int | DH_compute_key (unsigned char *key, const BIGNUM *pub_key, DH *dh) |
const DH_METHOD * | DH_OpenSSL (void) |