projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87bea65
)
Append CVE-2019-1547 to related CHANGES entry
author
Nicola Tuveri
<nic.tuv@gmail.com>
Sat, 7 Sep 2019 09:10:24 +0000
(12:10 +0300)
committer
Nicola 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
patch
|
blob
|
history
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