aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/iv
Commit message (Expand)AuthorAgeFilesLines
* iv-gen: Fail getting shorter IV values than the used counter sizeMartin Willi2015-06-011-0/+4
* iv-gen: Ensure external sequential IVs are actually sequentialMartin Willi2015-06-012-0/+23
* iv-gen: Add a generic constructor to create an IV gen from an algorithmMartin Willi2015-04-132-0/+69
* iv_gen: Mask sequential IVs with a random saltTobias Brunner2013-10-111-0/+24
* iv_gen: Provide external sequence number (IKE, ESP)Tobias Brunner2013-10-113-17/+10
* iv_gen: Add IV generator that allocates IVs sequentiallyTobias Brunner2013-10-112-0/+119
* iv_gen: Add IV generator that allocates IVs randomlyTobias Brunner2013-10-112-0/+111
* crypto: Add generic interface for IV generatorsTobias Brunner2013-10-111-0/+59