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.3.10 - Security and compatibility fixes | ||
32 | |||
33 | * Avoid a side-channel cache-timing attack that can leak the ECDSA | ||
34 | private keys when signing. This is due to BN_mod_inverse() being | ||
35 | used without the constant time flag being set. | ||
36 | |||
37 | This issue was reported by Cesar Pereida Garcia and Billy Brumley | ||
38 | (Tampere University of Technology). The fix was developed by Cesar | ||
39 | Pereida Garcia. | ||
40 | |||
41 | * iOS and MacOS compatibility updates from Simone Basso and Jacob | ||
42 | Berkman. | ||
43 | |||
31 | 2.3.9 - Reliability improvements | 44 | 2.3.9 - Reliability improvements |
32 | 45 | ||
33 | * Avoid continual processing of an unlimited number of TLS records, | 46 | * Avoid continual processing of an unlimited number of TLS records, |