hivemq / hivemq-mqtt-client

HiveMQ MQTT Client is an MQTT 5.0 and MQTT 3.1.1 compatible and feature-rich high-performance Java client library with different API flavours and backpressure support
https://hivemq.github.io/hivemq-mqtt-client/
Apache License 2.0
864 stars 162 forks source link

Support OCSP and OCSP Stapling #128

Open david-katz opened 6 years ago

david-katz commented 6 years ago

Support using OCSP and OCSP Stapling to validate server certificates.

david-katz commented 6 years ago

See example (Apache license): https://github.com/wso2/transport-http/blob/a9bce20dbf9ff5f46c65ebbf4f33ed045161d987/components/org.wso2.transport.http.netty/src/main/java/org/wso2/transport/http/netty/sender/OCSPStaplingHandler.java