Robsutar / lyanne

Tick-based communication library for server-client architectures.
Apache License 2.0
1 stars 0 forks source link

Key renegotiation in auth_tls and auth_tls #3

Open Robsutar opened 1 month ago

Robsutar commented 1 month ago

Currently, the keys between client and server are not renegotiated while the connection is active, this was introduced in TLS 1.3, and should be introduced here as well, it can, together with other changes, solve what was mentioned in #1.