-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor connection state handling and key generation
This update refactors the manner in which the connection state is handled. Instead of cloning the connection state, we now use a mutable reference. Additionally, changes were made in the process of generating the server's ephemeral private key, handling the client's public key, performing key agreement, and sending the server's public key as a publicKey message. Extraneous unused code blocks and fixme comments have been removed for a cleaner and more maintainable codebase.
- Loading branch information
1 parent
af36faf
commit 36f0483
Showing
1 changed file
with
33 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters