@@ -17,45 +17,45 @@ cryptography. This patch will enable openssl building under UEFI environment.
17
17
================================================================================
18
18
OpenSSL-Version
19
19
================================================================================
20
- Current supported OpenSSL version for UEFI Crypto Library is 0.9.8zb .
21
- http://www.openssl.org/source/openssl-0.9.8zb .tar.gz
20
+ Current supported OpenSSL version for UEFI Crypto Library is 0.9.8ze .
21
+ http://www.openssl.org/source/openssl-0.9.8ze .tar.gz
22
22
23
23
24
24
================================================================================
25
25
HOW to Install Openssl for UEFI Building
26
26
================================================================================
27
- 1. Download OpenSSL 0.9.8zb from official website:
28
- http://www.openssl.org/source/openssl-0.9.8zb .tar.gz
27
+ 1. Download OpenSSL 0.9.8ze from official website:
28
+ http://www.openssl.org/source/openssl-0.9.8ze .tar.gz
29
29
30
- NOTE: Some web browsers may rename the downloaded TAR file to openssl-0.9.8zb .tar.tar.
31
- When you do the download, rename the "openssl-0.9.8zb .tar.tar" to
32
- "openssl-0.9.8zb .tar.gz" or rename the local downloaded file with ".tar.tar"
30
+ NOTE: Some web browsers may rename the downloaded TAR file to openssl-0.9.8ze .tar.tar.
31
+ When you do the download, rename the "openssl-0.9.8ze .tar.tar" to
32
+ "openssl-0.9.8ze .tar.gz" or rename the local downloaded file with ".tar.tar"
33
33
extension to ".tar.gz".
34
34
35
- 2. Extract TAR into CryptoPkg/Library/OpenSslLib/openssl-0.9.8zb
35
+ 2. Extract TAR into CryptoPkg/Library/OpenSslLib/openssl-0.9.8ze
36
36
37
37
NOTE: If you use WinZip to unpack the openssl source in Windows, please
38
38
uncheck the WinZip smart CR/LF conversion option (WINZIP: Options -->
39
39
Configuration --> Miscellaneous --> "TAR file smart CR/LF conversion").
40
40
41
- 3. Apply this patch: EDKII_openssl-0.9.8zb .patch, and make installation
41
+ 3. Apply this patch: EDKII_openssl-0.9.8ze .patch, and make installation
42
42
43
43
For Windows Environment:
44
44
------------------------
45
45
1) Make sure the patch utility has been installed in your machine.
46
46
Install Cygwin or get the patch utility binary from
47
47
http://gnuwin32.sourceforge.net/packages/patch.htm
48
- 2) cd $(WORKSPACE)\CryptoPkg\Library\OpensslLib\openssl-0.9.8zb
49
- 3) patch -p0 -i ..\EDKII_openssl-0.9.8zb .patch
48
+ 2) cd $(WORKSPACE)\CryptoPkg\Library\OpensslLib\openssl-0.9.8ze
49
+ 3) patch -p0 -i ..\EDKII_openssl-0.9.8ze .patch
50
50
4) cd ..
51
51
5) Install.cmd
52
52
53
53
For Linux* Environment:
54
54
-----------------------
55
55
1) Make sure the patch utility has been installed in your machine.
56
56
Patch utility is available from http://directory.fsf.org/project/patch/
57
- 2) cd $(WORKSPACE)/CryptoPkg/Library/OpensslLib/openssl-0.9.8zb
58
- 3) patch -p0 -i ../EDKII_openssl-0.9.8zb .patch
57
+ 2) cd $(WORKSPACE)/CryptoPkg/Library/OpensslLib/openssl-0.9.8ze
58
+ 3) patch -p0 -i ../EDKII_openssl-0.9.8ze .patch
59
59
4) cd ..
60
60
5) ./Install.sh
61
61
0 commit comments