mosquitto/client
Nicolás Pernas Maradei f88cc06435 Add TLS engine and keyform support to libmosquitto
- Clients can now offload crypto tasks to an external crypto device through
  the OpenSSL ENGINE API.
- The keyfiles can now be treated as PEM or ENGINE keys.
- Two new functions were added to libmosquitto to set up the previously
  mentioned features.
- Both mosquitto_sub and mosquitto_pub include support to turn on the mentioned
  features through command line options.

Signed-off-by: Nicolás Pernas Maradei <nicopernas@gmail.com>
2019-02-26 15:48:00 +00:00
..
client_shared.c Add TLS engine and keyform support to libmosquitto 2019-02-26 15:48:00 +00:00
client_shared.h Add TLS engine and keyform support to libmosquitto 2019-02-26 15:48:00 +00:00
CMakeLists.txt Adding support for QNX7.0.0 2018-11-06 23:11:09 +00:00
Makefile Merge branch 'master' 2018-10-23 10:39:20 +01:00
pub_client.c Add TLS engine and keyform support to libmosquitto 2019-02-26 15:48:00 +00:00
sub_client_output.c Consistent use of config.h across the project. 2018-08-16 11:14:51 +01:00
sub_client.c Add TLS engine and keyform support to libmosquitto 2019-02-26 15:48:00 +00:00