Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Saw a mention somewhere a while back that the gotdata() function in | deraadt | 2018-11-20 | 1 | -28/+5 |
| | | | | | | | | here could creates non-uniformity since very short fetches of 0 would be excluded. blocks of 0 are just as random as any other data, including blocks of 4 4 4.. This is a misguided attempt to identify errors from the entropy churn/gather code doesn't make sense, errors don't happen. ok bcook | ||||
* | Update the link for the getentropy(2) manual to man.openbsd.org/ | tb | 2016-08-07 | 1 | -2/+2 |
| | | | | ok deraadt@ | ||||
* | unify files further | deraadt | 2015-09-11 | 1 | -9/+9 |
| | |||||
* | unify versions, so they are easier to diff. | deraadt | 2015-08-25 | 1 | -2/+2 |
| | |||||
* | Use explicit_bzero() instead of memset() on buffers going out of scope. | guenther | 2014-07-21 | 1 | -2/+3 |
| | | | | | | | Also, zero the SHA256 context. suggested by "eric" in a comment on an opensslrampage.org post ok miod@ deraadt@ | ||||
* | remove disabled main hook; we use phdr now; ok bcook | deraadt | 2014-07-19 | 1 | -7/+1 |
| | |||||
* | Use dl_iterate_phdr() to iterate over the segments and throw the addresses | deraadt | 2014-07-13 | 1 | -1/+14 |
| | | | | | | | into the hash; hoping the system has some ASLR or PIE. This replaces and substantially improves upon &main which proved problematic with some picky linkers. Work with kettenis, testing by beck | ||||
* | Provide a link to the canonical API specification. | deraadt | 2014-07-13 | 1 | -1/+4 |
| | | | | ok beck | ||||
* | Take away the use of the address of main as a source of entropy. Causes | beck | 2014-07-13 | 1 | -1/+5 |
| | | | | | | distractions to people testing and seeing link errors in some setups. This will come back in another form ok deraadt@ | ||||
* | Remove signed/unsigned warning, statement before declaration and | wouter | 2014-07-12 | 1 | -9/+10 |
| | | | | | | add a function to use function pointers that does not take sizeof(fptr). OK beck@ | ||||
* | remove gratuitous differences, ok beck bcook | deraadt | 2014-07-12 | 1 | -6/+6 |
| | |||||
* | Solaris uses a symbolic link for /dev/urandom which harms best practice of | beck | 2014-07-12 | 1 | -18/+34 |
| | | | | | using O_NOFOLLOW - cope with it as best as possible by trying two different paths. - written by deraadt@ and kettenis@ | ||||
* | getentropy for osx and solaris. will be needed for a portable release | beck | 2014-07-08 | 1 | -0/+413 |