]> git.ipfire.org Git - thirdparty/strongswan.git/commit - src/libstrongswan/Makefile.am
Added a counter mode wrapper plugin operating on existing CBC crypters
authorMartin Willi <martin@revosec.ch>
Fri, 13 Aug 2010 17:39:59 +0000 (19:39 +0200)
committerMartin Willi <martin@revosec.ch>
Fri, 13 Aug 2010 17:39:59 +0000 (19:39 +0200)
commit272f0e1ae4b802846c25c381895dba7f9536fb6b
treec9667ea464dd672012fd25e1b620c8d1db3d986f
parentc03b0d7e6bd2e23fe2f219103ce52cdff629bea7
Added a counter mode wrapper plugin operating on existing CBC crypters
configure.in
src/libstrongswan/Makefile.am
src/libstrongswan/plugins/ctr/Makefile.am [new file with mode: 0644]
src/libstrongswan/plugins/ctr/ctr_ipsec_crypter.c [new file with mode: 0644]
src/libstrongswan/plugins/ctr/ctr_ipsec_crypter.h [new file with mode: 0644]
src/libstrongswan/plugins/ctr/ctr_plugin.c [new file with mode: 0644]
src/libstrongswan/plugins/ctr/ctr_plugin.h [new file with mode: 0644]