#include <stdio.h>
#include "cryptlib.h"
#include <openssl/conf.h>
#include <openssl/x509v3.h>
#include "ext_dat.h"
Go to the source code of this file.
|
| DECLARE_OBJ_BSEARCH_CMP_FN (const X509V3_EXT_METHOD *, const X509V3_EXT_METHOD *, ext) |
|
| IMPLEMENT_OBJ_BSEARCH_CMP_FN (const X509V3_EXT_METHOD *, const X509V3_EXT_METHOD *, ext) |
|
const X509V3_EXT_METHOD * | X509V3_EXT_get_nid (int nid) |
|
const X509V3_EXT_METHOD * | X509V3_EXT_get (X509_EXTENSION *ext) |
|
int | X509V3_EXT_add_list (X509V3_EXT_METHOD *extlist) |
|
int | X509V3_EXT_add_alias (int nid_to, int nid_from) |
|
void | X509V3_EXT_cleanup (void) |
|
int | X509V3_add_standard_extensions (void) |
|
void * | X509V3_EXT_d2i (X509_EXTENSION *ext) |
|
void * | X509V3_get_d2i (STACK_OF(X509_EXTENSION)*x, int nid, int *crit, int *idx) |
|
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_alias |
( |
int |
nid_to, |
|
|
int |
nid_from |
|
) |
| |