diff options
| -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 |
