/openssl/test/ |
H A D | bio_prefix_text.c | 142 char *colon; in setup() local 188 colon = strchr(arg, ':'); in setup() 190 if (colon != NULL) { in setup() 198 colon++; in setup() 200 colon = arg; in setup() 202 indent = strtoul(colon, &endptr, 10); in setup() 226 colon = strchr(arg, ':'); in setup() 228 if (colon != NULL) { in setup() 236 colon++; in setup() 238 colon = arg; in setup() [all …]
|
/openssl/doc/man1/ |
H A D | openssl-errstr.pod.in | 19 after the second colon.
|
H A D | openssl-rehash.pod.in | 50 is consulted; this should be a colon-separated list of directories,
|
H A D | openssl-list.pod.in | 202 The output format is colon delimited in a form directly usable in
|
H A D | openssl-s_time.pod.in | 112 simple colon (":") separated list of TLSv1.3 ciphersuite names.
|
H A D | openssl-s_server.pod.in | 668 (colon-separated list). 697 a simple colon (":") separated list of TLSv1.3 ciphersuite names. 778 Offer SRTP key management with a colon-separated profile list.
|
H A D | openssl-s_client.pod.in | 687 colon (":") separated list of TLSv1.3 ciphersuite names. 795 Offer SRTP key management, where B<value> is a colon-separated profile list.
|
H A D | openssl-ciphers.pod.in | 99 list is a simple colon (":") separated list of TLSv1.3 ciphersuite names. By
|
/openssl/doc/man3/ |
H A D | SSL_get1_builtin_sigalgs.pod | 15 Return the colon-separated list of built-in and available TLS signature
|
H A D | ASN1_generate_nconf.pod | 40 followed by an optional colon and a value. The formats of I<type>, 135 should be followed by a colon and the tag value to use as a 156 by a colon and one of the strings B<ASCII>, B<UTF8>, B<HEX> or B<BITLIST>.
|
H A D | SSL_CONF_cmd.pod | 119 The B<algs> argument should be a colon separated list of signature 158 The B<groups> argument is a colon separated list of groups. The group can 213 colon-separated list of TLSv1.3 ciphersuite names in order of preference. This 325 colon-separated list of TLSv1.3 ciphersuite names in order of preference. This 388 The B<value> argument should be a colon separated list of signature algorithms 430 The B<value> argument is a colon separated list of groups. The group can be
|
H A D | SSL_CTX_set1_sigalgs.pod | 33 must be a null terminated string consisting of a colon separated list of
|
H A D | SSL_CTX_set_cipher_list.pod | 38 ciphersuites for B<ctx>. This is a simple colon (":") separated list of TLSv1.3
|
H A D | SSL_get_ciphers.pod | 66 SSL_get_shared_ciphers() creates a colon separated and NUL terminated list of
|
H A D | OSSL_ALGORITHM.pod | 39 This string is a colon separated set of names / identities, and is used by
|
H A D | SSL_CTX_set_tlsext_use_srtp.pod | 36 B<profiles> parameters should point to a NUL-terminated, colon delimited list of
|
H A D | SSL_CTX_set1_curves.pod | 78 string B<list>. The string is a colon separated list of group names, for example
|
H A D | X509_VERIFY_PARAM_set_flags.pod | 211 dotted decimal quad for IPv4 and colon-separated hexadecimal for
|
/openssl/crypto/x509/ |
H A D | v3_cpols.c | 258 char *colon = strchr(tagstr, ':'); in displaytext_get_tag_len() local 260 return (colon == NULL) ? -1 : colon - tagstr; in displaytext_get_tag_len()
|
/openssl/doc/man5/ |
H A D | x509v3_config.pod | 30 type-value pairing where the type and value are separated by a colon. 209 indicated by putting a colon C<:> between the value and this option. 474 value with B<UTF8>, B<BMP>, or B<VISIBLE> followed by colon. For example:
|
H A D | config.pod | 572 and comments began with a semi-colon.
|
/openssl/test/recipes/80-test_cmp_http_data/ |
H A D | test_enrollment.csv | 18 0,colon missing and no passwd, -section,, -cmd,ir, -newkey,new_pass_12345.key,, -newkeypass,pass,,,… 19 0,newkeypass double colon, -section,, -cmd,ir, -newkey,new_pass_12345.key,, -newkeypass,pass::12345…
|
/openssl/doc/man7/ |
H A D | ossl-guide-libcrypto-introduction.pod | 92 string with a colon separated list of names, fetching algorithms using that
|
/openssl/ |
H A D | README-ENGINES.md | 222 Whilst the syntax demonstrated in "openssl engine" uses a colon to
|
H A D | CHANGES.md | 14611 the individual commands are colon-separated, for example;
|