Skip to content

Commit ca2e078

Browse files
committed
Prepare for 1.1.1o release
Reviewed-by: Tomas Mraz <[email protected]> Release: yes
1 parent b5b3755 commit ca2e078

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
https://github.com/openssl/openssl/commits/ and pick the appropriate
88
release branch.
99

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]
1111

1212
*) Fixed a bug in the c_rehash script which was not properly sanitising shell
1313
metacharacters to prevent command injection. This script is distributed by

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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.1n and OpenSSL 1.1.1o [under development]
8+
Major changes between OpenSSL 1.1.1n and OpenSSL 1.1.1o [3 May 2022]
99

1010
o Fixed a bug in the c_rehash script which was not properly sanitising
1111
shell metacharacters to prevent command injection (CVE-2022-1292)

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
OpenSSL 1.1.1o-dev
2+
OpenSSL 1.1.1o 3 May 2022
33

44
Copyright (c) 1998-2022 The OpenSSL Project
55
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson

include/openssl/opensslv.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 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"
4444

4545
/*-
4646
* The macros below are to be used for shared library (.so, .dll, ...)

0 commit comments

Comments
 (0)