]> git.ipfire.org Git - thirdparty/openssl.git/commit
Revert two renamings backported from master
authorDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Mon, 31 Aug 2020 22:55:36 +0000 (00:55 +0200)
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Thu, 10 Sep 2020 21:01:16 +0000 (23:01 +0200)
commit8380f453ec81d9172b94a82c3592f78f1a612046
tree80fc6cb91aab4ac2d4360c910b8501908fcc7f64
parent958fec77928a28350f6af252ac5e8d0e6e081faa
Revert two renamings backported from master

The original names were more intuitive: the generate_counter counts the
number of generate requests, and the reseed_counter counts the number
of reseedings (of the principal DRBG).

    reseed_gen_counter  -> generate_counter
    reseed_prop_counter -> reseed_counter

This partially reverts commit 35a34508ef4d649ace4e373e1d019192b7e38c36.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12759)
crypto/rand/drbg_lib.c
crypto/rand/rand_local.h
test/drbgtest.c