#include <stdio.h>
#include "cryptlib.h"
#include <openssl/asn1.h>
#include <openssl/objects.h>
#include <openssl/evp.h>
#include <openssl/x509.h>
Go to the source code of this file.
Functions | |
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, const ASN1_TIME *tm) |
int | X509_CRL_set_nextUpdate (X509_CRL *x, const 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) |
Definition at line 77 of file x509cset.c.
Definition at line 84 of file x509cset.c.
Definition at line 102 of file x509cset.c.
int X509_CRL_set_version | ( | X509_CRL * | x, |
long | version | ||
) |
Definition at line 66 of file x509cset.c.
int X509_CRL_sort | ( | X509_CRL * | c | ) |
Definition at line 120 of file x509cset.c.
int X509_REVOKED_set_revocationDate | ( | X509_REVOKED * | x, |
ASN1_TIME * | tm | ||
) |
Definition at line 136 of file x509cset.c.
int X509_REVOKED_set_serialNumber | ( | X509_REVOKED * | x, |
ASN1_INTEGER * | serial | ||
) |
Definition at line 154 of file x509cset.c.