Closed mitar closed 1 year ago
The answer to your question should be in the rest of the paragraph.
A server implementation could delegate operations with the AKE private key to a dedicated backend. The protocol doesn't need raw access to the private key (in contrast with the public key) but needs "something" to perform the AKE on its behalf, like using an HSM for example.
I see. Thanks.
In 6. Online Authenticated Key Exchange it is listed that
server_private_key
is input to the AKE protocol, but in 10.12. AKE Private Key Storage it says:Do do server implementations need a private key or not? Or is this not the same private key and is something else?