Reputation: 29
I configure ssl_engine in nginx as pkcs11. It means that nginx server used the key stored in hsm as its identity in TLS connection. However, the TLS master key (or shared key, or session key) is depend on what comes from client, cannot be generated in hsm itself. So are those key : the TLS master key (and shared key, and session key) stored in nginx memory instead of HSM? if yes, the incoming TLS traffic to nginx are not decrypted in HSM, are they?
Thank you!
Upvotes: 0
Views: 57