diff --git a/ChangeLog b/ChangeLog index e44b118..5ec6425 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,6 +28,29 @@ history is also available from Git. LibreSSL Portable Release Notes: +3.4.0 - Development release + + * Add support for OpenSSL 1.1.1 TLSv1.3 APIs. + + * Enable new x509 validator. + + * More details to come, testing is appreciated. + +3.3.4 - Security fix + + * In LibreSSL, printing a certificate can result in a crash in + X509_CERT_AUX_print(). + From Ingo Schwarze + + * Ensure GNU-stack is set on ELF platforms when building with CMake to + enable non-executable stack annotations for the GNU toolchain. + From Tobias Heider + +3.3.3 - Stable release + + * This is the first stable release from the 3.3.x series. + There are no changes from 3.3.2. + 3.3.2 - Development release * This release adds support for DTLSv1.2 and continues the rewrite