Eneboo - Documentación para desarrolladores
|
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/evp.h>
#include <openssl/objects.h>
#include <openssl/asn1_mac.h>
#include <openssl/x509.h>
Funciones | |
int | i2d_X509_PKEY (X509_PKEY *a, unsigned char **pp) |
X509_PKEY * | d2i_X509_PKEY (X509_PKEY **a, const unsigned char **pp, long length) |
X509_PKEY * | X509_PKEY_new (void) |
void | X509_PKEY_free (X509_PKEY *x) |
void X509_PKEY_free | ( | X509_PKEY * | x | ) |
X509_PKEY* X509_PKEY_new | ( | void | ) |