Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP OpenSSL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP OpenSSL
Commits
9911b749
Commit
9911b749
authored
17 years ago
by
Dr. Stephen Henson
Browse files
Options
Downloads
Patches
Plain Diff
Include Mont asm files in WIN32 build.
parent
3dbd453f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ms/do_nasm.bat
+1
-0
1 addition, 0 deletions
ms/do_nasm.bat
util/pl/VC-32.pl
+4
-4
4 additions, 4 deletions
util/pl/VC-32.pl
with
5 additions
and
4 deletions
ms/do_nasm.bat
+
1
−
0
View file @
9911b749
...
...
@@ -8,6 +8,7 @@ echo Bignum
cd
crypto
\bn\asm
perl
bn
-
586
.pl
win32n
%ASMOPTS%
>
bn_win32
.asm
perl
co
-
586
.pl
win32n
%ASMOPTS%
>
co_win32
.asm
perl
x86
-mont
.pl
win32n
%ASMOPTS%
>
mo_win32
.asm
cd
..\..\..
echo
AES
...
...
This diff is collapsed.
Click to expand it.
util/pl/VC-32.pl
+
4
−
4
View file @
9911b749
...
...
@@ -185,8 +185,8 @@ if (!$no_asm)
{
$aes_asm_obj
=
'
crypto\aes\asm\a_win32.obj
';
$aes_asm_src
=
'
crypto\aes\asm\a_win32.asm
';
$bn_asm_obj
=
'
crypto\bn\asm\bn_win32.obj
';
$bn_asm_src
=
'
crypto\bn\asm\bn_win32.asm
';
$bn_asm_obj
=
'
crypto\bn\asm\bn_win32.obj
crypto\bn\asm\mo_win32.obj
';
$bn_asm_src
=
'
crypto\bn\asm\bn_win32.asm
crypto\bn\asm\mo_win32.asm
';
$bnco_asm_obj
=
'
crypto\bn\asm\co_win32.obj
';
$bnco_asm_src
=
'
crypto\bn\asm\co_win32.asm
';
$des_enc_obj
=
'
crypto\des\asm\d_win32.obj crypto\des\asm\y_win32.obj
';
...
...
@@ -210,8 +210,8 @@ if (!$no_asm)
$cpuid_asm_obj
=
'
crypto\cpu_win32.obj
';
$cpuid_asm_src
=
'
crypto\cpu_win32.asm
';
$cflags
.=
"
-DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2
";
$cflags
.=
"
-DAES_ASM
-DOPENSSL_BN_ASM_PART_WORDS -DBN_ASM -D
MD5_ASM
";
$cflags
.=
"
-DSHA1_ASM -DSHA256_ASM -DSHA512_ASM
";
$cflags
.=
"
-DOPENSSL_BN_ASM_PART_WORDS -DBN_ASM -D
OPENSSL_BN_ASM_MONT
";
$cflags
.=
"
-DAES_ASM -DMD5_ASM
-DSHA1_ASM -DSHA256_ASM -DSHA512_ASM
";
$cflags
.=
"
-DRMD160_ASM -DWHIRLPOOL_ASM
";
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment