aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/openssl/openssl_rng.c
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-1/+1
|
* openssl: Fix includes to prevent <winsock2.h> to complain about include orderMartin Willi2014-06-041-0/+2
|
* openssl: RAND_pseudo_bytes() returns 0 if bytes are not cryptographically strongMartin Willi2013-07-041-9/+6
| | | | For our purposes with RNG_WEAK this is fine, so accept a zero return value.
* RAND_bytes/RAND_pseudo_bytes returns -1 if it is not supported by RAND methodMartin Willi2013-04-101-1/+1
|
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* RNGs' get_bytes and allocate_bytes return booleanTobias Brunner2012-07-161-9/+10
|
* Adding OpenSSL random number functions to openssl pluginAleksandr Grinberg2012-06-251-0/+99