Searched refs:system (Results 1 – 25 of 66) sorted by relevance
123
/openssl-master/ssl/ |
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 39 if (name == NULL && system) in ssl_do_config() 42 if (!system) in ssl_do_config() 52 if (!system) in ssl_do_config()
|
/openssl-master/ |
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
|
A D | INSTALL.md | 57 * a supported operating system 186 obtain administrative privileges depends on the operating system. 195 the global search path for system libraries. 394 already on the system include path. 401 If not provided the system library path will be used. 424 Use a trusted operating system entropy source. 429 Use the [getrandom(2)][man-getrandom] or equivalent system call. 888 will usually require additional system-dependent options! 1336 the system version and instead install to somewhere else. 1545 Operating system: x86-whatever-minix [all …]
|
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-master/doc/internal/man3/ |
A D | ossl_rand_get_entropy.pod | 7 - get seed material from the operating system 26 ossl_rand_get_entropy() retrieves seeding material from the operating system. 37 of length I<salt_len> and operating system specific information.
|
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-master/test/ |
A D | sysdefault.cnf | 1 # Configuration file to test system default SSL configuration
|
/openssl-master/doc/man3/ |
A D | BIO_connect.pod | 87 will hold the error data and errno has the system error. 91 data and errno has the system error. 95 OpenSSL error stack will hold the error data and errno has the system
|
A D | ERR_put_error.pod | 90 This "library code" indicates that a system error is being reported. In 108 system, such as engines or applications, must normally get their own 127 other pieces of software, i.e. they may use B<ERR_LIB_SYS> to report system
|
A D | DH_new.pod | 20 erased before the memory is returned to the system.
|
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
|
A D | RSA_new.pod | 23 erased before the memory is returned to the system.
|
A D | DSA_new.pod | 28 erased before the memory is returned to the system.
|
A D | BN_new.pod | 34 overwrites the data before the memory is returned to the system.
|
A D | DSA_SIG_new.pod | 22 values are erased before the memory is returned to the system.
|
A D | BIO_parse_hostserv.pod | 42 will be mapped to a port number using the system function getservbyname().
|
A D | RAND_load_file.pod | 59 If C<$HOME> (on non-Windows and non-VMS system) is not set either, or
|
/openssl-master/util/ |
A D | wrap.pl.in | 63 my $waitcode = system @cmd;
|
/openssl-master/doc/man1/ |
A D | openssl-rand.pod.in | 26 seed itself successfully from a trusted operating system entropy source.
|
/openssl-master/include/openssl/ |
A D | err.h.in | 175 * The error code packs differently depending on if it records a system 178 * A system error packs like this (we follow POSIX and only allow positive 182 * |1| system error number | 219 /* Macros to help decode recorded system errors */
|
A D | cmp.h.in | 52 * -- messageTime was not sufficiently close to the system time, 100 * -- the request cannot be handled due to system unavailability 102 * -- the request cannot be handled due to system failure
|
/openssl-master/tools/ |
A D | c_rehash.in | 227 system ("cp", $fname, $hash);
|
/openssl-master/doc/man7/ |
A D | EVP_RAND-SEED-SRC.pod | 13 building using the B<--with-rand-seed=> option. By default, operating system
|
/openssl-master/Configurations/ |
A D | README.md | 11 programming with the "unified" build system' as well 134 installed on the system. The variant identifier 137 needed with MacOS/X). For example, on a system 222 system [unless "wider" 467 Build-file programming with the "unified" build system 473 To use the "unified" build system, the target configuration needs to 479 For any name given by `build_file`, the "unified" system expects a
|
/openssl-master/apps/ |
A D | CA.pl.in | 115 my $status = system($cmd);
|
Completed in 27 milliseconds
123