Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
alpaca-libraries
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
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jannik Hoelling
alpaca-libraries
Commits
da58ad31
There was an error fetching the commit references. Please try again later.
Commit
da58ad31
authored
Jan 15, 2022
by
Jannik Hoelling
Browse files
Options
Downloads
Patches
Plain Diff
delete files
parent
012c81d6
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
baseimage/test.py
+0
-24
0 additions, 24 deletions
baseimage/test.py
results
+0
-70
0 additions, 70 deletions
results
with
0 additions
and
94 deletions
baseimage/test.py
deleted
100755 → 0
+
0
−
24
View file @
012c81d6
#!/usr/bin/python
import
sys
import
os
import
time
#$1 command to run
#$2 server1 to connect
#$3 openssl-wrong-cn.com
#$4 openssl-malicious-alpn
#$5 wait seconds before starting
command
=
sys
.
argv
[
1
]
server1
=
sys
.
argv
[
2
]
openssl_wrong_cn
=
sys
.
argv
[
3
]
openssl_malicious_alpn
=
sys
.
argv
[
4
]
wait
=
int
(
sys
.
argv
[
5
])
time
.
sleep
(
wait
)
results
=
{}
results
[
1
]
=
os
.
system
(
command
+
""
)
print
results
\ No newline at end of file
This diff is collapsed.
Click to expand it.
results
deleted
100644 → 0
+
0
−
70
View file @
012c81d6
bearssl
Test1 success! exitcode:0
Test2 success! exitcode:1
Test3 success! exitcode:120
Test4 success! exitcode:112
Test5 success! exitcode:10
botan
Test1 success! exitcode:0
Test2 success! exitcode:112
Test3 success! exitcode:120
Test4 success! exitcode:42
Test5 success! exitcode:120
gnutls
Test1 success! exitcode:0
Test2 success! exitcode:112
Test3 success! exitcode:120
Test4 success! exitcode:164
Test5 success! exitcode:168
java
Test1 success! exitcode:0
Test2 success! exitcode:112
Test3 success! exitcode:120
Test4 success! exitcode:42
Test5 success! exitcode:120
golang
Test1 success! exitcode:0
Test2 success! exitcode:42
Test3 success! exitcode:120
Test4 success! exitcode:42
Test5 success! exitcode:120
mbedtls
Test1 success! exitcode:0
Test2 success! exitcode:112
Test3 success! exitcode:120
Test4 success! exitcode:42
Test5 success! exitcode:120
openssl
Test1 success! exitcode:0
Test2 success! exitcode:112
Test3 success! exitcode:120
Test4 success! exitcode:42
Test5 success! exitcode:120
wolfssl
Test1 success! exitcode:0
Test2 success! exitcode:112
Test3 success! exitcode:120
Test4 success! exitcode:42
Test5 success! exitcode:120
rustls
Test1 success! exitcode:0
Test2 success! exitcode:1
Test3 success! exitcode:120
Test4 success! exitcode:1
Test5 success! exitcode:1
boringssl
Test1 success! exitcode:0
Test2 success! exitcode:112
Test3 success! exitcode:120
Test4 success! exitcode:42
Test5 success! exitcode:120
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