add changelog

This commit is contained in:
Brent Cook
2022-03-13 12:35:20 -05:00
parent 3a4ec28b23
commit 394639f4eb
2 changed files with 7 additions and 2 deletions

View File

@@ -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

View File

@@ -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