Lines Matching full:option
116 Suppress automatic loading of the libcrypto error strings. This option is
117 not a default option. Once selected subsequent calls to
118 \&\fBOPENSSL_init_crypto()\fR with the option
122 Automatic loading of the libcrypto error strings. With this option the
124 This option is a default option. Once selected subsequent calls to
125 \&\fBOPENSSL_init_crypto()\fR with the option
129 With this option the library will automatically load and make available all
130 libcrypto ciphers. This option is a default option. Once selected subsequent
131 calls to \fBOPENSSL_init_crypto()\fR with the option
135 With this option the library will automatically load and make available all
136 libcrypto digests. This option is a default option. Once selected subsequent
137 calls to \fBOPENSSL_init_crypto()\fR with the option
141 With this option the library will suppress automatic loading of libcrypto
142 ciphers. This option is not a default option. Once selected subsequent
143 calls to \fBOPENSSL_init_crypto()\fR with the option
147 With this option the library will suppress automatic loading of libcrypto
148 digests. This option is not a default option. Once selected subsequent
149 calls to \fBOPENSSL_init_crypto()\fR with the option
153 With this option an OpenSSL configuration file will be automatically loaded and
154 used by calling \fBOPENSSL_config()\fR. This is a default option.
158 In OpenSSL 1.1.0 this was a nondefault option for both libssl and libcrypto.
162 With this option the loading of OpenSSL configuration files will be suppressed.
164 option.
167 With this option the library with automatically initialise the libcrypto async
168 sub-library (see \fBASYNC_start_job\fR\|(3)). This is a default option.
171 With this option the library will automatically load and initialise the
172 RDRAND engine (if available). This not a default option and is deprecated
176 With this option the library will automatically load and initialise the
177 dynamic engine. This not a default option and is deprecated
181 With this option the library will automatically load and initialise the
182 openssl engine. This not a default option and is deprecated
186 With this option the library will automatically load and initialise the
187 cryptodev engine (if available). This not a default option and is deprecated
191 With this option the library will automatically load and initialise the
192 CAPI engine (if available). This not a default option and is deprecated
196 With this option the library will automatically load and initialise the
197 padlock engine (if available). This not a default option and is deprecated
201 With this option the library will automatically load and initialise the
202 AFALG engine. This not a default option and is deprecated
206 With this option the library will automatically load and initialise all the
208 engines. This not a default option and is deprecated
212 With this option the library will register its fork handlers.
217 "atexit" handler. Using this option suppresses that behaviour. This means that