mirror of
https://github.com/libressl/portable.git
synced 2026-01-17 21:51:17 +01:00
add changelog
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user