Searched refs:ia5 (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/lib/libcrypto/x509/
H A Dx509_ia5.c67 static char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5);
203 i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5) argument
207 if (!ia5 || !ia5->length)
209 if (!(tmp = malloc(ia5->length + 1))) {
213 memcpy(tmp, ia5->data, ia5->length);
214 tmp[ia5->length] = 0;
221 ASN1_IA5STRING *ia5; local
226 if (!(ia5
[all...]
H A Dx509_alt.c188 if (!X509V3_add_value_uchar("email", gen->d.ia5->data, &ret))
193 if (!X509V3_add_value_uchar("DNS", gen->d.ia5->data, &ret))
198 if (!X509V3_add_value_uchar("URI", gen->d.ia5->data, &ret))
271 BIO_printf(out, "email:%.*s", gen->d.ia5->length,
272 gen->d.ia5->data);
276 BIO_printf(out, "DNS:%.*s", gen->d.ia5->length,
277 gen->d.ia5->data);
281 BIO_printf(out, "URI:%.*s", gen->d.ia5->length,
282 gen->d.ia5->data);
478 gen->d.ia5
[all...]
H A Dx509_genn.c400 result = ASN1_STRING_cmp(a->d.ia5, b->d.ia5);
455 a->d.ia5 = value;
492 return a->d.ia5;
H A Dx509v3.h203 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName, uniformResourceIdentifier */ member in union:GENERAL_NAME_st::__anon13
532 const ASN1_OCTET_STRING *ia5);
H A Dx509_utl.c713 if (!append_ia5(&ret, gen->d.ia5))
/openbsd-current/lib/libcrypto/asn1/
H A Da_print.c67 int ia5 = 0; local
87 ia5 = 1;
93 if (ia5)
/openbsd-current/lib/libcrypto/ocsp/
H A Docsp_ext.c571 ASN1_IA5STRING *ia5 = NULL; local
589 if (!(ia5 = ASN1_IA5STRING_new()))
591 if (!ASN1_STRING_set((ASN1_STRING*)ia5, *urls, -1))
594 ad->location->d.ia5 = ia5;
595 ia5 = NULL;
604 if (ia5)
605 ASN1_IA5STRING_free(ia5);

Completed in 137 milliseconds