#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_set_version (X509 *x, long version) |
int | X509_set_serialNumber (X509 *x, ASN1_INTEGER *serial) |
int | X509_set_issuer_name (X509 *x, X509_NAME *name) |
int | X509_set_subject_name (X509 *x, X509_NAME *name) |
int | X509_set_notBefore (X509 *x, const ASN1_TIME *tm) |
int | X509_set_notAfter (X509 *x, const ASN1_TIME *tm) |
int | X509_set_pubkey (X509 *x, EVP_PKEY *pkey) |
Definition at line 95 of file x509_set.c.
Definition at line 125 of file x509_set.c.
Definition at line 107 of file x509_set.c.
Definition at line 143 of file x509_set.c.
int X509_set_serialNumber | ( | X509 * | x, |
ASN1_INTEGER * | serial | ||
) |
Definition at line 77 of file x509_set.c.
Definition at line 101 of file x509_set.c.
int X509_set_version | ( | X509 * | x, |
long | version | ||
) |
Definition at line 66 of file x509_set.c.