mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-08-18 22:41:21 +08:00
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>