mosquitto/src
Dr. Lars Voelker 74adb43cc1 Adding OCSP Stapling support to mosquitto
Adding OCSP Stapling support to mosquitto, so that the TLS client side
requests the certificate status and checks it.
This code uses the OpenSSL-based OCSP implementation and is somewhat
based on the libcurl code for OCSP stapling.

Signed-off-by: Dr. Lars Voelker <lars.voelker@bmw.de>
2017-07-07 13:05:17 +02:00
..
db_dump Add stats mode for db_dump. 2014-06-05 11:56:32 +01:00
bridge.c Adding OCSP Stapling support to mosquitto 2017-07-07 13:05:17 +02:00
CMakeLists.txt Adding OCSP Stapling support to mosquitto 2017-07-07 13:05:17 +02:00
conf.c Adding OCSP Stapling support to mosquitto 2017-07-07 13:05:17 +02:00
context.c [477] Send will messages for connected clients when broker stops. 2017-06-27 14:33:02 +01:00
database.c [57] File missed from previous commit. 2016-05-19 15:53:27 +01:00
lib_load.h Initial contribution. 2014-05-07 23:27:00 +01:00
linker-macosx.syms Fix building on OS X. 2015-02-17 23:21:14 +00:00
linker.syms Fix errors from big code import. 2014-11-12 20:47:16 +00:00
logging.c Fix for CVE-2017-9868 for Windows. 2017-06-26 14:53:33 +01:00
loop.c Remove "error in poll" messages. 2017-06-27 22:32:10 +01:00
Makefile Adding OCSP Stapling support to mosquitto 2017-07-07 13:05:17 +02:00
mosquitto_broker.h Adding OCSP Stapling support to mosquitto 2017-07-07 13:05:17 +02:00
mosquitto_passwd.c Fix use of unitialized memory in gets_quiet 2017-05-05 22:10:25 +01:00
mosquitto_plugin.h [244] Add note on compiling auth plugin on OSX. 2016-08-12 08:00:56 +01:00
mosquitto.c [477] Send will messages for connected clients when broker stops. 2017-06-27 14:33:02 +01:00
net.c #419 Broker sometimes kills connection to client 2017-06-11 22:00:45 +01:00
persist.c Fix for CVE-2017-9868 for Windows. 2017-06-26 14:53:33 +01:00
persist.h Initial contribution. 2014-05-07 23:27:00 +01:00
read_handle_client.c [456899] Broker: Add bridge_attempt_unsubscribe option. 2015-01-07 21:50:10 +00:00
read_handle_server.c Fix CONNECT check for reserved=0, as per MQTT v3.1.1 check MQTT-3.1.2-3. 2017-06-27 11:11:43 +01:00
read_handle.c Avoid calls to strlen() when checking for empty strings. 2015-08-17 16:00:16 -04:00
security_default.c [462] Relax CVE-2017-7650 checks. 2017-06-27 15:10:43 +01:00
security.c [462] Relax CVE-2017-7650 checks. 2017-06-27 15:10:43 +01:00
send_server.c Add support for "session present" in CONNACK messages for MQTT v3.1.1. 2014-05-31 15:20:40 +01:00
service.c Initial contribution. 2014-05-07 23:27:00 +01:00
subs.c Fix saving of persistence messages that start with a '/'. 2016-05-14 22:39:14 +01:00
sys_tree.c Fix publishing of $SYS/broker/clients/maximum. 2016-05-31 09:57:28 +01:00
uthash.h Initial contribution. 2014-05-07 23:27:00 +01:00
websockets.c Fix two issues with Websocket (#472) 2017-06-23 22:30:57 +01:00