| Used As |
Name |
Used In |
|
PARAM |
a |
GENERAL_NAMES_free (
GENERAL_NAMES* a
) »
|
|
PARAM |
gens |
i2v_GENERAL_NAMES (
X509V3_EXT_METHOD* method,
GENERAL_NAMES* gens,
struct stack_st_CONF_VALUE* ret
) »
|
|
RETURN |
|
GENERAL_NAMES_new ( ) »
|
|
RETURN |
|
v2i_GENERAL_NAMES (
X509V3_EXT_METHOD const* method,
X509V3_CTX* ctx,
struct stack_st_CONF_VALUE* nval
) »
|
|
FIELD |
.issuer |
struct x509_revoked_st {
ASN1_INTEGER* serialNumber,
ASN1_TIME* revocationDate,
struct stack_st_X509_EXTENSION* extensions,
struct stack_st_GENERAL_NAME* issuer,
int reason,
int sequence
} »
|
|
FIELD |
.fullname |
anon-union-x509v3.h-228 {
GENERAL_NAMES* fullname,
struct stack_st_X509_NAME_ENTRY* relativename
} »
|
|
FIELD |
.issuer |
struct ESS_issuer_serial {
struct stack_st_GENERAL_NAME* issuer,
ASN1_INTEGER* serial
} »
|
|
FIELD |
.altname |
struct x509_st {
...
X509_POLICY_CACHE* policy_cache,
struct stack_st_DIST_POINT* crldp,
struct stack_st_GENERAL_NAME* altname,
NAME_CONSTRAINTS* nc,
unsigned char[20] sha1_hash,
X509_CERT_AUX* aux
} »
|
|
FIELD |
.issuer |
struct AUTHORITY_KEYID_st {
ASN1_OCTET_STRING* keyid,
GENERAL_NAMES* issuer,
ASN1_INTEGER* serial
} »
|