14Kas
HTTPS-Response of a HTTPS-Request – mutual asymetric encryption? [duplicate]
If a https-request is encrypted using the public key of the server, then the encrypted data are sent to the server. On serverside the server is using the private key to decrypt the received encrypted data.
Now the server create a response. What key is the server using in order to answer to the browser? Do the browser create his session-keyring keep the private-key and send the public-key to the server in order to recieve the response?
Tls1.3