Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [core] adjust li_rand_pseudo* interfaces | Glenn Strauss | 2017-09-20 | 1 | -1/+2 |
| | |||||
* | [core] rename li_rand() to li_rand_pseudo_bytes() | Glenn Strauss | 2016-12-05 | 1 | -1/+1 |
| | | | | | to be more explicit that the result is pseudo-random data and not cryptographically random. | ||||
* | [core] rand.[ch] to use better RNGs when available | Glenn Strauss | 2016-10-15 | 1 | -0/+10 |
prefer RAND_pseudo_bytes() (openssl), arc4random() or jrand48(), if available, over rand() These are not necessarily cryptographically secure, but should be better than rand() |