summaryrefslogtreecommitdiff
path: root/lib/libcrypto/arc4random/getentropy_solaris.c
AgeCommit message (Expand)Author
2018-11-20Saw a mention somewhere a while back that the gotdata() function inTheo de Raadt
2016-08-07Update the link for the getentropy(2) manual to man.openbsd.org/Theo Buehler
2015-09-11unify files furtherTheo de Raadt
2015-08-25unify versions, so they are easier to diff.Theo de Raadt
2014-07-21Use explicit_bzero() instead of memset() on buffers going out of scope.Philip Guenther
2014-07-19remove disabled main hook; we use phdr now; ok bcookTheo de Raadt
2014-07-13Use dl_iterate_phdr() to iterate over the segments and throw the addressesTheo de Raadt
2014-07-13Provide a link to the canonical API specification.Theo de Raadt
2014-07-13Take away the use of the address of main as a source of entropy. CausesBob Beck
2014-07-12Remove signed/unsigned warning, statement before declaration andWouter Wijngaards
2014-07-12remove gratuitous differences, ok beck bcookTheo de Raadt
2014-07-12Solaris uses a symbolic link for /dev/urandom which harms best practice ofBob Beck
2014-07-08getentropy for osx and solaris. will be needed for a portable releaseBob Beck