Code

Automatically prefix all log messages with the plugin name (if available).
[sysdb.git] / src / utils / ssl.c
2016-11-15 Sebastian HarlAutomatically prefix all log messages with the plugin...
2016-08-17 Sebastian HarlSSL utils: Fixed a memory leak in a couple of error...
2015-02-16 Sebastian Harlssl utils: During shutdown, destroy mutexes as the...
2015-02-10 Sebastian Harlssl: Register OpenSSL thread-ID and locking callbacks.
2015-02-09 Sebastian HarlSSL utils: Added init() and shutdown() functions for...
2015-01-30 Sebastian HarlSSL utils: Pass a constant options object to all constr...
2015-01-30 Sebastian HarlSSL utils: Include the relevant filename in all error...
2015-01-30 Sebastian HarlSSL utils: Add sdb_ssl_free_options().
2015-01-28 Sebastian HarlSSL utils: Added helper functions for managing OpenSSL...