]> Sergey Matveev's repositories - public-inbox.git/commit
ipc: run Net::SSLeay::randomize
authorEric Wong <e@80x24.org>
Fri, 1 Oct 2021 09:54:40 +0000 (09:54 +0000)
committerEric Wong <e@80x24.org>
Fri, 1 Oct 2021 12:06:30 +0000 (12:06 +0000)
commit5824d0d4ffac120a2840c980b4570868d6b3ea6b
tree9df7601b403fc545ee6c0484210690b5b2f58436
parent361a5b0d5aa7f96117725bd8bb2bc0a168963148
ipc: run Net::SSLeay::randomize

Currently we don't use OpenSSL from child processes of parents
which use OpenSSL, but we may in the future.  So ensure OpenSSL
initializes its PRNG after these forks to avoid one security
pitfall down the line.
lib/PublicInbox/IPC.pm