]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/OpensslLib/OpenSSL-HOWTO.txt
CryptoPkg/OpensslLib: Update OpenSSL version to 1.1.0g
[mirror_edk2.git] / CryptoPkg / Library / OpensslLib / OpenSSL-HOWTO.txt
index e8b0bab010307fae8d529739cdc353056289ae74..d1521381290b7271239c97fd106353d555c2c545 100644 (file)
@@ -18,7 +18,7 @@ on the cryptography.
                              OpenSSL-Version\r
 =============================================================================\r
   EDKII supports building with the latest release of OpenSSL.\r
-  The latest official release is OpenSSL-1.1.0e (Released at 2017-Feb-16).\r
+  The latest official release is OpenSSL-1.1.0g (Released at 2017-Nov-02).\r
   NOTE: Only latest release version was fully validated.\r
         And no guarantees on build & functionality if using other versions.\r
 \r
@@ -28,13 +28,13 @@ on the cryptography.
 1. Clone the latest official OpenSSL release into the directory\r
      CryptoPkg/Library/OpensslLib/openssl/\r
 \r
-   Use OpenSSL-1.1.0e release as one example:\r
-     (OpenSSL_1_1_0e below is the tag name for the OpenSSL-1.1.0e release)\r
+   Use OpenSSL-1.1.0g release as one example:\r
+     (OpenSSL_1_1_0g below is the tag name for the OpenSSL-1.1.0g release)\r
      > cd CryptoPkg/Library/OpensslLib\r
-     > git clone -b OpenSSL_1_1_0e https://github.com/openssl/openssl openssl\r
+     > git clone -b OpenSSL_1_1_0g https://github.com/openssl/openssl openssl\r
      or\r
      > git clone https://github.com/openssl/openssl openssl\r
-     > git checkout OpenSSL_1_1_0e\r
+     > git checkout OpenSSL_1_1_0g\r
 Or\r
 2. Download the latest OpenSSL release package from the official website:\r
      https://www.openssl.org/source/\r