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 7
7
https://github.com/openssl/openssl/commits/ and pick the appropriate
8
8
release branch.
9
9
10
- Changes between 1.1.1n and 1.1.1o [xx XXX xxxx ]
10
+ Changes between 1.1.1n and 1.1.1o [3 May 2022 ]
11
11
12
12
*) Fixed a bug in the c_rehash script which was not properly sanitising shell
13
13
metacharacters to prevent command injection. This script is distributed by
Original file line number Diff line number Diff line change 5
5
This file gives a brief overview of the major changes between each OpenSSL
6
6
release. For more details please read the CHANGES file.
7
7
8
- Major changes between OpenSSL 1.1.1n and OpenSSL 1.1.1o [under development ]
8
+ Major changes between OpenSSL 1.1.1n and OpenSSL 1.1.1o [3 May 2022 ]
9
9
10
10
o Fixed a bug in the c_rehash script which was not properly sanitising
11
11
shell metacharacters to prevent command injection (CVE-2022-1292)
Original file line number Diff line number Diff line change 1
1
2
- OpenSSL 1.1.1o-dev
2
+ OpenSSL 1.1.1o 3 May 2022
3
3
4
4
Copyright (c) 1998-2022 The OpenSSL Project
5
5
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" {
39
39
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
40
40
* major minor fix final patch/beta)
41
41
*/
42
- # define OPENSSL_VERSION_NUMBER 0x101010f0L
43
- # define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1o-dev xx XXX xxxx "
42
+ # define OPENSSL_VERSION_NUMBER 0x101010ffL
43
+ # define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1o 3 May 2022 "
44
44
45
45
/*-
46
46
* The macros below are to be used for shared library (.so, .dll, ...)
You can’t perform that action at this time.
0 commit comments