Skip to content

Commit fb83aaf

Browse files
committed
Prepare for 1.1.0k release
Reviewed-by: Matt Caswell <[email protected]>
1 parent d742232 commit fb83aaf

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.0j and 1.1.0k [xx XXX xxxx]
10+
Changes between 1.1.0j and 1.1.0k [28 May 2019]
1111

1212
*) Change the default RSA, DSA and DH size to 2048 bit instead of 1024.
1313
This changes the size when using the genpkey app when no size is given. It

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.0j and OpenSSL 1.1.0k [under development]
8+
Major changes between OpenSSL 1.1.0j and OpenSSL 1.1.0k [28 May 2019]
99

1010
o Prevent over long nonces in ChaCha20-Poly1305 (CVE-2019-1543)
1111

README

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

2-
OpenSSL 1.1.0k-dev
2+
OpenSSL 1.1.0k 28 May 2019
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 0x101000b0L
42+
# define OPENSSL_VERSION_NUMBER 0x101000bfL
4343
# ifdef OPENSSL_FIPS
44-
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0k-fips-dev xx XXX xxxx"
44+
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0k-fips 28 May 2019"
4545
# else
46-
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0k-dev xx XXX xxxx"
46+
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0k 28 May 2019"
4747
# endif
4848

4949
/*-

0 commit comments

Comments
 (0)