Append CVE-2019-1547 to related CHANGES entry
authorNicola Tuveri <nic.tuv@gmail.com>
Sat, 7 Sep 2019 09:10:24 +0000 (12:10 +0300)
committerNicola Tuveri <nic.tuv@gmail.com>
Sat, 7 Sep 2019 12:44:29 +0000 (15:44 +0300)
This amends the entry added in a6186f39802f94937a46f7a41ef0c86b6334b592
with the relevant CVE.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9800)

CHANGES

diff --git a/CHANGES b/CHANGES
index d34bba83febf0b4d2d26a0aafe8cdff4bbc309de..1c8716074bdc0eb04a81ebd3a22c7d1aad8cc55f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,7 @@
      this change, EC_GROUP_set_generator would accept order and/or cofactor as
      NULL. After this change, only the cofactor parameter can be NULL. It also
      does some minimal sanity checks on the passed order.
+     (CVE-2019-1547)
      [Billy Bob Brumley]
 
   *) Early start up entropy quality from the DEVRANDOM seed source has been