summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arc4random/getentropy_win.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update getentropy on Windows to use Cryptography Next Generation (CNG).bcook2020-11-111-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/tb2016-08-071-2/+2
| | | | ok deraadt@
* unify files furtherderaadt2015-09-111-2/+2
|
* correct the failure case for getentropy on win32bcook2014-11-111-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.deraadt2014-07-131-1/+4
| | | | ok beck
* getentropy on Windows. It compiles but has not been thoroughly tested yet.wouter2014-07-121-0/+56
OK: beck@