File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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/*-
You can’t perform that action at this time.
0 commit comments