]> git.ipfire.org Git - thirdparty/strongswan.git/commit
openssl: Generalize the GCM implementation a bit
authorTobias Brunner <tobias@strongswan.org>
Mon, 4 Mar 2019 16:31:28 +0000 (17:31 +0100)
committerTobias Brunner <tobias@strongswan.org>
Fri, 8 Mar 2019 14:55:52 +0000 (15:55 +0100)
commit8fc6b2d0e0ff9e907daf3f277fecab3c046510c3
tree0afeb834a0e8bf0520dce89bcc02c09a2d53d803
parent451c2e7d582862f20362cb141d6a50fd7e52d7ac
openssl: Generalize the GCM implementation a bit

This will allow us to use the implementation also for other algorithms.
src/libstrongswan/plugins/openssl/Makefile.am
src/libstrongswan/plugins/openssl/openssl_aead.c [moved from src/libstrongswan/plugins/openssl/openssl_gcm.c with 89% similarity]
src/libstrongswan/plugins/openssl/openssl_aead.h [moved from src/libstrongswan/plugins/openssl/openssl_gcm.h with 76% similarity]
src/libstrongswan/plugins/openssl/openssl_plugin.c