Eneboo - Documentación para desarrolladores
|
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/asn1.h>
#include <openssl/objects.h>
#include <openssl/evp.h>
#include <openssl/x509.h>
Funciones | |
int | X509_CRL_set_version (X509_CRL *x, long version) |
int | X509_CRL_set_issuer_name (X509_CRL *x, X509_NAME *name) |
int | X509_CRL_set_lastUpdate (X509_CRL *x, ASN1_TIME *tm) |
int | X509_CRL_set_nextUpdate (X509_CRL *x, ASN1_TIME *tm) |
int | X509_CRL_sort (X509_CRL *c) |
int | X509_REVOKED_set_revocationDate (X509_REVOKED *x, ASN1_TIME *tm) |
int | X509_REVOKED_set_serialNumber (X509_REVOKED *x, ASN1_INTEGER *serial) |
int X509_REVOKED_set_revocationDate | ( | X509_REVOKED * | x, |
ASN1_TIME * | tm | ||
) |
int X509_REVOKED_set_serialNumber | ( | X509_REVOKED * | x, |
ASN1_INTEGER * | serial | ||
) |