aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/iv
Commit message (Expand)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-244-21/+21
* iv-gen: Use NULL IV generator for NULL encryptionTobias Brunner2015-11-091-0/+5
* crypto: Add NULL IV generatorTobias Brunner2015-11-092-0/+95
* crypter: Define a ChaCha20/Poly1305 AEAD algorithm identifierMartin Willi2015-06-291-0/+1
* ivgen: Allow reusing the same message ID twice in sequential IV genMartin Willi2015-06-051-7/+25
* 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