You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
7 years ago
..
CMakeLists.txt Adding support for QNX7.0.0 7 years ago
Makefile Merge branch 'master' 7 years ago
client_shared.c Add TLS engine and keyform support to libmosquitto 7 years ago
client_shared.h Add TLS engine and keyform support to libmosquitto 7 years ago
pub_client.c Add TLS engine and keyform support to libmosquitto 7 years ago
sub_client.c Add TLS engine and keyform support to libmosquitto 7 years ago
sub_client_output.c Consistent use of config.h across the project. 7 years ago