]> git.ipfire.org Git - thirdparty/strongswan.git/commit - configure.ac
chapoly: Provide a generic ChaCha20/Poly1305 AEAD supporting driver backends
authorMartin Willi <martin@revosec.ch>
Wed, 1 Apr 2015 17:17:25 +0000 (19:17 +0200)
committerMartin Willi <martin@revosec.ch>
Mon, 29 Jun 2015 15:32:14 +0000 (17:32 +0200)
commit370fb3feb04b161efd7cb563b20b99d7e99d0f3e
tree2e6dbdd8a949fd37339975acf43da8da48ca4fbf
parent82f7f5882f965b7a8a4d4b97371b9b94d5873aa5
chapoly: Provide a generic ChaCha20/Poly1305 AEAD supporting driver backends
configure.ac
src/libstrongswan/Makefile.am
src/libstrongswan/plugins/chapoly/Makefile.am [new file with mode: 0644]
src/libstrongswan/plugins/chapoly/chapoly_aead.c [new file with mode: 0644]
src/libstrongswan/plugins/chapoly/chapoly_aead.h [new file with mode: 0644]
src/libstrongswan/plugins/chapoly/chapoly_drv.c [new file with mode: 0644]
src/libstrongswan/plugins/chapoly/chapoly_drv.h [new file with mode: 0644]
src/libstrongswan/plugins/chapoly/chapoly_plugin.c [new file with mode: 0644]
src/libstrongswan/plugins/chapoly/chapoly_plugin.h [new file with mode: 0644]