diff options
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -28,11 +28,12 @@ history is also available from Git. | |||
28 | 28 | ||
29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
30 | 30 | ||
31 | 3.7.3 - Stable release | 31 | 3.7.3 - Bug and reliability fixes |
32 | 32 | ||
33 | * Bug fixes | 33 | * Bug fix |
34 | - Hostflags in the verify parameters would not propagate from an | 34 | - Hostflags in the verify parameters would not propagate from an |
35 | SSL_CTX to newly created SSL. | 35 | SSL_CTX to newly created SSL. |
36 | * Reliability fix | ||
36 | - A double free or use after free could occur after SSL_clear(3). | 37 | - A double free or use after free could occur after SSL_clear(3). |
37 | 38 | ||
38 | 3.7.2 - Stable release | 39 | 3.7.2 - Stable release |