From e9a8c2d292d665e481322f9c8c10c96753299705 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sat, 15 Dec 2018 10:56:11 -0600 Subject: update 2.8.3 changelog --- ChangeLog | 13 +++++++++++++ tap-driver.sh | 8 ++++---- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index b21ba99..9a935d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,6 +28,19 @@ history is also available from Git. LibreSSL Portable Release Notes: +2.8.3 - Stable release + + * Fixed warnings about clock_gettime on Windows Visual Studio builds. + + * Fixed CMake builds on systems where getpagesize is defined as an + inline function. + + * Implemented coordinate blinding for EC_POINT as an additional + mitigation for the portsmash vulnerability. + + * Fixed a non-uniformity in getentropy(2) emulation where a block of + all zeroes would be discarded. + 2.8.2 - Stable release * Added Wycheproof support for ECDH and ECDSA Web Crypto test vectors, diff --git a/tap-driver.sh b/tap-driver.sh index 2516e9c..82efa96 100755 --- a/tap-driver.sh +++ b/tap-driver.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2011-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -12,7 +12,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -132,7 +132,7 @@ fi # last `echo $?' statement), and would thus die reporting an internal # error. # For more information, see the Autoconf manual and the threads: - # + # # trap : 1 3 2 13 15 if test $merge -gt 0; then @@ -643,7 +643,7 @@ test $? -eq 0 || fatal "I/O or internal error" # Local Variables: # mode: shell-script # sh-indentation: 2 -# eval: (add-hook 'before-save-hook 'time-stamp) +# eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" -- cgit v1.2.3-55-g6feb