digitalbazaar / forge

A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webapps
https://digitalbazaar.com/
Other
5.09k stars 785 forks source link

What about revoked certificate management #113

Open Mikefluff opened 10 years ago

Mikefluff commented 10 years ago

Is this feature planned?

dlongley commented 10 years ago

We don't have anything planned to add to the core library at the moment; most management systems would be something built on top of forge. PRs for components (CRL parsing, etc.) to support such systems may be accepted, however.