commit | 07d1f47a39d5f346c71aaa1f1ee3c377dece94e3 | [log] [tgz] |
---|---|---|
author | gacquroff <gavina352@gmail.com> | Tue Dec 01 20:37:52 2020 -0800 |
committer | gacquroff <gavina352@gmail.com> | Thu Dec 03 13:41:45 2020 -0800 |
tree | 96066ada47a83663f34672d6cf65582981d7f018 | |
parent | 77cb30c3cb9a0f0b3ae6200bc930dcd2c3ac9fe4 [diff] |
Add changelog entry file for bugfix 2927 Signed-off-by: gacquroff <gavina352@gmail.com>
diff --git a/ChangeLog.d/bugfix-2927.txt b/ChangeLog.d/bugfix-2927.txt new file mode 100644 index 0000000..2213c6e --- /dev/null +++ b/ChangeLog.d/bugfix-2927.txt
@@ -0,0 +1,3 @@ +Bugfix + * In CTR_DRBG and HMAC_DRBG, don't reset the reseed interval in seed(). + Fixes #2927.