spdy-http2 / node-spdy

SPDY server on Node.js
2.81k stars 196 forks source link

Hardware Security Module (HSM) Support #330

Open AiNoKame opened 6 years ago

AiNoKame commented 6 years ago

I want to offload all cryptographic functionality involving my private keys to my HSM (which contain my non-exportable/non-readable private keys), but as it stands, it seems I have to provide my private keys when setting up a SPDY server. Is HSM support on the SPDY roadmap, or is it actually possible to accomplish what I need now? 😉