forked from strongswan/strongswan
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since the changes to the DH implementations that were merged with 30faf04 ("Merge branch 'multi-ke-backport'"), most implementations don't support deriving different shared secrets for the same private key by calling set_public_key() with another public key anymore (some prevent it explicitly, but reusing DH private keys is not something we want to support anyway). So we can't reuse the DH object on one side for every round.
- Loading branch information
1 parent
0c7bfec
commit a59a6d4
Showing
1 changed file
with
21 additions
and
16 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