aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2018-12-15 11:10:39 -0600
committerBrent Cook <bcook@openbsd.org>2018-12-15 11:10:39 -0600
commitcc18bf67d55cac55f5c78a5edabc62cd2c3d4404 (patch)
tree8b77f9523caba65da11ab5575ece2f86a6734607
parent061094bd71cd3b55298ed2027e2a6442a59c210d (diff)
downloadportable-2.9.0.tar.gz
portable-2.9.0.tar.bz2
portable-2.9.0.zip
add portable changesv2.9.0
-rw-r--r--ChangeLog11
1 files 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:
30 30
312.9.0 - Development release 312.9.0 - Development release
32 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
33 * CRYPTO_LOCK is now automatically initialized, with the legacy 38 * CRYPTO_LOCK is now automatically initialized, with the legacy
34 callbacks stubbed for compatibility. 39 callbacks stubbed for compatibility.
35 40
@@ -44,7 +49,8 @@ LibreSSL Portable Release Notes:
44 49
45 * Simplified sigalgs option processing and handshake signing algorithm 50 * Simplified sigalgs option processing and handshake signing algorithm
46 51
47 * Added the ability to use the RSA PSS algorithm for handshake signatures. 52 * Added the ability to use the RSA PSS algorithm for handshake
53 signatures.
48 54
49 * Added bn_rand_interval() and use it in code needing ranges of random 55 * Added bn_rand_interval() and use it in code needing ranges of random
50 bn values. 56 bn values.
@@ -61,7 +67,8 @@ LibreSSL Portable Release Notes:
61 67
62 * Added support for assembly optimizations on 32-bit ARM ELF targets. 68 * Added support for assembly optimizations on 32-bit ARM ELF targets.
63 69
64 * Improved protection against timing side channels in ECDSA signature generation. 70 * Improved protection against timing side channels in ECDSA signature
71 generation.
65 72
66 * Coordinate blinding was added to some elliptic curves. This is the 73 * Coordinate blinding was added to some elliptic curves. This is the
67 last bit of the work by Brumley et al. to protect against the 74 last bit of the work by Brumley et al. to protect against the