Backport some DRBG renamings and typo fixes
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Fri, 26 Oct 2018 20:10:27 +0000 (22:10 +0200)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Fri, 26 Oct 2018 21:04:23 +0000 (23:04 +0200)
commit35a34508ef4d649ace4e373e1d019192b7e38c36
tree5ec85ff0c9b1dc1f0e6d360ccc7b7013b49fff0a
parent0b3f5eab644dfcb7023b2396ec0c9aa6785f48e2
Backport some DRBG renamings and typo fixes

In commit 8bf366519661 some renamings andd typo fixes were made
while adding back the DRBG-HMAC and DRBG-HASH implementation.
Since the commit could not be backported, a lot of unnecessary
differences between master and 1.1.1 were introduced.

These differences result in tiresome merge conflicts when
cherry-picking. To minimize these merge-conflicts, this patch
ports all 'non-feature' changes of commit 8bf366519661
(e.g., renamings of private variables, fixes of typographical
errors, comment changes) manually back to 1.1.1.

The commits a83dc59afa2e (#7399) and 8817215d5c52 (#7456)
failed to cherry-pick previously to 1.1.1, with this patch
they both cherry-pick without conflicts.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/7505)
crypto/rand/drbg_lib.c
crypto/rand/rand_lcl.h
crypto/rand/rand_unix.c
include/openssl/rand_drbg.h
test/drbgtest.c