Skip to content

Commit

Permalink
Key Agree Update
Browse files Browse the repository at this point in the history
1. In the key signature block, add flag for Ecc, and for the key
   allocation.
2. Add FreePubKey() to delete the pub key stored in the key signature
   block.
3. In DoKexDhReply(), break down the key agreement actions for the
   various supported key types into their own functions. Remove the
   redundant variables.
4. Using flags that are always present, reduce some of the complicated
   flag checks.
5. Fix a compile guard where the ECDH private key used by the client is
   disabled by ECDSA.
  • Loading branch information
ejohnstown committed May 1, 2024
1 parent 4974096 commit 5060dc2
Show file tree
Hide file tree
Showing 2 changed files with 344 additions and 239 deletions.
Loading

0 comments on commit 5060dc2

Please sign in to comment.