Lines Matching full:application
35 application is multi-threaded), and these resources must be freed prior to the
50 OPENSSL_init_crypto() MUST be called by application code prior to
180 the application will have to clean up OpenSSL explicitly using
194 automatically on application exit. This is done via the standard C library
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
200 application and a library it depends on both use OpenSSL, and the library
201 deinitialises it before the application has finished using it.
207 be put through the openssl errstr command line application to produce a human
237 L<CONF_modules_load_file(3)> with NULL filename and application name and the
240 The filename, application name, and flags can be customized by providing a
246 nondefault application name.
260 without sending this message (for example ExitProcess()). If the application
261 uses such functions, then the application must free up OpenSSL resources
269 On Linux/Unix where OpenSSL has been loaded via dlopen() and the application is
272 with those threads. The application should either call OPENSSL_thread_stop() on