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:
243ff51
)
Add an entry to the CHANGES for the d2i_X509_PUBKEY fix
author
Bernd Edlinger
<bernd.edlinger@hotmail.de>
Wed, 30 Jan 2019 15:20:31 +0000
(16:20 +0100)
committer
Bernd Edlinger
<bernd.edlinger@hotmail.de>
Sat, 2 Feb 2019 07:09:00 +0000
(08:09 +0100)
The commit
5dc40a83c74be579575a512b30d9c1e0364e6a7b
forgot
to add a short description to the CHANGES file.
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8144)
(cherry picked from commit
b2aea0e3d9a15e30ebce8b6da213df4a3f346155
)
CHANGES
patch
|
blob
|
history
diff --git
a/CHANGES
b/CHANGES
index 261299d44bff5557682e9af7993d134e4b836172..81e3f84bdea092d1c0633db03c95e3b38b2f0199 100644
(file)
--- a/
CHANGES
+++ b/
CHANGES
@@
-16,6
+16,10
@@
interoperability with such broken implementations. However, enabling
this switch breaks interoperability with correct implementations.
+ *) Fix a use after free bug in d2i_X509_PUBKEY when overwriting a
+ re-used X509_PUBKEY object if the second PUBKEY is malformed.
+ [Bernd Edlinger]
+
*) Move strictness check from EVP_PKEY_asn1_new() to EVP_PKEY_asn1_add0().
[Richard Levitte]