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 7
7
https://github.com/openssl/openssl/commits/ and pick the appropriate
8
8
release branch.
9
9
10
- Changes between 1.0.2q and 1.0.2r [xx XXX xxxx ]
10
+ Changes between 1.0.2q and 1.0.2r [26 Feb 2019 ]
11
11
12
12
*) 0-byte record padding oracle
13
13
Original file line number Diff line number Diff line change 5
5
This file gives a brief overview of the major changes between each OpenSSL
6
6
release. For more details please read the CHANGES file.
7
7
8
- Major changes between OpenSSL 1.0.2q and OpenSSL 1.0.2r [under development ]
8
+ Major changes between OpenSSL 1.0.2q and OpenSSL 1.0.2r [26 Feb 2019 ]
9
9
10
10
o 0-byte record padding oracle (CVE-2019-1559)
11
11
Original file line number Diff line number Diff line change 1
1
2
- OpenSSL 1.0.2r-dev
2
+ OpenSSL 1.0.2r 26 Feb 2019
3
3
4
4
Copyright (c) 1998-2018 The OpenSSL Project
5
5
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ extern "C" {
30
30
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
31
31
* major minor fix final patch/beta)
32
32
*/
33
- # define OPENSSL_VERSION_NUMBER 0x10002120L
33
+ # define OPENSSL_VERSION_NUMBER 0x1000212fL
34
34
# ifdef OPENSSL_FIPS
35
- # define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2r-fips-dev xx XXX xxxx "
35
+ # define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2r-fips 26 Feb 2019 "
36
36
# else
37
- # define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2r-dev xx XXX xxxx "
37
+ # define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2r 26 Feb 2019 "
38
38
# endif
39
39
# define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
40
40
You can’t perform that action at this time.
0 commit comments