diff options
author | Tobias Brunner <tobias@strongswan.org> | 2015-09-21 11:02:45 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2015-10-30 10:54:45 +0100 |
commit | 0e80127691cfe7fea9ce3a2f67d8b527db34faf4 (patch) | |
tree | 798f927813edf16b3b8465fbb59ca0364970ba13 /src/libcharon/plugins/unity/unity_provider.h | |
parent | 72cc029e24308bea636c782f5aee50b6ed38c854 (diff) | |
download | strongswan-0e80127691cfe7fea9ce3a2f67d8b527db34faf4.tar.bz2 strongswan-0e80127691cfe7fea9ce3a2f67d8b527db34faf4.tar.xz |
libipsec: Fix crypter lookup for AES-CTR
Due to the nonce, the ESP key material is four bytes longer than needed for
the actual AES key. The crypto plugins, however, register their AES-CTR
implementations with the AES key length, so the lookup here failed.
For IKEv2 the key material is allocated after creating a crypter instance
with the negotiated AES key size. The length of the actual key material is
retrieved via get_key_size(), which adds the four bytes to the AES key length.
Fixes #1124.
Diffstat (limited to 'src/libcharon/plugins/unity/unity_provider.h')
0 files changed, 0 insertions, 0 deletions