Searched refs:names (Results 201 – 225 of 236) sorted by relevance
12345678910
/openssl/ |
H A D | Configure | 1209 my $names = join(', ', grep { $detected_vars{$_} > 0 } 1214 ***** Affected make variables: $names
|
H A D | CHANGES.md | 956 IANA standard names. 2162 names. Old names are provided as macro aliases for compatibility and 2837 volume names and system directory names on VMS. 3371 list of built in objects, i.e. OIDs with names. 3724 resolve symbols with longer names. 11591 sets may exist with different names. 12826 various internal method names.) 17145 names. The reason was that it compared the quoted version 17149 names from the lookup table if they were given a default 17154 short or long names are found. [all …]
|
H A D | INSTALL.md | 408 The names of the libraries are: 417 The names of the libraries are: 1540 These define appropriate logical names and 1736 Prints a list of all the self test names.
|
/openssl/external/perl/Text-Template-1.56/ |
H A D | Changes | 69 + remove number prefixes from test names
|
/openssl/doc/man3/ |
H A D | d2i_X509.pod | 516 Represents a B<Name> type as used for subject and issuer names in
|
H A D | OSSL_HTTP_REQ_CTX.pod | 227 This is optional and may be done multiple times with different names.
|
H A D | ENGINE_add.pod | 412 implementations for the names, descriptions, and input flags of their 497 It is possible to discover at run-time the names, numerical-ids, descriptions
|
H A D | SSL_CTX_dane_enable.pod | 69 Additional server names can be specified via L<SSL_add1_host(3)>.
|
H A D | DEFINE_STACK_OF.pod | 96 except B<FUNCNAME> is used in the function names:
|
H A D | OSSL_HTTP_transfer.pod | 258 The names of the environment variables used by this implementation:
|
/openssl/doc/man1/ |
H A D | openssl-x509.pod.in | 234 public key, signature algorithms, issuer and subject names, serial number 316 See the L<x509v3_config(5)> manual page for the extension names.
|
H A D | openssl-fipsinstall.pod.in | 92 such as minimum security strength of keys and approved curve names are used.
|
H A D | openssl-ocsp.pod.in | 204 List of IP addresses and/or DNS names of servers
|
/openssl/ssl/ |
H A D | t1_lib.c | 3239 static int ssl_check_ca_name(STACK_OF(X509_NAME) *names, X509 *x) in ssl_check_ca_name() argument 3244 for (i = 0; i < sk_X509_NAME_num(names); i++) { in ssl_check_ca_name() 3245 if (!X509_NAME_cmp(nm, sk_X509_NAME_value(names, i))) in ssl_check_ca_name()
|
/openssl/include/openssl/ |
H A D | cmp.h.in | 375 int OSSL_CMP_CTX_set1_no_proxy(OSSL_CMP_CTX *ctx, const char *names);
|
H A D | crypto.h.in | 47 * Resolve problems on some operating systems with symbol names that clash
|
H A D | x509.h.in | 164 # define XN_FLAG_FN_NONE (3 << 21)/* No field names */ 175 # define XN_FLAG_FN_ALIGN (1 << 25)/* Align field names to 20
|
H A D | ui.h.in | 60 strings to prompt for data. The names are UI_{add,dup}_<function>_string
|
H A D | ct.h.in | 311 * came from, so that the log names can be printed.
|
/openssl/Configurations/ |
H A D | windows-makefile.tmpl | 703 # It takes a list of library names and outputs a list of dependencies 817 # Directory specs are :: in perl package names
|
H A D | unix-Makefile.tmpl | 1518 # It takes a list of library names and outputs a list of dependencies 1638 # Directory specs are :: in perl package names 1807 # $simple is for platforms where full shared library names include the
|
/openssl/doc/man7/ |
H A D | provider-base.pod | 280 associated with the existing OID, in which case the new names are not 499 The dotted name form is a concatenation of section names and final
|
H A D | ossl-guide-libraries-introduction.pod | 174 The names of the algorithms shown from L<openssl-list(1)> can be used as an
|
H A D | ossl-guide-tls-introduction.pod | 26 hence many of the functions and names used by OpenSSL contain the "SSL"
|
/openssl/providers/ |
H A D | fips.module.sources | 628 providers/implementations/include/prov/names.h
|
Completed in 111 milliseconds
12345678910