aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/random/random_rng.h
Commit message (Collapse)AuthorAgeFilesLines
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-3/+3
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* updated DoxyfileMartin Willi2009-03-241-2/+2
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* added API for random number generators, served through credential factoryMartin Willi2008-04-151-0/+49
ported randomizer_t to a rng_t on top of /dev/(u)random (plugin random)