aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/random/random_plugin.h
Commit message (Collapse)AuthorAgeFilesLines
* Use a single set of FDs for all random plugin RNG instancesMartin Willi2012-03-201-0/+10
|
* Removing the plugin constructor declarations from the header files.Tobias Brunner2010-03-021-5/+0
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-1/+1
|
* updated DoxyfileMartin Willi2009-03-241-1/+1
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* added API for random number generators, served through credential factoryMartin Willi2008-04-151-0/+47
ported randomizer_t to a rng_t on top of /dev/(u)random (plugin random)