File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
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.1.1e and 1.1.1f [xx XXX xxxx ]
10
+ Changes between 1.1.1e and 1.1.1f [31 Mar 2020 ]
11
11
12
12
*) Revert the change of EOF detection while reading in libssl to avoid
13
13
regressions in applications depending on the current way of reporting
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.1.1e and OpenSSL 1.1.1f [under development ]
8
+ Major changes between OpenSSL 1.1.1e and OpenSSL 1.1.1f [31 Mar 2020 ]
9
9
10
10
o Revert the unexpected EOF reporting via SSL_ERROR_SSL
11
11
Original file line number Diff line number Diff line change 1
1
2
- OpenSSL 1.1.1f-dev
2
+ OpenSSL 1.1.1f 31 Mar 2020
3
3
4
4
Copyright (c) 1998-2020 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 @@ -39,8 +39,8 @@ extern "C" {
39
39
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
40
40
* major minor fix final patch/beta)
41
41
*/
42
- # define OPENSSL_VERSION_NUMBER 0x10101060L
43
- # define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1f-dev xx XXX xxxx "
42
+ # define OPENSSL_VERSION_NUMBER 0x1010106fL
43
+ # define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1f 31 Mar 2020 "
44
44
45
45
/*-
46
46
* The macros below are to be used for shared library (.so, .dll, ...)
You can’t perform that action at this time.
0 commit comments