commit | 5194446b7607f0cc057bbd268ce2979059dd9625 | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Mon May 16 16:24:31 2022 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Tue May 17 10:55:59 2022 +0200 |
tree | 45d7fe51552acc469af3f6f6a4c6100659feb548 | |
parent | 18c13d3bd88cbcc351a61b1e71881353ab720f67 [diff] |
MEDIUM: ssl: Delay random generator initialization after config parsing The random generator initialization needs to be performed before the chroot but it is not needed before. If we want to add provider configuration option to the configuration file, they need to be processed before any call to a crypto-related OpenSSL function. We can then delay the initialization until after the configuration file is parsed and processed.