diff options
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -30,6 +30,11 @@ LibreSSL Portable Release Notes: | |||
30 | 30 | ||
31 | 2.9.0 - Development release | 31 | 2.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 |