From cc18bf67d55cac55f5c78a5edabc62cd2c3d4404 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sat, 15 Dec 2018 11:10:39 -0600 Subject: add portable changes --- ChangeLog | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b1160fb..2318cd0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -30,6 +30,11 @@ LibreSSL Portable Release Notes: 2.9.0 - Development release + * Fixed warnings about clock_gettime on Windows Visual Studio builds. + + * Fixed CMake builds on systems where getpagesize is defined as an + inline function. + * CRYPTO_LOCK is now automatically initialized, with the legacy callbacks stubbed for compatibility. @@ -44,7 +49,8 @@ LibreSSL Portable Release Notes: * Simplified sigalgs option processing and handshake signing algorithm - * Added the ability to use the RSA PSS algorithm for handshake signatures. + * Added the ability to use the RSA PSS algorithm for handshake + signatures. * Added bn_rand_interval() and use it in code needing ranges of random bn values. @@ -61,7 +67,8 @@ LibreSSL Portable Release Notes: * Added support for assembly optimizations on 32-bit ARM ELF targets. - * Improved protection against timing side channels in ECDSA signature generation. + * Improved protection against timing side channels in ECDSA signature + generation. * Coordinate blinding was added to some elliptic curves. This is the last bit of the work by Brumley et al. to protect against the -- cgit v1.2.3-55-g6feb