Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update getentropy on Windows to use Cryptography Next Generation (CNG). | bcook | 2020-11-11 | 1 | -18/+9 |
| | | | | | wincrypt is deprecated and no longer works with newer Windows environments, such as in Windows Store apps. | ||||
* | 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 | -2/+2 |
| | |||||
* | correct the failure case for getentropy on win32 | bcook | 2014-11-11 | 1 | -3/+3 |
| | | | | | | CryptAcquireContext and CryptGenRandom returns zero (FALSE) if fails. From: Dongsheng Song <dongsheng.song@gmail.com> | ||||
* | Provide a link to the canonical API specification. | deraadt | 2014-07-13 | 1 | -1/+4 |
| | | | | ok beck | ||||
* | getentropy on Windows. It compiles but has not been thoroughly tested yet. | wouter | 2014-07-12 | 1 | -0/+56 |
OK: beck@ |