g5k
This commit is contained in:
parent
08fd52eedb
commit
752055866f
4 changed files with 75 additions and 6 deletions
37
exp.py
37
exp.py
|
|
@ -194,7 +194,7 @@ CONFIGS = {
|
|||
"server",
|
||||
],
|
||||
"records": [
|
||||
{ "filename": "wikipedia", "repeat": 500 },
|
||||
{ "filename": "wikipedia", "repeat": 2000 },
|
||||
],
|
||||
"repodir": "/home/tuxmain/reps/tlsbench",
|
||||
"expdir": "/dev/shm/exp",
|
||||
|
|
@ -240,6 +240,37 @@ CONFIGS = {
|
|||
"p3_port_plain": 8080,
|
||||
"p3_port_tls": 8443,
|
||||
},
|
||||
"g5k": {
|
||||
"experiments": [
|
||||
"impl-cipher-ver",
|
||||
"impl-cert-ver",
|
||||
"impl-kex-ver",
|
||||
"zrtt",
|
||||
],
|
||||
"setups": [
|
||||
"none",
|
||||
"client",
|
||||
"server",
|
||||
],
|
||||
"records": [
|
||||
{ "filename": "wikipedia", "repeat": 400 },
|
||||
],
|
||||
"repodir": "/home/pengelib/tlsbench",
|
||||
"expdir": "/dev/shm/exp",
|
||||
"log_backup_dir": "/home/pengelib",
|
||||
"p2_hostname": "nova-6",
|
||||
"p2_addr": "172.16.52.6",
|
||||
"p2_ssh": "pengelib@nova-6",
|
||||
"p2_psw": None,
|
||||
"p2_repodir": "/home/pengelib/tlsbench",
|
||||
"wattmeter": False,
|
||||
"perf": False,
|
||||
"rapl": False,
|
||||
"p3_suffix": "",
|
||||
"p3_port_plain": 8080,
|
||||
"p3_port_tls": 8443,
|
||||
"idle": "idle - - - - - - - 600.000194311142 0.0 1822 6541 1.3880000000000052 304283035 -",#TODO
|
||||
},
|
||||
}
|
||||
|
||||
# Wildcard subdomains are used only for certificates.
|
||||
|
|
@ -423,8 +454,8 @@ def alg_filter(kex, cert, cipher, impl):
|
|||
return False
|
||||
if kex == "MLKEM768" and impl == "graviola":
|
||||
return False
|
||||
#if cipher == "ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384" and impl == "openssl":
|
||||
# return False
|
||||
if cipher == "ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384" and impl == "openssl":
|
||||
return False
|
||||
return True
|
||||
|
||||
DOMAINS = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue