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

Commit b2758a2

Browse files
committed
Prepare for 1.1.0g release
Reviewed-by: Andy Polyakov <appro@openssl.org>
1 parent 6190960 commit b2758a2

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.0f and 1.1.0g [xx XXX xxxx]
10+
Changes between 1.1.0f and 1.1.0g [2 Nov 2017]
1111

1212
*) bn_sqrx8x_internal carry bug on x86_64
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.0f and OpenSSL 1.1.0g [under development]
8+
Major changes between OpenSSL 1.1.0f and OpenSSL 1.1.0g [2 Nov 2017]
99

1010
o bn_sqrx8x_internal carry bug on x86_64 (CVE-2017-3736)
1111
o Malformed X.509 IPAddressFamily could cause OOB read (CVE-2017-3735)

README

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

2-
OpenSSL 1.1.0g-dev
2+
OpenSSL 1.1.0g 2 Nov 2017
33

44
Copyright (c) 1998-2016 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 0x10100070L
42+
# define OPENSSL_VERSION_NUMBER 0x1010007fL
4343
# ifdef OPENSSL_FIPS
44-
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0g-fips-dev xx XXX xxxx"
44+
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0g-fips 2 Nov 2017"
4545
# else
46-
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0g-dev xx XXX xxxx"
46+
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0g 2 Nov 2017"
4747
# endif
4848

4949
/*-

0 commit comments

Comments
 (0)