|
|
|
|
|
by m_sahaf
616 days ago
|
|
The renewal of the key does not affect existing connections/sessions because they (the sessions) don't use the key directly. The private key is only used in the beginning to agree on the symmetric key, then the symmetric key is used from there onwards. |
|