Home
last modified time | relevance | path

Searched refs:utf8 (Results 1 – 16 of 16) sorted by relevance

/openssl/crypto/x509/
H A Dv3_utf8.c30 ASN1_UTF8STRING *utf8) in i2s_ASN1_UTF8STRING() argument
34 if (utf8 == NULL || utf8->length == 0) { in i2s_ASN1_UTF8STRING()
38 if ((tmp = OPENSSL_malloc(utf8->length + 1)) == NULL) in i2s_ASN1_UTF8STRING()
40 memcpy(tmp, utf8->data, utf8->length); in i2s_ASN1_UTF8STRING()
41 tmp[utf8->length] = 0; in i2s_ASN1_UTF8STRING()
48 ASN1_UTF8STRING *utf8; in s2i_ASN1_UTF8STRING() local
53 if ((utf8 = ASN1_UTF8STRING_new()) == NULL) { in s2i_ASN1_UTF8STRING()
57 if (!ASN1_STRING_set((ASN1_STRING *)utf8, str, strlen(str))) { in s2i_ASN1_UTF8STRING()
59 ASN1_UTF8STRING_free(utf8); in s2i_ASN1_UTF8STRING()
63 ebcdic2ascii(utf8->data, utf8->data, utf8->length); in s2i_ASN1_UTF8STRING()
[all …]
/openssl/doc/man1/
H A Dopenssl-namedisplay-options.pod21 The default value is C<utf8,sep_comma_plus_space>.
39 It is equivalent to B<esc_2253>, B<esc_ctrl>, B<esc_msb>, B<utf8>,
47 It is equivalent to B<esc_2253>, B<esc_ctrl>, B<esc_msb>, B<utf8>,
86 =item B<utf8>
H A Dopenssl-asn1parse.pod.in185 openssl asn1parse -genstr 'UTF8:Hello World' -noout -out utf8.der
H A Dopenssl-req.pod.in49 [B<-utf8>]
411 =item B<-utf8>
575 =item B<utf8>
H A Dopenssl-ca.pod.in62 [B<-utf8>]
332 =item B<-utf8>
H A Dopenssl-cms.pod.in618 printing options for string fields. For most cases B<utf8> is reasonable value.
/openssl/external/perl/Text-Template-1.56/
H A DMETA.yml13 utf8: '0'
/openssl/.github/workflows/
H A Dwindows_comp.yml52 …eplace '([0-9]+\.[0-9]+)(\..*)','$1'})" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
111 …eplace '([0-9]+\.[0-9]+)(\..*)','$1'})" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
H A Dwindows.yml62 …eplace '([0-9]+\.[0-9]+)(\..*)','$1'})" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
/openssl/doc/man7/
H A DEVP_SIGNATURE-ED25519.pod56 =item * "instance" (B<OSSL_SIGNATURE_PARAM_INSTANCE>) <utf8 string>
97 =item * "instance" (B<OSSL_SIGNATURE_PARAM_INSTANCE>) <utf8 string>
H A Dprovider-storemgmt.pod187 =item "properties" (B<OSSL_STORE_PARAM_PROPERTIES>) <utf8 string>
192 =item "input-type" (B<OSSL_STORE_PARAM_INPUT_TYPE>) <utf8 string>
H A Dpassphrase-encoding.pod3 =encoding utf8
/openssl/doc/man3/
H A Ds2i_ASN1_IA5STRING.pod35 ASN1_UTF8STRING *utf8);
/openssl/doc/designs/
H A Dfast-param-find.md128 is duplicated with differenting types (e.g. utf8 string and integer).
/openssl/include/openssl/
H A Dx509v3.h.in553 char *i2s_ASN1_UTF8STRING(X509V3_EXT_METHOD *method, ASN1_UTF8STRING *utf8);
/openssl/
H A DCHANGES.md12064 * Add -utf8 command line and config file option to 'ca'.
14014 * New command line and configuration option 'utf8' for the req command.

Completed in 81 milliseconds