igrigorik/istlsfastyet.com

Add node.js to the server listing

cyouden opened this issue · 13 comments

I don't know about most of the fields, but I do know it supports SPDY via node-spdy.

hey :) What do you expect from me to write here? I guess node.js could be added indeed.

Figured you'd know the answers off the top of your head! Does node.js support...

  • session identifiers: ?
  • session tickets: ?
  • OCSP stapling: ?
  • Custom record sizing: yes
  • NPN: yes
  • Forward secrecy: no? No ECDH support?
  • Spdy: node-spdy.
  1. yes
  2. yes
  3. yes
  4. yes
  5. yes
  6. yes
  7. yes

"ECDH (Elliptic Curve Diffie-Hellman) ciphers are not yet supported." - from the docs? [1]

Also, any pointers on docs for identifiers/tickets/stapling? I can't find anything.

[1] http://nodejs.org/api/tls.html

All of these are supported in node.js v0.11 (which is in development). I'll send you a list for v0.10 tomorrow.

v0.10:

  • session identifiers: yes
  • session tickets: no
  • OCSP stapling: no
  • Custom record sizing: no
  • NPN: yes
  • Forward secrecy: no
  • No ECDH support? no
  • Spdy: yes

But please mention that v0.11/v0.12 support all of them :)

@indutny thanks! Q: do we have an ETA for .11 and .12 releases? Is there a consistent release schedule for node?

You are welcome. No ETA, no release schedule unfortunately. Hopefully soon!

ALPN not supported yet tho.

It looks like v0.11 and v0.12 have had releases now.

Anyone willing to update the feature matrix? Ideally, with links to appropriate docs? :)

Added in e77aa73, closing.