commit | 1bfeb8a837260ec1ff1466e72c3c314cdce76011 | [log] [tgz] |
---|---|---|
author | gacquroff <gavina352@gmail.com> | Tue Dec 01 20:37:52 2020 -0800 |
committer | gacquroff <gavina352@gmail.com> | Thu Dec 03 12:28:25 2020 -0800 |
tree | cb9706d50fa4ee6ccedfc89cf95daad0df5e6f31 | |
parent | 6aceb51e439a2ee1760c2d3ce7db78f2a09e3d82 [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.