mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-13 09:59:40 +00:00
Prepare for 1.1.0f-dev
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
0453163e9a
commit
ffb1e659b2
4
CHANGES
4
CHANGES
@ -2,6 +2,10 @@
|
||||
OpenSSL CHANGES
|
||||
_______________
|
||||
|
||||
Changes between 1.1.0e and 1.1.0f [xx XXX xxxx]
|
||||
|
||||
*)
|
||||
|
||||
Changes between 1.1.0d and 1.1.0e [16 Feb 2017]
|
||||
|
||||
*) Encrypt-Then-Mac renegotiation crash
|
||||
|
4
NEWS
4
NEWS
@ -5,6 +5,10 @@
|
||||
This file gives a brief overview of the major changes between each OpenSSL
|
||||
release. For more details please read the CHANGES file.
|
||||
|
||||
Major changes between OpenSSL 1.1.0e and OpenSSL 1.1.0f [under development]
|
||||
|
||||
o
|
||||
|
||||
Major changes between OpenSSL 1.1.0d and OpenSSL 1.1.0e [16 Feb 2017]
|
||||
|
||||
o Encrypt-Then-Mac renegotiation crash (CVE-2017-3733)
|
||||
|
2
README
2
README
@ -1,5 +1,5 @@
|
||||
|
||||
OpenSSL 1.1.0e 16 Feb 2017
|
||||
OpenSSL 1.1.0f-dev
|
||||
|
||||
Copyright (c) 1998-2016 The OpenSSL Project
|
||||
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
|
||||
|
@ -39,11 +39,11 @@ extern "C" {
|
||||
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
|
||||
* major minor fix final patch/beta)
|
||||
*/
|
||||
# define OPENSSL_VERSION_NUMBER 0x1010005fL
|
||||
# define OPENSSL_VERSION_NUMBER 0x10100060L
|
||||
# ifdef OPENSSL_FIPS
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0e-fips 16 Feb 2017"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0f-fips-dev xx XXX xxxx"
|
||||
# else
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0e 16 Feb 2017"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0f-dev xx XXX xxxx"
|
||||
# endif
|
||||
|
||||
/*-
|
||||
|
Loading…
x
Reference in New Issue
Block a user