aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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,