summaryrefslogtreecommitdiff
path: root/src/rand.c
Commit message (Expand)AuthorAgeFilesLines
* [core] pass conf.follow_symlink in more placesGlenn Strauss2019-03-101-1/+1
* [core] Don't call RAND_cleanup with OpenSSL 1.1.xRosen Penev2018-11-121-0/+2
* [TLS] sys-crypto.h abstractionGlenn Strauss2018-09-261-3/+1
* [core] adjust li_rand_pseudo* interfacesGlenn Strauss2017-09-201-3/+8
* [core] attempt to quiet compiler warning in LEDEGlenn Strauss2017-09-101-1/+2
* [core] fix compiler warnings on Mac OS XGlenn Strauss2017-06-131-0/+3
* [core] remove some unused header includesGlenn Strauss2017-03-281-1/+0
* [TLS] include <openssl/opensslv.h> in rand.cGlenn Strauss2017-01-311-0/+1
* [TLS] mark code that uses -lcrypto but not -lsslGlenn Strauss2017-01-141-5/+8
* [core] defer li_rand_init() until first useGlenn Strauss2016-12-091-1/+18
* [core] rename li_rand() to li_rand_pseudo_bytes()Glenn Strauss2016-12-051-3/+5
* RAND_pseudo_bytes() is deprecated in openssl 1.1.0Glenn Strauss2016-12-051-1/+3
* [core] compile fix for Mac OS X 10.6 (old) (fixes #2773)Glenn Strauss2016-11-281-2/+2
* add random() to list of rand() fallbackslighttpd-1.4.42Glenn Strauss2016-10-161-4/+13
* [core] rand.[ch] to use better RNGs when availableGlenn Strauss2016-10-151-0/+190