diff options
author | Brent Cook <busterb@gmail.com> | 2021-09-27 00:54:12 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2021-09-27 00:54:12 -0500 |
commit | 22b9ab93ae6ababcbe3d67e057cfc24984349878 (patch) | |
tree | 75b90891cd509883c9894c5c1be7b6b30934c598 | |
parent | de5e40ac2b620ab1ead25b935ba49e54cf826c59 (diff) | |
download | portable-22b9ab93ae6ababcbe3d67e057cfc24984349878.tar.gz portable-22b9ab93ae6ababcbe3d67e057cfc24984349878.tar.bz2 portable-22b9ab93ae6ababcbe3d67e057cfc24984349878.zip |
update changelog
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -28,15 +28,19 @@ history is also available from Git. | |||
28 | 28 | ||
29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
30 | 30 | ||
31 | 3.2.7 - Security fix | ||
32 | |||
33 | * A stack overread could occur when checking X.509 name constraints. | ||
34 | From GoldBinocle on GitHub. | ||
35 | |||
31 | 3.2.6 - Security fix | 36 | 3.2.6 - Security fix |
32 | 37 | ||
33 | * In LibreSSL, printing a certificate can result in a crash in | 38 | * In LibreSSL, printing a certificate can result in a crash in |
34 | X509_CERT_AUX_print(). | 39 | X509_CERT_AUX_print(). From Ingo Schwarze. |
35 | From Ingo Schwarze | ||
36 | 40 | ||
37 | * Ensure GNU-stack is set on ELF platforms when building with CMake to | 41 | * Ensure GNU-stack is set on ELF platforms when building with CMake to |
38 | enable non-executable stack annotations for the GNU toolchain. | 42 | enable non-executable stack annotations for the GNU toolchain. |
39 | From Tobias Heider | 43 | From Tobias Heider. |
40 | 44 | ||
41 | 3.2.5 - Bug fix | 45 | 3.2.5 - Bug fix |
42 | 46 | ||