CertVerify
This commit is contained in:
parent
a81a01f394
commit
0e2ca537a0
4 changed files with 34 additions and 7 deletions
10
exp.py
10
exp.py
|
|
@ -26,9 +26,9 @@ CONFIGS = {
|
|||
},
|
||||
"local": {
|
||||
"experiments": [
|
||||
#"impl-cipher-ver",
|
||||
"impl-cipher-ver",
|
||||
"impl-cert-ver",
|
||||
#"impl-kex-ver",
|
||||
"impl-kex-ver",
|
||||
],
|
||||
"setups": [
|
||||
"none-local",
|
||||
|
|
@ -76,7 +76,7 @@ DOMAINS_ = [
|
|||
]
|
||||
|
||||
RECORDS = [
|
||||
{ "filename": "youtube", "repeat": 1 },
|
||||
{ "filename": "youtube", "repeat": 10 },
|
||||
#{ "filename": "peertube", "repeat": 10 },
|
||||
#{ "filename": "wikipedia", "repeat": 1 },
|
||||
#{ "filename": "apple", "repeat": 1000 },
|
||||
|
|
@ -91,8 +91,8 @@ CERT_SIGN_ALGS = [
|
|||
IMPLS = [
|
||||
"aws_lc_rs", # Amazon's Rust crypto widely used in Rust stuff
|
||||
#"boring", # Google's fork of OpenSSL used in Chrome and Android
|
||||
#"openssl", # widely used
|
||||
#"ring", # used in most Rust stuff
|
||||
"openssl", # widely used
|
||||
"ring", # used in most Rust stuff
|
||||
#"symcrypt", # Microsoft's crypto
|
||||
#"wolfcrypt" # used in embedded (won't build with rpxy for now)
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue