diff options
author | Jack Lloyd <[email protected]> | 2016-07-19 14:57:12 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-07-19 14:57:12 -0400 |
commit | 4e78e6ea5608edddda8929f3b43a978e89f927ba (patch) | |
tree | b2da95ad40377650878f1b1218ec6e8bea3e6c5b /src/build-data | |
parent | 308c7d5eda678566edd26e9ab20edbe772f46363 (diff) |
Add RDRAND_RNG
For those that are willing to trust uninspectible hardware. :)
Changes RDRAND entropy source to call RDRAND_RNG
Add --rdrand flag to rng cmdlet
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/policy/bsi.txt | 1 | ||||
-rw-r--r-- | src/build-data/policy/modern.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/build-data/policy/bsi.txt b/src/build-data/policy/bsi.txt index 2ae2ac3b2..7eb092292 100644 --- a/src/build-data/policy/bsi.txt +++ b/src/build-data/policy/bsi.txt @@ -65,6 +65,7 @@ rdseed win32_stats # rng +rdrand_rng system_rng # utils diff --git a/src/build-data/policy/modern.txt b/src/build-data/policy/modern.txt index 5a8a2f126..30b7fbfd8 100644 --- a/src/build-data/policy/modern.txt +++ b/src/build-data/policy/modern.txt @@ -60,6 +60,7 @@ simd_scalar simd_sse2 simd_altivec +rdrand_rng system_rng # entropy sources |