Lines Matching refs:option
60 Suppress automatic loading of the libcrypto error strings. This option is
61 not a default option. Once selected subsequent calls to
62 OPENSSL_init_crypto() with the option
67 Automatic loading of the libcrypto error strings. With this option the
69 This option is a default option. Once selected subsequent calls to
70 OPENSSL_init_crypto() with the option
75 With this option the library will automatically load and make available all
76 libcrypto ciphers. This option is a default option. Once selected subsequent
77 calls to OPENSSL_init_crypto() with the option
82 With this option the library will automatically load and make available all
83 libcrypto digests. This option is a default option. Once selected subsequent
84 calls to OPENSSL_init_crypto() with the option
89 With this option the library will suppress automatic loading of libcrypto
90 ciphers. This option is not a default option. Once selected subsequent
91 calls to OPENSSL_init_crypto() with the option
96 With this option the library will suppress automatic loading of libcrypto
97 digests. This option is not a default option. Once selected subsequent
98 calls to OPENSSL_init_crypto() with the option
103 With this option an OpenSSL configuration file will be automatically loaded and
104 used by calling OPENSSL_config(). This is a default option.
108 In OpenSSL 1.1.0 this was a nondefault option for both libssl and libcrypto.
113 With this option the loading of OpenSSL configuration files will be suppressed.
115 option.
119 With this option the library with automatically initialise the libcrypto async
120 sub-library (see L<ASYNC_start_job(3)>). This is a default option.
124 With this option the library will automatically load and initialise the
125 RDRAND engine (if available). This not a default option and is deprecated
130 With this option the library will automatically load and initialise the
131 dynamic engine. This not a default option and is deprecated
136 With this option the library will automatically load and initialise the
137 openssl engine. This not a default option and is deprecated
142 With this option the library will automatically load and initialise the
143 cryptodev engine (if available). This not a default option and is deprecated
148 With this option the library will automatically load and initialise the
149 CAPI engine (if available). This not a default option and is deprecated
154 With this option the library will automatically load and initialise the
155 padlock engine (if available). This not a default option and is deprecated
160 With this option the library will automatically load and initialise the
161 AFALG engine. This not a default option and is deprecated
166 With this option the library will automatically load and initialise all the
168 engines. This not a default option and is deprecated
173 With this option the library will register its fork handlers.
179 "atexit" handler. Using this option suppresses that behaviour. This means that