Module: kamailio Branch: master Commit: 300da5c5a166be6724ebe14be29ac97d029c535f URL: https://github.com/kamailio/kamailio/commit/300da5c5a166be6724ebe14be29ac97d...
Author: Henning Westerholt hw@gilawa.com Committer: Henning Westerholt hw@gilawa.com Date: 2025-06-18T10:34:52Z
core: improve random number generator initialization
- move seeding of cryptographic randomness generator for system randomness to the specific generator - improve seeding of children random number generators by using individual initialized secure generators - don't add predictable values like system time or process pid to the seed values of children generators
---
Modified: src/core/pt.c Modified: src/core/rand/cryptorand.c Modified: src/core/rand/cryptorand.h Modified: src/core/rand/fortuna/fortuna.c Modified: src/core/rand/fortuna/fortuna.h Modified: src/core/rand/fortuna/random.c Modified: src/core/rand/fortuna/random.h Modified: src/main.c
---
Diff: https://github.com/kamailio/kamailio/commit/300da5c5a166be6724ebe14be29ac97d... Patch: https://github.com/kamailio/kamailio/commit/300da5c5a166be6724ebe14be29ac97d...