Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
bitmask-vpn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
leap
bitmask-vpn
Commits
05857e03
Commit
05857e03
authored
2 years ago
by
Kali Kaneko
Browse files
Options
Downloads
Patches
Plain Diff
fail on first non-working mode
parent
d3eff72f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#93977
failed
2 years ago
Stage: build
Stage: debian
Stage: vendor
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/ciphersuites/Makefile
+20
-18
20 additions, 18 deletions
tests/ciphersuites/Makefile
with
20 additions
and
18 deletions
tests/ciphersuites/Makefile
+
20
−
18
View file @
05857e03
GW_HORNERO
=
212.129.4.141
OK
=
"Peer Connection Initiated"
SLEEP_AND_KILL
=
sleep
3
&&
sudo
pkill openvpn &
certs
:
/usr/bin/curl
-k
https://black.riseup.net/ca.crt
>
/tmp/ca.crt
/usr/bin/curl
-k
https://api.black.riseup.net/3/cert
>
/tmp/cert.pem
test-hornero
:
sleep
2
&&
sudo
pkill openvpn &
GW
=
${
GW_HORNERO
}
CIPHER
=
AES-128-CBC
PORT
=
53
PROTO
=
tcp4 ./vpn-connect.sh
sleep
2
&&
sudo
pkill openvpn &
GW
=
${
GW_HORNERO
}
CIPHER
=
AES-256-GCM
PORT
=
53
PROTO
=
tcp4 ./vpn-connect.sh
sleep
2
&&
sudo
pkill openvpn &
GW
=
${
GW_HORNERO
}
CIPHER
=
AES-128-CBC
PORT
=
53
PROTO
=
udp4 ./vpn-connect.sh
sleep
2
&&
sudo
pkill openvpn &
GW
=
${
GW_HORNERO
}
CIPHER
=
AES-256-GCM
PORT
=
53
PROTO
=
udp4 ./vpn-connect.sh
sleep
2
&&
sudo
pkill openvpn &
GW
=
${
GW_HORNERO
}
CIPHER
=
AES-128-CBC
PORT
=
1194
PROTO
=
tcp4 ./vpn-connect.sh
sleep
2
&&
sudo
pkill openvpn &
GW
=
${
GW_HORNERO
}
CIPHER
=
AES-128-CBC
PORT
=
1194
PROTO
=
udp4 ./vpn-connect.sh
sleep
2
&&
sudo
pkill openvpn &
GW
=
${
GW_HORNERO
}
CIPHER
=
AES-256-GCM
PORT
=
1194
PROTO
=
tcp4 ./vpn-connect.sh
sleep
2
&&
sudo
pkill openvpn &
GW
=
${
GW_HORNERO
}
CIPHER
=
AES-256-GCM
PORT
=
1194
TLS
=
DHE-RSA-AES128-SHA ./vpn-connect-tls.sh
sleep
2
&&
sudo
pkill openvpn &
GW
=
${
GW_HORNERO
}
CIPHER
=
AES-256-GCM
PORT
=
1194
TLS
=
TLS-ECDHE-ECDSA-WITH-AES-256-GCM-SHA384 ./vpn-connect-tls.sh
${
SLEEP_AND_KILL
}
GW
=
${
GW_HORNERO
}
CIPHER
=
AES-128-CBC
PORT
=
53
PROTO
=
tcp4 ./vpn-connect.sh
|
grep
--color
${
OK
}
${
SLEEP_AND_KILL
}
GW
=
${
GW_HORNERO
}
CIPHER
=
AES-256-GCM
PORT
=
53
PROTO
=
tcp4 ./vpn-connect.sh
|
grep
--color
${
OK
}
${
SLEEP_AND_KILL
}
GW
=
${
GW_HORNERO
}
CIPHER
=
AES-128-CBC
PORT
=
80
PROTO
=
udp4 ./vpn-connect.sh
|
grep
--color
${
OK
}
${
SLEEP_AND_KILL
}
GW
=
${
GW_HORNERO
}
CIPHER
=
AES-256-GCM
PORT
=
80
PROTO
=
udp4 ./vpn-connect.sh
|
grep
--color
${
OK
}
${
SLEEP_AND_KILL
}
GW
=
${
GW_HORNERO
}
CIPHER
=
AES-128-CBC
PORT
=
1194
PROTO
=
tcp4 ./vpn-connect.sh
|
grep
--color
${
OK
}
${
SLEEP_AND_KILL
}
GW
=
${
GW_HORNERO
}
CIPHER
=
AES-128-CBC
PORT
=
1194
PROTO
=
udp4 ./vpn-connect.sh
|
grep
--color
${
OK
}
${
SLEEP_AND_KILL
}
GW
=
${
GW_HORNERO
}
CIPHER
=
AES-256-GCM
PORT
=
1194
PROTO
=
tcp4 ./vpn-connect.sh
|
grep
--color
${
OK
}
${
SLEEP_AND_KILL
}
GW
=
${
GW_HORNERO
}
CIPHER
=
AES-256-GCM
PORT
=
1194
TLS
=
DHE-RSA-AES128-SHA ./vpn-connect-tls.sh
|
grep
--color
${
OK
}
${
SLEEP_AND_KILL
}
GW
=
${
GW_HORNERO
}
CIPHER
=
AES-256-GCM
PORT
=
1194
TLS
=
TLS-ECDHE-ECDSA-WITH-AES-256-GCM-SHA384 ./vpn-connect-tls.sh
|
grep
--color
${
OK
}
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