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
0023adb4
Commit
0023adb4
authored
17 years ago
by
Andy Polyakov
Browse files
Options
Downloads
Patches
Plain Diff
Switch to bn-s390x (it's faster on keys longer than 512 bits) and mention
s390x assembler pack in CHANAGES.
parent
81fe8dcf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGES
+3
-0
3 additions, 0 deletions
CHANGES
Configure
+1
-1
1 addition, 1 deletion
Configure
TABLE
+1
-1
1 addition, 1 deletion
TABLE
crypto/bn/Makefile
+3
-0
3 additions, 0 deletions
crypto/bn/Makefile
with
8 additions
and
2 deletions
CHANGES
+
3
−
0
View file @
0023adb4
...
...
@@ -4,6 +4,9 @@
Changes between 0.9.8f and 0.9.9 [xx XXX xxxx]
*) s390x assembler pack.
[Andy Polyakov]
*) ARMv4 assembler pack. ARMv4 refers to v4 and later ISA, not CPU
"family."
[Andy Polyakov]
...
...
This diff is collapsed.
Click to expand it.
Configure
+
1
−
1
View file @
0023adb4
...
...
@@ -126,7 +126,7 @@ my $sparcv9_asm="sparcv9cap.o sparccpuid.o:bn-sparcv9.o sparcv9-mont.o sparcv9a-
my $sparcv8_asm=":sparcv8.o:des_enc-sparc.o fcrypt_b.o::::::::::";
my $alpha_asm="alphacpuid.o:bn_asm.o alpha-mont.o:::::::::::";
my $mips3_asm=":bn-mips3.o:::::::::::";
my $s390x_asm=":bn
_asm.o s390x-mont
.o::aes_cbc.o aes-s390x.o:::sha1-s390x.o sha256-s390x.o sha512-s390x.o::::::";
my $s390x_asm=":bn
-s390x
.o::aes_cbc.o aes-s390x.o:::sha1-s390x.o sha256-s390x.o sha512-s390x.o::::::";
my $armv4_asm=":bn_asm.o armv4-mont.o::aes_cbc.o aes-armv4.o:::sha1-armv4-large.o sha256-armv4.o sha512-armv4.o::::::";
my $no_asm="::::::::::::";
...
...
This diff is collapsed.
Click to expand it.
TABLE
+
1
−
1
View file @
0023adb4
...
...
@@ -3257,7 +3257,7 @@ $sys_id =
$lflags = -ldl
$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL
$cpuid_obj =
$bn_obj = bn
_asm.o s390x-mont
.o
$bn_obj = bn
-s390x
.o
$des_obj =
$aes_obj = aes_cbc.o aes-s390x.o
$bf_obj =
...
...
This diff is collapsed.
Click to expand it.
crypto/bn/Makefile
+
3
−
0
View file @
0023adb4
...
...
@@ -99,6 +99,9 @@ bn-mips3.o: asm/mips3.s
as -
$$
ABI
-O
-o
$@
asm/mips3.s
;
\
else
$(
CC
)
-c
$(
CFLAGS
)
-o
$@
asm/mips3.s
;
fi
bn-s390x.o
:
asm/s390x.S
$(
CC
)
$(
CFLAGS
)
-c
-o
$@
asm/s390x.S
x86_64-gcc.o
:
asm/x86_64-gcc.c
$(
CC
)
$(
CFLAGS
)
-c
-o
$@
asm/x86_64-gcc.c
x86_64-mont.s
:
asm/x86_64-mont.pl
...
...
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