summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2018-10-21 18:49:19 +0200
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2018-10-26 08:38:08 +0200
commit6ec6448b9368b581d712514366c38b359ccff2f4 (patch)
tree0c16759712a6bc4332184e162b87f6a182e9c65b /Configure
parentec2d099fccec25e2d92c4cd2958db21f0d0a1d82 (diff)
RAND_load_file(): avoid adding small chunks to RAND_add()
Increase the load buffer size such that it exceeds the chunk size by a comfortable amount. This is done to avoid calling RAND_add() with a small final chunk. Instead, such a small final chunk will be added together with the previous chunk (unless it's the only one). Related-to: #7449 Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/7456)
Diffstat (limited to 'Configure')
0 files changed, 0 insertions, 0 deletions