From 87392fdbf1f8126bc6103770de3a901360fd6268 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Mon, 15 Mar 2021 15:36:26 -0500 Subject: LibreSSL 3.2.5 --- ChangeLog | 4 ++++ patches/opensslv.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ea96478..4ab4c5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,6 +28,10 @@ history is also available from Git. LibreSSL Portable Release Notes: +3.2.5 - Bug fix + + * A TLS client using session resumption may cause a use-after-free. + 3.2.4 - Bug and interoperability fixes * Switch back to certificate verification code from LibreSSL 3.1.x. The diff --git a/patches/opensslv.h b/patches/opensslv.h index cdf654e..ab5450c 100644 --- a/patches/opensslv.h +++ b/patches/opensslv.h @@ -3,9 +3,9 @@ #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x3020400fL +#define LIBRESSL_VERSION_NUMBER 0x3020500fL /* ^ Patch starts here */ -#define LIBRESSL_VERSION_TEXT "LibreSSL 3.2.4" +#define LIBRESSL_VERSION_TEXT "LibreSSL 3.2.5" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L -- cgit v1.2.3-55-g6feb