#include <stdio.h>
#include <openssl/conf.h>
#include <openssl/err.h>
#include <openssl/mem.h>
#include <openssl/obj.h>
#include <openssl/x509v3.h>
#include "../x509/internal.h"
#include "ext_dat.h"
Go to the source code of this file.
|
static int | ext_cmp (const void *void_a, const void *void_b) |
|
static void | ext_list_free (X509V3_EXT_METHOD *ext) |
|
static | STACK_OF (X509V3_EXT_METHOD) |
|
int | X509V3_add1_i2d (STACK_OF(X509_EXTENSION) **x, int nid, void *value, int crit, unsigned long flags) |
|
int | X509V3_add_standard_extensions (void) |
|
int | X509V3_EXT_add (X509V3_EXT_METHOD *ext) |
|
int | X509V3_EXT_add_alias (int nid_to, int nid_from) |
|
int | X509V3_EXT_add_list (X509V3_EXT_METHOD *extlist) |
|
void | X509V3_EXT_cleanup (void) |
|
void * | X509V3_EXT_d2i (const X509_EXTENSION *ext) |
|
int | X509V3_EXT_free (int nid, void *ext_data) |
|
const X509V3_EXT_METHOD * | X509V3_EXT_get (const X509_EXTENSION *ext) |
|
const X509V3_EXT_METHOD * | X509V3_EXT_get_nid (int nid) |
|
void * | X509V3_get_d2i (const STACK_OF(X509_EXTENSION) *extensions, int nid, int *out_critical, int *out_idx) |
|
◆ ext_cmp()
◆ ext_list_free()
◆ STACK_OF()
◆ X509V3_add1_i2d()
◆ X509V3_add_standard_extensions()
int X509V3_add_standard_extensions |
( |
void |
| ) |
|
◆ X509V3_EXT_add()
◆ X509V3_EXT_add_alias()
int X509V3_EXT_add_alias |
( |
int |
nid_to, |
|
|
int |
nid_from |
|
) |
| |
◆ X509V3_EXT_add_list()
◆ X509V3_EXT_cleanup()
void X509V3_EXT_cleanup |
( |
void |
| ) |
|
◆ X509V3_EXT_d2i()
◆ X509V3_EXT_free()
int X509V3_EXT_free |
( |
int |
nid, |
|
|
void * |
ext_data |
|
) |
| |
◆ X509V3_EXT_get()
◆ X509V3_EXT_get_nid()
◆ X509V3_get_d2i()