/openssl/apps/include/ |
H A D | __DECC_INCLUDE_EPILOGUE.H | 21 # pragma names restore
|
H A D | names.h | 17 void print_names(BIO *out, STACK_OF(OPENSSL_CSTRING) *names);
|
/openssl/providers/common/include/prov/ |
H A D | __DECC_INCLUDE_EPILOGUE.H | 21 # pragma names restore
|
/openssl/doc/man3/ |
H A D | SSL_get_ciphers.pod | 67 SSL_CIPHER names that are available in both the client and the server. B<buf> is 68 the buffer that should be populated with the list of names and B<size> is the 71 of names then a truncated list of names will be returned. Note that just because
|
H A D | OSSL_ENCODER.pod | 81 OSSL_ENCODER_names_do_all() traverses all names for the given 125 names. A return value of 0 means that the callback was not called for any names.
|
H A D | SSL_CONF_cmd.pod | 26 Currently supported B<option> names for command lines (i.e. when the 28 names are case sensitive. Unless otherwise stated commands can be used by 124 B<SHA256>, B<SHA384> or B<SHA512>. Note: algorithm and hash names are case 161 (e.g. B<prime256v1>). Group names are case sensitive. The list should be 201 (e.g. B<prime256v1>). Curve names are case sensitive. 305 Currently supported B<option> names for configuration files (i.e., when the 353 The subject names of the certificates are sent to the peer in the 394 Note: algorithm and hash names are case sensitive. 433 (e.g. B<prime256v1>). Group names are case sensitive. The list should be in 580 B<CANames>: use CA names extension, enabled by [all …]
|
/openssl/crypto/property/ |
H A D | README.md | 12 * The number of distinct property names will be small. 37 be feasible to use a hash table to contain the names (and possibly also 67 names and values to small integer indices. Names and values are stored in 70 names reserved by OpenSSL are also populated here. No functions are
|
/openssl/doc/designs/ |
H A D | ossl-provider-load-ex.md | 59 different section names, module names (e.g. via symlinks) and provider names.
|
/openssl/doc/man7/ |
H A D | EVP_MD-BLAKE2.pod | 20 Known names are "BLAKE2S-256" and "BLAKE2s256". 24 Known names are "BLAKE2B-512" and "BLAKE2b512".
|
H A D | property.pod | 21 Property names fall into two categories: those reserved by the OpenSSL 22 project and user defined names. 27 Property names are case-insensitive, but OpenSSL will only use lowercase 35 property names like
|
H A D | EVP_SIGNATURE-ECDSA.pod | 14 In this list, names are grouped together to signify that they are the same 15 algorithm having multiple names. This also includes the OID in canonical
|
/openssl/crypto/cmp/ |
H A D | cmp_asn.c | 663 GENERAL_NAMES *names; in gennames_new() local 666 if ((names = sk_GENERAL_NAME_new_reserve(NULL, 1)) == NULL) in gennames_new() 669 sk_GENERAL_NAME_free(names); in gennames_new() 672 (void)sk_GENERAL_NAME_push(names, name); /* cannot fail */ in gennames_new() 673 return names; in gennames_new() 676 static int gennames_allowed(GENERAL_NAMES *names, int only_DN) in gennames_allowed() argument 678 if (names == NULL) in gennames_allowed() 682 return sk_GENERAL_NAME_num(names) == 1 in gennames_allowed() 683 && sk_GENERAL_NAME_value(names, 0)->type == GEN_DIRNAME; in gennames_allowed()
|
/openssl/apps/ |
H A D | speed.c | 311 static const char *names[ALGOR_NUM] = { variable 2564 if (!have_md(names[i])) in speed_main() 2568 if (!have_cipher(names[i])) in speed_main() 2737 names[D_HMAC] = evp_hmac_name; in speed_main() 2813 loopargs[i].ctx = init_evp_cipher_ctx(names[algindex], in speed_main() 2840 loopargs[i].ctx = init_evp_cipher_ctx(names[algindex], in speed_main() 2946 names[D_EVP] = EVP_CIPHER_get0_name(evp_cipher); in speed_main() 3121 names[D_EVP] = evp_md_name; in speed_main() 3151 names[D_EVP_CMAC] = evp_cmac_name; in speed_main() 4443 const char *alg_name = names[k]; in speed_main() [all …]
|
/openssl/crypto/x509/ |
H A D | x_ietfatt.c | 113 GENERAL_NAMES *names) in OSSL_IETF_ATTR_SYNTAX_set0_policyAuthority() argument 116 a->policyAuthority = names; in OSSL_IETF_ATTR_SYNTAX_set0_policyAuthority()
|
H A D | x509_acert.c | 79 static X509_NAME *get_dirName(const GENERAL_NAMES *names) 83 if (sk_GENERAL_NAME_num(names) != 1) 86 dirName = sk_GENERAL_NAME_value(names, 0);
|
/openssl/test/ |
H A D | v3nametest.c | 18 static const char *const names[] = { variable 282 const char *const *pname = names; in run_cert() 350 for (pname = names; *pname != NULL; pname++) { in call_run_cert()
|
H A D | param_build_test.c | 399 char names[100][3]; in builder_limit_test() local 408 names[i][0] = 'A' + (i / 26) - 1; in builder_limit_test() 409 names[i][1] = 'a' + (i % 26) - 1; in builder_limit_test() 410 names[i][2] = '\0'; in builder_limit_test() 411 if (!TEST_true(OSSL_PARAM_BLD_push_int(bld, names[i], 3 * i + 1))) in builder_limit_test()
|
/openssl/util/ |
H A D | write-man-symlinks | 41 for my $name (@{$podinfo{names}}) {
|
/openssl/doc/man5/ |
H A D | config.pod | 68 as a regular character in symbol names. Supporting this behavior can be 216 The name B<oid_section> in the initialization section names the section 241 The name B<providers> in the initialization section names the section 247 Within a provider section, the following names have meaning: 298 The name B<alg_section> in the initialization section names the section 324 The name B<ssl_conf> in the initialization section names the section 365 The name B<engines> in the initialization section names the section 372 Within an engine section, the following names have meaning: 412 All other names are taken to be the name of a ctrl command that is 428 The name B<random> in the initialization section names the section [all …]
|
/openssl/include/internal/ |
H A D | namemap.h | 41 const char *names, const char separator);
|
H A D | param_build_set.h | 48 const char *names[],
|
/openssl/.ctags.d/ |
H A D | exclude.ctags | 10 # List file names or patterns you want ctags to ignore.
|
/openssl/doc/man1/ |
H A D | openssl-pkcs7.pod.in | 65 preceded by their subject and issuer names in one line format. 75 issuer names.
|
/openssl/exporters/cmake/ |
H A D | OpenSSLConfig.cmake.in | 131 # Directories and names 168 # Directories and names compatible with CMake's FindOpenSSL.cmake 203 # Directories and names compatible with CMake's FindOpenSSL.cmake 222 # Directories and names compatible with CMake's FindOpenSSL.cmake
|
/openssl/apps/lib/ |
H A D | build.info | 12 columns.c app_params.c names.c app_provider.c app_x509.c http_server.c \
|