NEWS:
* Bug fixes:
- Fix infinite loop due to applications using fork the wrong
way. [T3491]
- Fix possible leak of a few bits of secret primes to pageable
memory. [T3848]
- Fix possible hang in the RNG (1.8.3 only). [T4034]
- Several minor fixes. [T4102,T4208,T4209,T4210,T4211,T4212]
* Performance:
- On Linux always make use of getrandom if possible and then use
its /dev/urandom behaviour. [T3894]