diff options
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -28,6 +28,19 @@ history is also available from Git. | |||
28 | 28 | ||
29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
30 | 30 | ||
31 | 2.6.5 - Security fixes | ||
32 | |||
33 | * Avoid a timing side-channel leak when generating DSA and ECDSA | ||
34 | signatures. This is caused by an attempt to do fast modular | ||
35 | arithmetic, which introduces branches that leak information | ||
36 | regarding secret values. Issue identified and reported by Keegan | ||
37 | Ryan of NCC Group. | ||
38 | |||
39 | * Reject excessively large primes in DH key generation. Problem | ||
40 | reported by Guido Vranken to OpenSSL | ||
41 | (https://github.com/openssl/openssl/pull/6457) and based on his | ||
42 | diff. | ||
43 | |||
31 | 2.6.4 - Bug fixes | 44 | 2.6.4 - Bug fixes |
32 | 45 | ||
33 | * Make tls_config_parse_protocols() work correctly when passed a NULL | 46 | * Make tls_config_parse_protocols() work correctly when passed a NULL |