Codebase list openssl / fb047eb
Prepare for 1.1.1l release Reviewed-by: Richard Levitte <levitte@openssl.org> Matt Caswell 2 years ago
4 changed file(s) with 5 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
66 https://github.com/openssl/openssl/commits/ and pick the appropriate
77 release branch.
88
9 Changes between 1.1.1k and 1.1.1l [xx XXX xxxx]
9 Changes between 1.1.1k and 1.1.1l [24 Aug 2021]
1010
1111 *) Fixed an SM2 Decryption Buffer Overflow.
1212
44 This file gives a brief overview of the major changes between each OpenSSL
55 release. For more details please read the CHANGES file.
66
7 Major changes between OpenSSL 1.1.1k and OpenSSL 1.1.1l [under development]
7 Major changes between OpenSSL 1.1.1k and OpenSSL 1.1.1l [24 Aug 2021]
88
99 o Fixed an SM2 Decryption Buffer Overflow (CVE-2021-3711)
1010 o Fixed various read buffer overruns processing ASN.1 strings (CVE-2021-3712)
00
1 OpenSSL 1.1.1l-dev
1 OpenSSL 1.1.1l 24 Aug 2021
22
33 Copyright (c) 1998-2021 The OpenSSL Project
44 Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
3838 * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
3939 * major minor fix final patch/beta)
4040 */
41 # define OPENSSL_VERSION_NUMBER 0x101010c0L
42 # define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1l-dev xx XXX xxxx"
41 # define OPENSSL_VERSION_NUMBER 0x101010cfL
42 # define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1l 24 Aug 2021"
4343
4444 /*-
4545 * The macros below are to be used for shared library (.so, .dll, ...)