]> git.ipfire.org Git - people/ms/strongswan.git/commit
iv_gen: Add IV generator that allocates IVs randomly
authorTobias Brunner <tobias@strongswan.org>
Mon, 5 Aug 2013 12:19:43 +0000 (14:19 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 11 Oct 2013 13:55:40 +0000 (15:55 +0200)
commit53d1f2dbfdd6e29914a9881ad9b0acf7c99634c7
treee39f68252d07f866736c1ea33725ff26063d9eed
parent403057aa5a801fbc75c90026327d7d7345544f32
iv_gen: Add IV generator that allocates IVs randomly

Uses RNG_WEAK as the code currently does elsewhere to allocate IVs.
src/libstrongswan/Android.mk
src/libstrongswan/Makefile.am
src/libstrongswan/crypto/iv/iv_gen_rand.c [new file with mode: 0644]
src/libstrongswan/crypto/iv/iv_gen_rand.h [new file with mode: 0644]