Searched refs:system (Results 1 – 25 of 100) sorted by relevance
1234
/openssl/ssl/ |
H A D | ssl_mcnf.c | 23 static int ssl_do_config(SSL *s, SSL_CTX *ctx, const char *name, int system) in ssl_do_config() argument 40 if (name == NULL && system) in ssl_do_config() 43 if (!system) in ssl_do_config() 52 system = 0; in ssl_do_config() 56 if (!system) in ssl_do_config() 91 return err == 0 || (system && !conf_diagnostics); in ssl_do_config()
|
/openssl/doc/man3/ |
H A D | OSSL_sleep.pod | 17 it may be affected by system activity, by the time spent processing the call, 18 limitation on the underlying system call parameter size or by system timer 23 system call the maximum sleep time is about 136 years.
|
H A D | BIO_connect.pod | 96 will hold the error data and errno has the system error. 100 data and errno has the system error. 104 OpenSSL error stack will hold the error data and errno has the system
|
H A D | BIO_sendmmsg.pod | 83 system does not report a local address for a specific received message, the 86 the local system, regardless of whether the packet's destination address was the 175 Implementations of this interface which do not make system calls and thereby 176 pass through system error codes using B<ERR_LIB_SYS> (for example, memory-based 196 transient error, many of which are system specific.
|
H A D | ERR_put_error.pod | 92 This "library code" indicates that a system error is being reported. In 110 system, such as engines or applications, must normally get their own 129 other pieces of software, i.e. they may use B<ERR_LIB_SYS> to report system
|
H A D | RAND_add.pod | 34 itself automatically using trusted system entropy sources. 41 RAND_poll() uses the system's capabilities to seed the random generator using
|
H A D | RSA_new.pod | 25 erased before the memory is returned to the system.
|
H A D | DH_new.pod | 24 erased before the memory is returned to the system.
|
H A D | DSA_new.pod | 28 erased before the memory is returned to the system.
|
H A D | OPENSSL_strcasecmp.pod | 22 In POSIX-compatible system and on Windows these functions use "C" locale for
|
H A D | BN_new.pod | 34 overwrites the data before the memory is returned to the system.
|
H A D | DSA_SIG_new.pod | 22 values are erased before the memory is returned to the system.
|
/openssl/ |
H A D | NOTES-UNIX.md | 22 Every Unix system has its own set of default locations for shared 35 linking options depending on operating system and versions thereof, and 71 4. Using system shared object caches and default directories. 78 depend on the system. For example, according to documentation, 84 your system, please refer to ld(1) for the exact information on your 85 system. As an example, the way to ensure the `DT_RUNPATH` is set on 95 variables. Consult your system documentation. 107 when linking your application. Consult your system documentation and use 113 libraries. Referring to system documentation would suffice, if not for
|
H A D | INSTALL.md | 59 * a supported operating system 200 the global search path for system libraries. 399 on the system include path. 429 already on the system include path. 436 If not provided the system library path will be used. 453 already on the system include path. 485 Use a trusted operating system entropy source. 546 it is outside the system include path. 551 library, if it is outside the system library path. 1776 Operating system: x86-whatever-minix [all …]
|
H A D | NOTES-ANDROID.md | 66 bother, if binutils-multiarch is installed on your Linux system. 79 Even though build output targets alien system, it's possible to execute 80 test suite on Linux system by employing qemu-user. The trick is static
|
/openssl/doc/internal/man3/ |
H A D | ossl_rand_get_entropy.pod | 9 - get seed material from the operating system 38 ossl_rand_get_entropy() retrieves seeding material from the operating system. 46 DRBG seed source. By default this is the operating system but it can 58 of length I<salt_len> and operating system specific information. 67 seed source. By default this is the operating system but it can be
|
H A D | ossl_cmp_hdr_init.pod | 75 system time. As written in RFC 4210, section 5.1.1: 78 consistency with the time on a central system.
|
/openssl/doc/man7/ |
H A D | ossl-guide-introduction.pod | 29 binaries either pre-installed or available via the package management system in 47 provides information about setting up Perl for use by the OpenSSL build system 50 Sometimes you may want to build and install OpenSSL from source on a system 52 Operating System package management system (for example if you want to use a 56 pre-built version with a different version as this may break your system.
|
H A D | EVP_RAND-SEED-SRC.pod | 13 building using the B<--with-rand-seed=> option. By default, operating system
|
/openssl/test/recipes/90-test_sysdefault_data/ |
H A D | sysdefault-ignore.cnf | 1 # Configuration file to test system default SSL configuration
|
H A D | sysdefault.cnf | 1 # Configuration file to test system default SSL configuration
|
H A D | sysdefault-bad.cnf | 1 # Configuration file to test system default SSL configuration
|
/openssl/util/ |
H A D | wrap.pl.in | 93 my $waitcode = system @cmd;
|
/openssl/demos/http3/ |
H A D | README.md | 21 Depending on your system configuration it may be necessary to set the
|
/openssl/.github/ISSUE_TEMPLATE/ |
H A D | bug_report.md | 35 OpenSSL build or if it is system provided.
|
Completed in 89 milliseconds
1234