Eneboo - Documentación para desarrolladores
Funciones
Referencia del Archivo src/libdigidoc/openssl/crypto/x509/x509cset.c
#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)

Documentación de las funciones

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_set_version ( X509_CRL x,
long  version 
)
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 
)
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'