Hi, According to https://github.com/joyent/node/issues/3662, CRL support is marked for milestone v0.13, so it is safe to say that NodeJS not yet supports CRL. However, the TLS module seems to support CRL in that it has "crl" has an optional parameter. The HTTPS module is built on top of TLS, but CRL support doesn't seem to extend to the HTTPS module in my testing. Am I correct in assuming that I cannot create a secure https server in NodeJS (i.e. using https.createServer) that supports CRL?
Thanks, Richie -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/a283f10d-332a-415c-8a56-06aa7bc6a4f8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
