]> git.ipfire.org Git - thirdparty/strongswan.git/commit
message: Store original encrypted payload when generating fragments
authorTobias Brunner <tobias@strongswan.org>
Mon, 19 Jul 2021 15:12:09 +0000 (17:12 +0200)
committerTobias Brunner <tobias@strongswan.org>
Wed, 7 Aug 2024 14:20:18 +0000 (16:20 +0200)
commit515b9303dec61159b9e601be2c5e98781a6ee486
tree69ce1971096edadf82a31f6514e4b401a78bd8d3
parentb9c69f90808a74ede77691ef7a648075069489cd
message: Store original encrypted payload when generating fragments

If we don't do this, get_plain() will fail after generating the message
fragmented unless it was generated non-fragmented previously.
src/libcharon/encoding/message.c