aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2018-12-15 10:56:11 -0600
committerBrent Cook <bcook@openbsd.org>2018-12-15 10:56:11 -0600
commite9a8c2d292d665e481322f9c8c10c96753299705 (patch)
treee288f42ac1013eea72bb1652840b4fbd521d2419 /ChangeLog
parenta675d33eab0fa524211918fdd0da0810343f0b59 (diff)
downloadportable-2.8.3.tar.gz
portable-2.8.3.tar.bz2
portable-2.8.3.zip
update 2.8.3 changelogv2.8.3
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 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.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
312.8.3 - 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 * Implemented coordinate blinding for EC_POINT as an additional
39 mitigation for the portsmash vulnerability.
40
41 * Fixed a non-uniformity in getentropy(2) emulation where a block of
42 all zeroes would be discarded.
43
312.8.2 - Stable release 442.8.2 - Stable release
32 45
33 * Added Wycheproof support for ECDH and ECDSA Web Crypto test vectors, 46 * Added Wycheproof support for ECDH and ECDSA Web Crypto test vectors,