diff options
author | Brent Cook <bcook@openbsd.org> | 2018-12-15 11:00:55 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2018-12-15 11:00:55 -0600 |
commit | 1cf3ea7a96607b8f7c8680ea6b3291cab8d0c4b6 (patch) | |
tree | 759d47676953a9125e1575c39370d79aeb8bdd7a | |
parent | 4bdc2934dc50db83a8979c04548c0bb619be5c8f (diff) | |
download | portable-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-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -28,6 +28,22 @@ history is also available from Git. | |||
28 | 28 | ||
29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
30 | 30 | ||
31 | 2.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 | |||
31 | 2.7.4 - Security fixes | 47 | 2.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 |