File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77 https://github.com/openssl/openssl/commits/ and pick the appropriate
88 release branch.
99
10- Changes between 1.1.1p and 1.1.1q [xx XXX xxxx ]
10+ Changes between 1.1.1p and 1.1.1q [5 Jul 2022 ]
1111
1212 *) AES OCB mode for 32-bit x86 platforms using the AES-NI assembly optimised
1313 implementation would not encrypt the entirety of the data under some
Original file line number Diff line number Diff line change 55 This file gives a brief overview of the major changes between each OpenSSL
66 release. For more details please read the CHANGES file.
77
8- Major changes between OpenSSL 1.1.1p and OpenSSL 1.1.1q [under development ]
8+ Major changes between OpenSSL 1.1.1p and OpenSSL 1.1.1q [5 Jul 2022 ]
99
1010 o Fixed AES OCB failure to encrypt some bytes on 32-bit x86 platforms
1111 (CVE-2022-2097)
Original file line number Diff line number Diff line change 11
2- OpenSSL 1.1.1q-dev
2+ OpenSSL 1.1.1q 5 Jul 2022
33
44 Copyright (c) 1998-2022 The OpenSSL Project
55 Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ extern "C" {
3939 * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
4040 * major minor fix final patch/beta)
4141 */
42- # define OPENSSL_VERSION_NUMBER 0x10101110L
43- # define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1q-dev xx XXX xxxx "
42+ # define OPENSSL_VERSION_NUMBER 0x1010111fL
43+ # define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1q 5 Jul 2022 "
4444
4545/*-
4646 * The macros below are to be used for shared library (.so, .dll, ...)
You can’t perform that action at this time.
0 commit comments