]> git.ipfire.org Git - thirdparty/strongswan.git/commit - configure.ac
kdf: Add plugin that provides a default prf+ implementation
authorTobias Brunner <tobias@strongswan.org>
Fri, 11 Feb 2022 13:49:49 +0000 (14:49 +0100)
committerTobias Brunner <tobias@strongswan.org>
Thu, 14 Apr 2022 16:54:24 +0000 (18:54 +0200)
commit9e228de60af5702be492f8c27c389c2d77eaa43e
tree166472347888c1c8f5f5ab73c73a979e867dcdb1
parentce431366e6e6f4e27540cc9b2af1e101e2b9fbcf
kdf: Add plugin that provides a default prf+ implementation
configure.ac
src/libstrongswan/Android.mk
src/libstrongswan/Makefile.am
src/libstrongswan/plugins/kdf/Makefile.am [new file with mode: 0644]
src/libstrongswan/plugins/kdf/kdf_plugin.c [new file with mode: 0644]
src/libstrongswan/plugins/kdf/kdf_plugin.h [new file with mode: 0644]
src/libstrongswan/plugins/kdf/kdf_prf_plus.c [new file with mode: 0644]
src/libstrongswan/plugins/kdf/kdf_prf_plus.h [new file with mode: 0644]