From 394639f4eb4d7d324700ecb2f7900f7516139f8f Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sun, 13 Mar 2022 12:35:20 -0500 Subject: add changelog --- ChangeLog | 5 +++++ patches/opensslv.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5a458ca..d04d462 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,6 +28,11 @@ history is also available from Git. LibreSSL Portable Release Notes: +3.4.3 - Security release + + * A malicious certificate can cause an infinite loop. + Reported by and fix from Tavis Ormandy and David Benjamin, Google. + 3.4.2 - Security fix * In some situations the X.509 verifier would discard an error on an diff --git a/patches/opensslv.h b/patches/opensslv.h index 7555c10..f30c40d 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 0x3040200fL +#define LIBRESSL_VERSION_NUMBER 0x3040300fL /* ^ Patch starts here */ -#define LIBRESSL_VERSION_TEXT "LibreSSL 3.4.2" +#define LIBRESSL_VERSION_TEXT "LibreSSL 3.4.3" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L -- cgit v1.2.3-55-g6feb