summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-12-07 09:26:04 +0100
committerRichard Levitte <levitte@openssl.org>2018-12-07 11:59:11 +0100
commit673273c43e853188d6abcffaf76d0f432f13e8c6 (patch)
treed22ac7c9c491f839bbe5a1899195a7c4b3941722 /CHANGES
parentdeab38a4638bf0728bcdf4c161618818b5557573 (diff)
Make EVP_PKEY_asn1_add0() stricter about its input
It turns out that the strictness that was implemented in EVP_PKEY_asn1_new() (see Github openssl/openssl#6880) was badly placed for some usages, and that it's better to do this check only when the method is getting registered. Fixes #7758 Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7847) (cherry picked from commit a86003162138031137727147c9b642d99db434b1)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 94ccdc07ac..d3ad3f6243 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,9 @@
Changes between 1.1.1a and 1.1.1b [xx XXX xxxx]
+ *) Move strictness check from EVP_PKEY_asn1_new() to EVP_PKEY_asn1_add0().
+ [Richard Levitte]
+
*) Remove the 'dist' target and add a tarball building script. The
'dist' target has fallen out of use, and it shouldn't be
necessary to configure just to create a source distribution.