Commit Graph

4 Commits

Author SHA1 Message Date
Michael Forney b061035e66 bearssl: Enable getentropy seeder and disable rdrand
Currently, getentropy is only autodetected on glibc. However, even
when enabled, bearssl prefers rdrand if available.

Since the kernel uses a variety of sources for its entropy pool
(including rdrand if enabled) and rdrand is buggy on some CPUs,
prefer getentropy in bearssl.
2020-09-22 15:00:18 -07:00
Michael Forney c7153104c6 bearssl: Update to latest git
This fixes a bug with computing the modulus of a 4096-bit RSA private
key.
2019-12-04 01:11:35 -08:00
Michael Forney 660cf1c7fc bearssl: Update to 0.6 2018-08-17 16:38:32 -07:00
Michael Forney ba94a8513d Rewrite ninja generation scripts in Lua 2017-09-25 19:23:06 -07:00