mosquitto/lib/cpp
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
..
CMakeLists.txt [656] Fix building on Windows. 2018-01-06 22:42:40 +00:00
Makefile Various build improvements to help packaging. 2018-09-25 14:25:54 +01:00
mosquittopp.cpp Add TLS engine and keyform support to libmosquitto 2019-02-26 15:48:00 +00:00
mosquittopp.h Add TLS engine and keyform support to libmosquitto 2019-02-26 15:48:00 +00:00