Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use standard unsigned integer types | Andreas Steffen | 2016-03-24 | 1 | -1/+1 |
| | |||||
* | random: Properly handle errors when reading from /dev/[u]random | Tobias Brunner | 2015-10-29 | 1 | -0/+1 |
| | | | | | | | | If -1 was returned on the first call to read() `done` got SIZE_MAX and the function returned TRUE even though no actual random data had been allocated. Fixes #1156. | ||||
* | Implemented libstrongswan.plugins.random.strong_equals_true option | Andreas Steffen | 2013-11-16 | 1 | -0/+4 |
| | |||||
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | RNGs' get_bytes and allocate_bytes return boolean | Tobias Brunner | 2012-07-16 | 1 | -2/+4 |
| | |||||
* | Use a single set of FDs for all random plugin RNG instances | Martin Willi | 2012-03-20 | 1 | -36/+14 |
| | |||||
* | Migrated random plugin to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 1 | -20/+17 |
| | |||||
* | Adding DBG_LIB to all calls of libstrongswan's version of DBG*. | Tobias Brunner | 2010-04-06 | 1 | -2/+2 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -5/+5 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | changed RNG_REAL to RNG_TRUE | Andreas Steffen | 2009-04-29 | 1 | -1/+1 |
| | |||||
* | using signed return value for read() | Martin Willi | 2008-09-30 | 1 | -1/+2 |
| | |||||
* | added API for random number generators, served through credential factory | Martin Willi | 2008-04-15 | 1 | -0/+134 |
ported randomizer_t to a rng_t on top of /dev/(u)random (plugin random) |