aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 06e5999..cc1fb16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,22 @@ history is also available from Git.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
312.7.5 - Stable release
32
33 * Fixed warnings about clock_gettime on Windows Visual Studio builds.
34
35 * Fixed CMake builds on systems where getpagesize is defined as an
36 inline function.
37
38 * Fixed manpage installation on case-insensitive filesystems.
39
40 * Added a blinding value when generating DSA and ECDSA signatures, in
41 order to reduce the possibility of a side-channel attack leaking the
42 private key.
43
44 * Fixed a non-uniformity in getentropy(2) emulation where a block of
45 all zeroes would be discarded.
46
312.7.4 - Security fixes 472.7.4 - Security fixes
32 48
33 * Avoid a timing side-channel leak when generating DSA and ECDSA 49 * Avoid a timing side-channel leak when generating DSA and ECDSA