Skip to content
This repository was archived by the owner on Aug 24, 2025. It is now read-only.

Commit 97c0959

Browse files
committed
Prepare for 1.1.0i release
Reviewed-by: Richard Levitte <levitte@openssl.org>
1 parent 6244f53 commit 97c0959

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.0h and 1.1.0i [xx XXX xxxx]
10+
Changes between 1.1.0h and 1.1.0i [14 Aug 2018]
1111

1212
*) Client DoS due to large DH parameter
1313

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.0h and OpenSSL 1.1.0i [under development]
8+
Major changes between OpenSSL 1.1.0h and OpenSSL 1.1.0i [14 Aug 2018]
99

1010
o Client DoS due to large DH parameter (CVE-2018-0732)
1111
o Cache timing vulnerability in RSA Key Generation (CVE-2018-0737)

README

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

2-
OpenSSL 1.1.0i-dev
2+
OpenSSL 1.1.0i 14 Aug 2018
33

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

include/openssl/opensslv.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ 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 0x10100090L
42+
# define OPENSSL_VERSION_NUMBER 0x1010009fL
4343
# ifdef OPENSSL_FIPS
44-
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0i-fips-dev xx XXX xxxx"
44+
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0i-fips 14 Aug 2018"
4545
# else
46-
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0i-dev xx XXX xxxx"
46+
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0i 14 Aug 2018"
4747
# endif
4848

4949
/*-

0 commit comments

Comments
 (0)