]> git.ipfire.org Git - thirdparty/strongswan.git/commit
keymat_v2: Add optional qske_t argument to derive_ike_keys()
authorTobias Brunner <tobias@strongswan.org>
Thu, 28 Jun 2018 09:40:49 +0000 (11:40 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 14 May 2019 08:53:14 +0000 (10:53 +0200)
commitfd60762514468a4282c8d9eb8ecf179b27835d18
tree4d482b1dbfa7d9ba7a6179638b66f8932761e12d
parentff77e96d24383b6629734930353bd7430bc5c7da
keymat_v2: Add optional qske_t argument to derive_ike_keys()

If given, its shared secret is appended to the secret provided by the
diffie_hellman_t implementation.
src/charon-tkm/src/tkm/tkm_keymat.c
src/charon-tkm/tests/keymat_tests.c
src/libcharon/plugins/ha/ha_dispatcher.c
src/libcharon/sa/ikev2/keymat_v2.c
src/libcharon/sa/ikev2/keymat_v2.h
src/libcharon/sa/ikev2/tasks/ike_init.c