ASN1_IA5STRING
ASN1_IA5STRING * ia5string;
ASN1_IA5STRING *ASN1_IA5STRING_new(void);
void ASN1_IA5STRING_free(ASN1_IA5STRING *a);
ASN1_IA5STRING *d2i_ASN1_IA5STRING(ASN1_IA5STRING **a, const unsigned char **in, long len);
int i2d_ASN1_IA5STRING(ASN1_IA5STRING *a, unsigned char **out);
ASN1_IA5STRING *chal;
ASN1_IA5STRING *
d2i_ASN1_IA5STRING(ASN1_IA5STRING **a, const unsigned char **in, long len)
return (ASN1_IA5STRING *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
i2d_ASN1_IA5STRING(ASN1_IA5STRING *a, unsigned char **out)
ASN1_IA5STRING *
return (ASN1_IA5STRING *)ASN1_item_new(&ASN1_IA5STRING_it);
ASN1_IA5STRING_free(ASN1_IA5STRING *a)
ASN1_IA5STRING *ia5 = NULL;
ASN1_IA5STRING *crlUrl;
ASN1_IA5STRING *sdsicert;
ASN1_IA5STRING *challenge; /* challenge sent in atlas >= PR2 */
ASN1_IA5STRING *email = NULL;
ASN1_IA5STRING *aname = name->d.dNSName;
ASN1_IA5STRING *aname = name->d.rfc822Name;
ASN1_IA5STRING *aname = name->d.uniformResourceIdentifier;
i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5)
static ASN1_IA5STRING *
ASN1_IA5STRING *ia5;
static char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5);
static ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method,
nc_dns(ASN1_IA5STRING *dns, ASN1_IA5STRING *base)
nc_email(ASN1_IA5STRING *eml, ASN1_IA5STRING *base)
nc_uri(ASN1_IA5STRING *uri, ASN1_IA5STRING *base)
static int nc_dns(ASN1_IA5STRING *sub, ASN1_IA5STRING *dns);
static int nc_email(ASN1_IA5STRING *sub, ASN1_IA5STRING *eml);
static int nc_uri(ASN1_IA5STRING *uri, ASN1_IA5STRING *base);
ASN1_IA5STRING *email;
append_ia5(STACK_OF(OPENSSL_STRING) **sk, ASN1_IA5STRING *email)
static int append_ia5(STACK_OF(OPENSSL_STRING) **sk, ASN1_IA5STRING *email);
ASN1_IA5STRING *rfc822Name;
ASN1_IA5STRING *dNSName;
ASN1_IA5STRING *uniformResourceIdentifier;
ASN1_IA5STRING *ia5; /* rfc822Name, dNSName, uniformResourceIdentifier */
ASN1_IA5STRING *cpsuri;
ASN1_IA5STRING *message = NULL;
ASN1_SIMPLE(FileAndHash, file, ASN1_IA5STRING),
ASN1_IA5STRING *file;
ASN1_IA5STRING *fileName;
DECLARE_STACK_OF(ASN1_IA5STRING);
#define sk_ASN1_IA5STRING_num(st) SKM_sk_num(ASN1_IA5STRING, (st))
#define sk_ASN1_IA5STRING_value(st, i) SKM_sk_value(ASN1_IA5STRING, (st), (i))
STACK_OF(ASN1_IA5STRING) *certificateURIs;
ASN1_OPT(FileNameAndHash, fileName, ASN1_IA5STRING),
ASN1_SEQUENCE_OF(TAKey, certificateURIs, ASN1_IA5STRING),
const ASN1_IA5STRING *certURI;