Lines Matching full:will
18 .\" Set up some character translations and predefined strings. \*(-- will
19 .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
20 .\" double quote, and \*(R" will give a right double quote. \*(C+ will
167 During normal operation OpenSSL (libcrypto) will allocate various resources at
173 As of version 1.1.0 OpenSSL will automatically allocate all resources that it
174 needs so no explicit initialisation is required. Similarly it will also
195 \&\fB\s-1OPENSSL_INIT_LOAD_CRYPTO_STRINGS\s0\fR will be ignored.
199 library will automatically load the libcrypto error strings.
202 \&\fB\s-1OPENSSL_INIT_NO_LOAD_CRYPTO_STRINGS\s0\fR will be ignored.
205 With this option the library will automatically load and make available all
208 \&\fB\s-1OPENSSL_INIT_NO_ADD_ALL_CIPHERS\s0\fR will be ignored.
211 With this option the library will automatically load and make available all
214 \&\fB\s-1OPENSSL_INIT_NO_ADD_ALL_DIGESTS\s0\fR will be ignored.
217 With this option the library will suppress automatic loading of libcrypto
220 \&\fB\s-1OPENSSL_INIT_ADD_ALL_CIPHERS\s0\fR will be ignored.
223 With this option the library will suppress automatic loading of libcrypto
226 \&\fB\s-1OPENSSL_INIT_ADD_ALL_DIGESTS\s0\fR will be ignored.
229 With this option an OpenSSL configuration file will be automatically loaded and
238 With this option the loading of OpenSSL configuration files will be suppressed.
247 With this option the library will automatically load and initialise the
252 With this option the library will automatically load and initialise the
257 With this option the library will automatically load and initialise the
262 With this option the library will automatically load and initialise the
267 With this option the library will automatically load and initialise the
272 With this option the library will automatically load and initialise the
277 With this option the library will automatically load and initialise the
282 With this option the library will automatically load and initialise all the
288 With this option the library will register its fork handlers.
292 By default OpenSSL will attempt to clean itself up when the process exits via an
294 the application will have to clean up OpenSSL explicitly using
309 \&\fBatexit()\fR function. In the event that the application will close in a manner
310 that will not call the registered \fBatexit()\fR handlers then the application should
318 Attempts to call \fBOPENSSL_init_crypto()\fR will fail and an \s-1ERR_R_INIT_FAIL\s0 error
319 will be added to the error stack. Note that because initialisation has failed
320 OpenSSL error strings will not be available, only an error code. This code can
334 Typically, this function will be called automatically by the library when
336 exits. If \fBOSSL_LIB_CTX_free()\fR is called OPENSSL_thread_stop_ex will be called
340 OPENSSL_thread_stop_ex should be called on all threads that will exit after the
350 The \fB\s-1OPENSSL_INIT_LOAD_CONFIG\s0\fR flag will load a configuration file, as with
363 the configuration file will cause an error return from \fBOPENSSL_init_crypto\fR
375 message will also not be sent if OpenSSL is linked statically, and therefore
383 being destroyed then OpenSSL will not be able to deallocate resources associated