#include <ctype.h>
#include <string.h>
#include <openssl/asn1.h>
#include <openssl/asn1t.h>
#include <openssl/buf.h>
#include <openssl/err.h>
#include <openssl/mem.h>
#include <openssl/obj.h>
#include <openssl/stack.h>
#include <openssl/x509.h>
#include "../asn1/internal.h"
#include "../internal.h"
#include "internal.h"
Go to the source code of this file.
|
| ASN1_SEQUENCE_END (X509_NAME_ENTRY) |
|
static int | asn1_string_canon (ASN1_STRING *out, ASN1_STRING *in) |
|
static int | i2d_name_canon (STACK_OF(STACK_OF_X509_NAME_ENTRY) *_intname, unsigned char **in) |
|
static void | local_sk_X509_NAME_ENTRY_free (STACK_OF(X509_NAME_ENTRY) *ne) |
|
static void | local_sk_X509_NAME_ENTRY_pop_free (STACK_OF(X509_NAME_ENTRY) *ne) |
|
typedef | STACK_OF (X509_NAME_ENTRY) |
|
static int | x509_name_canon (X509_NAME *a) |
|
static int | x509_name_encode (X509_NAME *a) |
|
int | X509_NAME_ENTRY_set (const X509_NAME_ENTRY *ne) |
|
static int | x509_name_ex_d2i (ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx) |
|
static void | x509_name_ex_free (ASN1_VALUE **pval, const ASN1_ITEM *it) |
|
static int | x509_name_ex_i2d (ASN1_VALUE **val, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass) |
|
static int | x509_name_ex_new (ASN1_VALUE **val, const ASN1_ITEM *it) |
|
int | X509_NAME_get0_der (X509_NAME *nm, const unsigned char **pder, size_t *pderlen) |
|
int | X509_NAME_set (X509_NAME **xn, X509_NAME *name) |
|
◆ ASN1_MASK_CANON
◆ X509_NAME_MAX
#define X509_NAME_MAX (1024 * 1024) |
◆ ASN1_SEQUENCE_END()
◆ asn1_string_canon()
◆ i2d_name_canon()
static int i2d_name_canon |
( |
STACK_OF(STACK_OF_X509_NAME_ENTRY) * |
_intname, |
|
|
unsigned char ** |
in |
|
) |
| |
|
static |
◆ local_sk_X509_NAME_ENTRY_free()
◆ local_sk_X509_NAME_ENTRY_pop_free()
◆ STACK_OF()
◆ x509_name_canon()
◆ x509_name_encode()
◆ X509_NAME_ENTRY_set()
◆ x509_name_ex_d2i()
◆ x509_name_ex_free()
◆ x509_name_ex_i2d()
◆ x509_name_ex_new()
◆ X509_NAME_get0_der()
int X509_NAME_get0_der |
( |
X509_NAME * |
nm, |
|
|
const unsigned char ** |
pder, |
|
|
size_t * |
pderlen |
|
) |
| |
◆ X509_NAME_set()