]> git.ipfire.org Git - thirdparty/strongswan.git/commit
ike-auth: Move packet collection to post_build() method
authorTobias Brunner <tobias@strongswan.org>
Mon, 19 Jul 2021 14:36:16 +0000 (16:36 +0200)
committerTobias Brunner <tobias@strongswan.org>
Wed, 29 Jun 2022 08:28:50 +0000 (10:28 +0200)
commite334bd46b18496b02d3cfaffc4bc3347c52cf3cb
tree03bdd490a70470152bb5dd117e5c2a58cf7c0668
parent44629bbadbd4d7f0c3ca5f8f73237b1b49b1f6f3
ike-auth: Move packet collection to post_build() method

This way we avoid having to pre-generate the message when it could
theoretically still get modified by a task that follows or from a plugin
via message() hook.
src/libcharon/sa/ikev2/tasks/ike_auth.c