Re: Update Windows getentropy implementation

2020-11-10 Thread Kinichiro Inoguchi
On Mon, Nov 09, 2020 at 01:10:51PM -0600, Brent Cook wrote: > > This updates the getentropy implementation for Windows to use the newer > "Cryptography Next Generation APIs", replacing CryptGenRandom, which > already has been removed from applications built for the Windows Store. > > Tested with

Update Windows getentropy implementation

2020-11-09 Thread Brent Cook
This updates the getentropy implementation for Windows to use the newer "Cryptography Next Generation APIs", replacing CryptGenRandom, which already has been removed from applications built for the Windows Store. Tested with libressl-portable, it passes all regression tests. Details of the API a