CertVerify

This commit is contained in:
Pascal Engélibert 2025-12-01 17:02:32 +01:00
commit 0e2ca537a0
4 changed files with 34 additions and 7 deletions

10
exp.py
View file

@ -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)
]