• Home
  • Raw
  • Download

Lines Matching refs:will

32 During normal operation OpenSSL (libcrypto) will allocate various resources at
38 As of version 1.1.0 OpenSSL will automatically allocate all resources that it
39 needs so no explicit initialisation is required. Similarly it will also
63 B<OPENSSL_INIT_LOAD_CRYPTO_STRINGS> will be ignored.
68 library will automatically load the libcrypto error strings.
71 B<OPENSSL_INIT_NO_LOAD_CRYPTO_STRINGS> will be ignored.
75 With this option the library will automatically load and make available all
78 B<OPENSSL_INIT_NO_ADD_ALL_CIPHERS> will be ignored.
82 With this option the library will automatically load and make available all
85 B<OPENSSL_INIT_NO_ADD_ALL_DIGESTS> will be ignored.
89 With this option the library will suppress automatic loading of libcrypto
92 B<OPENSSL_INIT_ADD_ALL_CIPHERS> will be ignored.
96 With this option the library will suppress automatic loading of libcrypto
99 B<OPENSSL_INIT_ADD_ALL_DIGESTS> will be ignored.
103 With this option an OpenSSL configuration file will be automatically loaded and
113 With this option the loading of OpenSSL configuration files will be suppressed.
124 With this option the library will automatically load and initialise the
130 With this option the library will automatically load and initialise the
136 With this option the library will automatically load and initialise the
142 With this option the library will automatically load and initialise the
148 With this option the library will automatically load and initialise the
154 With this option the library will automatically load and initialise the
160 With this option the library will automatically load and initialise the
166 With this option the library will automatically load and initialise all the
173 With this option the library will register its fork handlers.
178 By default OpenSSL will attempt to clean itself up when the process exits via an
180 the application will have to clean up OpenSSL explicitly using
195 atexit() function. In the event that the application will close in a manner
196 that will not call the registered atexit() handlers then the application should
204 Attempts to call OPENSSL_init_crypto() will fail and an ERR_R_INIT_FAIL error
205 will be added to the error stack. Note that because initialisation has failed
206 OpenSSL error strings will not be available, only an error code. This code can
220 Typically, this function will be called automatically by the library when
222 exits. If OSSL_LIB_CTX_free() is called OPENSSL_thread_stop_ex will be called
226 OPENSSL_thread_stop_ex should be called on all threads that will exit after the
236 The B<OPENSSL_INIT_LOAD_CONFIG> flag will load a configuration file, as with
249 the configuration file will cause an error return from B<OPENSSL_init_crypto>
262 message will also not be sent if OpenSSL is linked statically, and therefore
270 being destroyed then OpenSSL will not be able to deallocate resources associated