aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/iv/iv_gen_rand.c
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-2/+2
|
* iv_gen: Provide external sequence number (IKE, ESP)Tobias Brunner2013-10-111-2/+2
| | | | This prevents duplicate sequential IVs in case of a HA failover.
* iv_gen: Add IV generator that allocates IVs randomlyTobias Brunner2013-10-111-0/+79
Uses RNG_WEAK as the code currently does elsewhere to allocate IVs.