diff options
author | Brent Cook <busterb@gmail.com> | 2021-08-23 09:38:16 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2021-08-23 09:38:16 -0500 |
commit | 409fe207094594c3c7d2abf62ab4400d9328ede9 (patch) | |
tree | 95c7602f22024e03057b7db5cb613d37801a395e /ChangeLog | |
parent | df2d4bb0a88213747fbf22cd710c02b5e27dab88 (diff) | |
download | portable-3.3.4.tar.gz portable-3.3.4.tar.bz2 portable-3.3.4.zip |
LibreSSL 3.3.4v3.3.4
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -28,6 +28,16 @@ history is also available from Git. | |||
28 | 28 | ||
29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
30 | 30 | ||
31 | 3.3.4 - Security fix | ||
32 | |||
33 | * In LibreSSL, printing a certificate can result in a crash in | ||
34 | X509_CERT_AUX_print(). | ||
35 | From Ingo Schwarze | ||
36 | |||
37 | * Ensure GNU-stack is set on ELF platforms when building with CMake to | ||
38 | enable non-executable stack annotations for the GNU toolchain. | ||
39 | From Tobias Heider | ||
40 | |||
31 | 3.3.3 - Stable release | 41 | 3.3.3 - Stable release |
32 | 42 | ||
33 | * This is the first stable release from the 3.3.x series. | 43 | * This is the first stable release from the 3.3.x series. |