aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/random/random_rng.c
Commit message (Collapse)AuthorAgeFilesLines
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-2/+2
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-5/+5
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* changed RNG_REAL to RNG_TRUEAndreas Steffen2009-04-291-1/+1
|
* using signed return value for read()Martin Willi2008-09-301-1/+2
|
* added API for random number generators, served through credential factoryMartin Willi2008-04-151-0/+134
ported randomizer_t to a rng_t on top of /dev/(u)random (plugin random)