diff options
author | Qin Long <qin.long@intel.com> | 2016-03-11 13:57:18 -0800 |
---|---|---|
committer | Qin Long <qin.long@intel.com> | 2016-03-11 13:57:18 -0800 |
commit | ec3a1a11dc90d46c87a70327c87d139d12eccdcb (patch) | |
tree | 6595e670fc21871969cd570209ad6343f33a5eee /CryptoPkg/Library/OpensslLib/OpensslLib.inf | |
parent | f6326d1fba1eb89a21e9831c9d716e5f3f970084 (diff) | |
download | edk2-platforms-ec3a1a11dc90d46c87a70327c87d139d12eccdcb.tar.xz |
CryptoPkg/OpensslLib: Upgrade OpenSSL version to 1.0.2g
OpenSSL 1.0.2g was released with several severity fixes at
01-Mar-2016(https://www.openssl.org/news/secadv/20160301.txt).
Upgrade the supported OpenSSL version in CryptoPkg/OpensslLib to
catch the latest release 1.0.2g.
(NOTE: RT4175 from David Woodhouse was included in 1.0.2g. The
new-generated patch will remove this part. And the line
endings were still kept as before in this version for
consistency)
CC: Ting Ye <ting.ye@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qin Long <qin.long@intel.com>
Reviewed-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'CryptoPkg/Library/OpensslLib/OpensslLib.inf')
-rw-r--r-- | CryptoPkg/Library/OpensslLib/OpensslLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CryptoPkg/Library/OpensslLib/OpensslLib.inf b/CryptoPkg/Library/OpensslLib/OpensslLib.inf index c2a0c0f116..87571000b3 100644 --- a/CryptoPkg/Library/OpensslLib/OpensslLib.inf +++ b/CryptoPkg/Library/OpensslLib/OpensslLib.inf @@ -20,7 +20,7 @@ MODULE_TYPE = BASE
VERSION_STRING = 1.0
LIBRARY_CLASS = OpensslLib
- DEFINE OPENSSL_PATH = openssl-1.0.2f
+ DEFINE OPENSSL_PATH = openssl-1.0.2g
DEFINE OPENSSL_FLAGS = -DL_ENDIAN -DOPENSSL_SMALL_FOOTPRINT -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE
#
|