Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
ngtcp2
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
Kashyap Thimmaraju
ngtcp2
Commits
44cc784e
Commit
44cc784e
authored
4 years ago
by
Tatsuhiro Tsujikawa
Browse files
Options
Downloads
Patches
Plain Diff
interop: Enable chacha20 test case
parent
5c74a7cb
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
interop/run_endpoint.sh
+4
-1
4 additions, 1 deletion
interop/run_endpoint.sh
with
4 additions
and
1 deletion
interop/run_endpoint.sh
+
4
−
1
View file @
44cc784e
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
# - CLIENT_PARAMS contains user-supplied command line parameters
# - CLIENT_PARAMS contains user-supplied command line parameters
case
$TESTCASE
in
case
$TESTCASE
in
versionnegotiation|handshake|transfer|retry|resumption|http3|multiconnect|zerortt
)
versionnegotiation|handshake|transfer|retry|resumption|http3|multiconnect|zerortt
|chacha20
)
:
:
;;
;;
*
)
*
)
...
@@ -26,6 +26,9 @@ if [ "$ROLE" == "client" ]; then
...
@@ -26,6 +26,9 @@ if [ "$ROLE" == "client" ]; then
if
[
"
$TESTCASE
"
==
"versionnegotiation"
]
;
then
if
[
"
$TESTCASE
"
==
"versionnegotiation"
]
;
then
CLIENT_ARGS
=
"
$CLIENT_ARGS
-v 0xaaaaaaaa"
CLIENT_ARGS
=
"
$CLIENT_ARGS
-v 0xaaaaaaaa"
fi
fi
if
[
"
$TESTCASE
"
==
"chacha20"
]
;
then
CLIENT_ARGS
=
"
$CLIENT_ARGS
--ciphers=TLS_CHACHA20_POLY1305_SHA256"
fi
if
[
"
$TESTCASE
"
==
"resumption"
]
||
[
"
$TESTCASE
"
==
"zerortt"
]
;
then
if
[
"
$TESTCASE
"
==
"resumption"
]
||
[
"
$TESTCASE
"
==
"zerortt"
]
;
then
CLIENT_ARGS
=
"
$CLIENT_ARGS
--session-file session.txt --tp-file tp.txt"
CLIENT_ARGS
=
"
$CLIENT_ARGS
--session-file session.txt --tp-file tp.txt"
if
[
"
$TESTCASE
"
==
"resumption"
]
;
then
if
[
"
$TESTCASE
"
==
"resumption"
]
;
then
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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