Who generates the session keys for a SSL symmetric encryption? Is it the client for both client and server where client generates part of it while the server generates the other part?
Tell me more
×
IT Security Stack Exchange is a question and answer site for
IT security professionals. It's 100% free, no registration required.
|
In SSL protocol handshake both sides generate the same encryption key which is then used for the session. It is done following this procedure, in general:
See detailed protocol description for more in-depth explanation. |
|||||||||||
|