Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scapy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
CodeLinaro
public-release-test-restored
platform
external
scapy
Commits
8fbcf846
Commit
8fbcf846
authored
8 years ago
by
gpotter2
Browse files
Options
Downloads
Patches
Plain Diff
Added client tls tests on appveyor
parent
9c7584c4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/tls/tests_tls_netaccess.uts
+4
-0
4 additions, 0 deletions
test/tls/tests_tls_netaccess.uts
with
4 additions
and
0 deletions
test/tls/tests_tls_netaccess.uts
+
4
−
0
View file @
8fbcf846
...
...
@@ -9,6 +9,7 @@
### DISCLAIMER: Those tests are slow ###
= Load server util functions
~ open_ssl_client
import sys, os, re, time, multiprocessing, subprocess
...
...
@@ -58,14 +59,17 @@ def test_tls_server(suite="", version=""):
= Testing TLS server with TLS 1.0 and TLS_RSA_WITH_RC4_128_SHA
~ open_ssl_client
test_tls_server("RC4-SHA", "-tls1")
= Testing TLS server with TLS 1.2 and TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
~ open_ssl_client
test_tls_server("DHE-RSA-AES128-SHA256", "-tls1_2")
= Testing TLS server with TLS 1.2 and TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
~ open_ssl_client
test_tls_server("ECDHE-RSA-AES256-GCM-SHA384", "-tls1_2")
...
...
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