moscajs / mosca

MQTT broker as a module
mosca.io
3.2k stars 508 forks source link

Support for TLS CRL? #661

Open edgracilla opened 7 years ago

edgracilla commented 7 years ago

Our app requires cert revocation list, any plan to support this one?

mcollina commented 7 years ago

There is no plan for this here. I think it can be implemented transparantly through the use of the tls module. How would you do that with the plain tls module from core?

If you find that we need to make some changes here, feel free to send a PR.