aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2018-12-15 11:00:55 -0600
committerBrent Cook <bcook@openbsd.org>2018-12-15 11:00:55 -0600
commit1cf3ea7a96607b8f7c8680ea6b3291cab8d0c4b6 (patch)
tree759d47676953a9125e1575c39370d79aeb8bdd7a
parent4bdc2934dc50db83a8979c04548c0bb619be5c8f (diff)
downloadportable-2.7.5.tar.gz
portable-2.7.5.tar.bz2
portable-2.7.5.zip
2.7.5 changelogv2.7.5
-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