mirror of
https://github.com/eclipse/mosquitto.git
synced 2025-05-09 01:01:11 +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>