summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Tuveri <nic.tuv@gmail.com>2019-09-07 12:10:24 +0300
committerNicola Tuveri <nic.tuv@gmail.com>2019-09-07 15:44:29 +0300
commit95803917ad1f4e719212cb59d44be2e547b6d8c8 (patch)
treecda6ba1e41759cfee4d54a64e8207e6d2b5827ea
parent87bea6550ae0dda7c40937cff2e86cc2b0b09491 (diff)
Append CVE-2019-1547 to related CHANGES entry
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)
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d34bba83fe..1c8716074b 100644
--- 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