aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32c76ab..63d714e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,12 +28,31 @@ history is also available from Git.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
312.2.5 - Reliability Update
32
33 * Fixes from OpenSSL 1.0.1q
34 - CVE-2015-3194 - NULL pointer dereference in client side certificate
35 validation.
36 - CVE-2015-3195 - Memory leak in PKCS7 - not reachable from TLS/SSL
37
38 * The following OpenSSL CVEs did not apply to LibreSSL
39 - CVE-2015-3193 - Carry propagating bug in the x86_64 Montgomery
40 squaring procedure.
41 - CVE-2015-3196 - Double free race condition of the identify hint
42 data.
43
44 See https://marc.info/?l=openbsd-announce&m=144925068504102
45
312.2.4 - Build and bug fixes 462.2.4 - Build and bug fixes
32 47
33 * Backported build fixes for CMake on Windows, OSX and Linux 48 * Backported build fixes for CMake on Windows, OSX and Linux
34 49
35 * Fixes for a memory leak and out-of-bounds access in OBJ_obj2txt 50 * Fixes for a memory leak and out-of-bounds access in OBJ_obj2txt
36 reported by Qualys Security. 51 reported by Qualys Security.
52 - CVE-2015-5333 - memory leak in OBJ_obj2txt
53 - CVE-2015-5334 - 1-byte buffer overflow in OBJ_obj2txt
54
55 See http://www.openwall.com/lists/oss-security/2015/10/16/1
37 56
382.2.3 - Bug fixes, build enhancements 572.2.3 - Bug fixes, build enhancements
39 58