Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
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 curl
Commits
32fe5b14
Commit
32fe5b14
authored
18 years ago
by
Dan Fandrich
Browse files
Options
Downloads
Patches
Plain Diff
Added simple OpenSSL crypto engine tests.
parent
bbdc4836
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tests/data/Makefile.am
+1
-1
1 addition, 1 deletion
tests/data/Makefile.am
tests/data/test307
+43
-0
43 additions, 0 deletions
tests/data/test307
tests/data/test308
+24
-0
24 additions, 0 deletions
tests/data/test308
with
68 additions
and
1 deletion
tests/data/Makefile.am
+
1
−
1
View file @
32fe5b14
...
...
@@ -37,4 +37,4 @@ EXTRA_DIST = test1 test108 test117 test127 test20 test27 test34 test46 \
test274 test275 test524 test525 test276 test277 test526 test527 test528
\
test530 DISABLED test278 test279 test531 test280 test529 test532 test533
\
test534 test535 test281 test537 test282 test283 test284 test538 test285
\
test286
test286
test307 test308
This diff is collapsed.
Click to expand it.
tests/data/test307
0 → 100644
+
43
−
0
View file @
32fe5b14
#
# Server-side
<reply>
<data>
HTTP/1.1 200 OK
Date: Tue, 16 Jan 2007 18:00:14 GMT
Server: test-server/fake
Content-Length: 7
MooMoo
</data>
</reply>
#
# Client-side
<client>
<features>
OpenSSL
</features>
<server>
https
</server>
<name>
simple HTTPS GET with openssl engine
</name>
<command>
--engine openssl -k https://%HOSTIP:%HTTPSPORT/307
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<strip>
^User-Agent:.*
</strip>
<protocol>
GET /307 HTTP/1.1
Host: 127.0.0.1:%HTTPSPORT
Accept: */*
</protocol>
</verify>
This diff is collapsed.
Click to expand it.
tests/data/test308
0 → 100644
+
24
−
0
View file @
32fe5b14
#
# Client-side
<client>
<features>
OpenSSL
</features>
<server>
https
</server>
<name>
simple HTTPS GET with invaild crypto engine
</name>
<command>
--engine invalid-crypto-engine-xyzzy -k https://%HOSTIP:%HTTPSPORT/308
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<errorcode>
53
</errorcode>
</verify>
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