Lines Matching +refs:temp +refs:option +refs:key
24 - [Setting the FIPS HMAC key](#setting-the-FIPS-HMAC-key)
248 the both the `<CTRL>` and `<SHIFT>` key while clicking the menu item in the
304 1.1.0 or below. This is a rather specialized option for developers.
321 cases when this option alone is sufficient. For example to build the mingw64
324 have option to install a number of prepackaged cross-compilers along with
352 (see the `--prefix` option) where libraries will be installed. By default
366 and key store. Defaults are:
393 this option where possible.
402 The directory for the location of the zlib include file. This option is only
415 [zlib-dynamic](#zlib-dynamic) option is not also used. If `zlib-dynamic` is used
470 This option is ignored by the FIPS provider.
477 Setting the FIPS HMAC key
480 --fips-key=value
483 by performing a SHA-256 HMAC computation on itself. The default key is
487 To change the key to a different value, use this flag. The value should
493 Feature options always come in pairs, an option to enable feature
494 `xxxx`, and an option to disable it:
507 This option will be forced on a platform that does not support AFALG.
513 This option will enable the use of the Kernel TLS data-path, which can improve
516 system. This option will be forced off on systems that do not support the
523 This is a developer option only. It may not work on all platforms and should
526 option.
542 This should be viewed as debugging/troubleshooting option rather than for
544 be used even with this option.
558 if this option is used. This option will force a non-shared build.
580 Enabling this option demands extra care. For any compiler flag given directly
581 as configuration option, you must ensure that it's valid for both the C and
600 This is a developer option used internally for CI build tests of the project.
606 this option will reduce run-time memory usage but it also introduces a
607 significant performance penalty. This option is primarily designed to help
614 This option will be forced if on a platform that does not support CAPI.
629 If this option is enabled (the default), then compression will only work if
653 Selecting this option will also force the disabling of DTLS.
663 This option is automatically selected on the BSD platform, in which case it can
685 This option is only supported on platforms:
709 This is a developer option and may not work on all platforms. The following
801 option can be used to stop OpenSSL from attempting to stay in memory until the
807 `OPENSSL_INIT_NO_ATEXIT` option to `OPENSSL_init_crypto()`.
868 This removes the `-trace` option from `s_client` and `s_server`, and omits the
882 type. Only libcrypto and libssl can be built in this way. Using this option will
916 This is a developer option only. It may not work on all platforms and should
918 gcc or clang and should be used in conjunction with the `-DPEDANTIC` option
919 (or the `--strict-warnings` option).
949 Like the zlib option, but has OpenSSL load the zlib library dynamically
959 Note: This doesn't affect compiler generated code, so this option needs to be
960 accompanied by a corresponding compiler-specific option.
970 Similarly `no-dtls` will disable `dtls1` and `dtls1_2`. The `no-ssl` option is
981 is no `no-tls1_3-method` option because there is no application method for
1026 If the option contains arguments separated by spaces, then the URL-style
1028 to quote the option. For example, `-opt%20arg` gets expanded to `-opt arg`.
1121 these options and environment. Note: NO other option is permitted together
1229 $ mkdir \temp-openssl
1230 $ cd \temp-openssl
1338 for private key files.
1493 option that no longer needs to be used since OpenSSL 1.1.0.
1528 This is a developer option. If you are developing a patch for
1601 a mistake (e.g., by providing a wrong option), or whether the script is
1637 configuration option. See also [notes](#notes-on-assembler-modules-compilation).
1677 by default; use the `no-threads` option to disable (this should never be
1681 to specify at least two options: `threads`, and a system-dependent option.
1690 you should use `Configure` with the `no-threads` option.
1705 only static libraries created by using the `no-shared` option. On systems
1707 option will be forced and only static libraries will be created.
1738 secret key generation. OpenSSL provides several options to seed the
1742 The seeding method can be configured using the `--with-rand-seed` option,
1745 so it is not necessary to explicitly provide this option. Note also
1752 randomness sources. This corresponds to the option `--with-rand-seed=os`.