aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2019-10-15 14:28:46 -0500
committerBrent Cook <busterb@gmail.com>2019-10-27 06:07:59 -0500
commitf490e28bd85f877748ef8e01bec34e75356ddd29 (patch)
tree06fbe45f859691fc3e4ac52679196c56dba1074a
parent6de156f87cb127e1540c2c3be8070523c69b827e (diff)
downloadportable-f490e28bd85f877748ef8e01bec34e75356ddd29.tar.gz
portable-f490e28bd85f877748ef8e01bec34e75356ddd29.tar.bz2
portable-f490e28bd85f877748ef8e01bec34e75356ddd29.zip
3.0.2 changelog
Diffstat (limited to '')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 36ed3d0..3062fc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,21 @@ history is also available from Git.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
313.0.2 - Stable release
32
33 * Use a valid curve when constructing an EC_KEY that looks like X25519.
34 The recent EC group cofactor change results in stricter validation,
35 which causes the EC_GROUP_set_generator() call to fail.
36 Issue reported and fix tested by rsadowski@
37
38 * Fixed a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkey.
39 (Note that the CMS code is currently disabled)
40 Port of Edlinger's Fix for CVE-2019-1563 from OpenSSL 1.1.1 (old license)
41
42 * Avoid a path traversal bug in s_server on Windows when run with the -WWW
43 or -HTTP options, due to incomplete path check logic.
44 Issue reported and fix tested by Jobert Abma
45
313.0.1 - Development release 463.0.1 - Development release
32 47
33 * Ported Billy Brumley's fix for CVE-2019-1547 in OpenSSL 1.1.1. If a NULL 48 * Ported Billy Brumley's fix for CVE-2019-1547 in OpenSSL 1.1.1. If a NULL