Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
78260d89
T
Third Party Openssl
项目概览
OpenHarmony
/
Third Party Openssl
大约 1 年 前同步成功
通知
9
Star
18
Fork
1
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
Third Party Openssl
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
78260d89
编写于
9月 18, 2006
作者:
A
Andy Polyakov
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
As x86ms.pl is out, remove do_masm.bat and mention to it in INSTALL.W32.
上级
4b67fefe
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
4 addition
and
94 deletion
+4
-94
INSTALL.W32
INSTALL.W32
+4
-21
ms/do_masm.bat
ms/do_masm.bat
+0
-73
未找到文件。
INSTALL.W32
浏览文件 @
78260d89
...
...
@@ -29,23 +29,10 @@
If you want to compile in the assembly language routines with Visual C++ then
you will need an assembler. This is worth doing because it will result in
faster code: for example it will typically result in a 2 times speedup in the
RSA routines. Currently the following assemblers are supported:
* Microsoft MASM (aka "ml")
* Free Netwide Assembler NASM.
MASM is distributed with most versions of VC++. For the versions where it is
not included in VC++, it is also distributed with some Microsoft DDKs, for
example the Windows NT 4.0 DDK and the Windows 98 DDK. If you do not have
either of these DDKs then you can just download the binaries for the Windows
98 DDK and extract and rename the two files XXXXXml.exe and XXXXXml.err, to
ml.exe and ml.err and install somewhere on your PATH. Both DDKs can be
downloaded from the Microsoft developers site www.msdn.com.
NASM is freely available. Version 0.98 was used during testing: other versions
may also work. It is available from many places, see for example:
http://www.kernel.org/pub/software/devel/nasm/binaries/win32/
The NASM binary nasmw.exe needs to be installed anywhere on your PATH.
RSA routines. Assembler choice is limited to Free Netwise Assember, NASM,
available for download from http://sourceforge.net/projects/nasm/, even in
binary form. The NASM binary, nasmw.exe needs to be installed anywhere on
your %PATH%.
Firstly you should run Configure:
...
...
@@ -56,10 +43,6 @@ Where the prefix argument specifies where OpenSSL will be installed to.
Next you need to build the Makefiles and optionally the assembly language
files:
- If you are using MASM then run:
> ms\do_masm
- If you are using NASM then run:
> ms\do_nasm
...
...
ms/do_masm.bat
已删除
100755 → 0
浏览文件 @
4b67fefe
@echo
off
echo
Generating
x86
for
MASM
assember
echo
Bignum
cd
crypto
\bn\asm
perl
x86
.pl
win32
>
bn_win32
.asm
cd
..\..\..
echo
DES
cd
crypto
\des\asm
perl
des
-
586
.pl
win32
>
d_win32
.asm
cd
..\..\..
echo
"crypt(3)"
cd
crypto
\des\asm
perl
crypt586
.pl
win32
>
y_win32
.asm
cd
..\..\..
echo
Blowfish
cd
crypto
\bf\asm
perl
bf
-
586
.pl
win32
>
b_win32
.asm
cd
..\..\..
echo
CAST5
cd
crypto
\cast\asm
perl
cast
-
586
.pl
win32
>
c_win32
.asm
cd
..\..\..
echo
RC4
cd
crypto
\rc4\asm
perl
rc4
-
586
.pl
win32
>
r4_win32
.asm
cd
..\..\..
echo
MD5
cd
crypto
\md5\asm
perl
md5
-
586
.pl
win32
>
m5_win32
.asm
cd
..\..\..
echo
SHA1
cd
crypto
\sha\asm
perl
sha1
-
586
.pl
win32
>
s1_win32
.asm
cd
..\..\..
echo
RIPEMD160
cd
crypto
\ripemd\asm
perl
rmd
-
586
.pl
win32
>
rm_win32
.asm
cd
..\..\..
echo
RC5
\32
cd
crypto
\rc5\asm
perl
rc5
-
586
.pl
win32
>
r5_win32
.asm
cd
..\..\..
echo
Whirlpool
cd
crypto
\whrlpool\asm
perl
wp
-mmx
.pl
win32
>
wp_win32
.asm
cd
..\..\..
echo
CPU
-ID
cd
crypto
perl
x86cpuid
.pl
win32
>
cpu_win32
.asm
cd
..
echo
on
perl
util
\mkfiles.pl
>
MINFO
perl
util
\mk1mf.pl
VC
-WIN
32
>
ms
\nt.mak
perl
util
\mk1mf.pl
dll
VC
-WIN
32
>
ms
\ntdll.mak
perl
util
\mkdef.pl
32
libeay
>
ms
\libeay32.def
perl
util
\mkdef.pl
32
ssleay
>
ms
\ssleay32.def
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录