Skip to content

Commit

Permalink
ci: update quic-interop-runner pinned commit (#2172)
Browse files Browse the repository at this point in the history
* ci: update quic-interop-runner pinned commit

* fix patch

* add default stddev column

* try converting key to pkcs8

* add sec1 parsing to rustls

* fix patch

* create larger certs

* use sha384

* use sha384 and secp384r1

* add SAN to cert

* add another SAN to cert

* add another SAN to cert

* use all 1s and 2s in the SAN

* use quic-interop/quic-interop-runner#376
  • Loading branch information
WesleyRosenblum authored Apr 3, 2024
1 parent 527c88f commit b0fd18a
Show file tree
Hide file tree
Showing 5 changed files with 125 additions and 104 deletions.
19 changes: 19 additions & 0 deletions .github/interop/required.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"client",
"server"
],
"msquic": [],
"mvfst": [
"client",
"server"
Expand Down Expand Up @@ -55,6 +56,7 @@
"client",
"server"
],
"msquic": [],
"mvfst": [
"server"
],
Expand Down Expand Up @@ -100,6 +102,7 @@
"client",
"server"
],
"msquic": [],
"mvfst": [
"client"
],
Expand Down Expand Up @@ -143,6 +146,7 @@
"client",
"server"
],
"msquic": [],
"mvfst": [
"server"
],
Expand Down Expand Up @@ -184,6 +188,7 @@
],
"kwik": [],
"lsquic": [],
"msquic": [],
"mvfst": [],
"neqo": [
"client"
Expand Down Expand Up @@ -211,6 +216,7 @@
"client",
"server"
],
"msquic": [],
"mvfst": [
"client",
"server"
Expand Down Expand Up @@ -255,6 +261,7 @@
"client",
"server"
],
"msquic": [],
"mvfst": [],
"neqo": [
"client",
Expand Down Expand Up @@ -296,6 +303,7 @@
"client",
"server"
],
"msquic": [],
"mvfst": [],
"neqo": [
"client",
Expand Down Expand Up @@ -331,6 +339,7 @@
"aioquic": [],
"kwik": [],
"lsquic": [],
"msquic": [],
"mvfst": [],
"neqo": [
"client"
Expand All @@ -354,6 +363,7 @@
"lsquic": [
"client"
],
"msquic": [],
"mvfst": [],
"neqo": [],
"ngtcp2": [
Expand Down Expand Up @@ -385,6 +395,7 @@
"client",
"server"
],
"msquic": [],
"mvfst": [],
"neqo": [
"client"
Expand Down Expand Up @@ -419,6 +430,7 @@
"aioquic": [],
"kwik": [],
"lsquic": [],
"msquic": [],
"mvfst": [],
"neqo": [],
"ngtcp2": [],
Expand All @@ -445,6 +457,7 @@
"client",
"server"
],
"msquic": [],
"mvfst": [],
"neqo": [
"client",
Expand Down Expand Up @@ -480,6 +493,7 @@
"aioquic": [],
"kwik": [],
"lsquic": [],
"msquic": [],
"mvfst": [],
"neqo": [],
"ngtcp2": [],
Expand All @@ -506,6 +520,7 @@
"client",
"server"
],
"msquic": [],
"mvfst": [],
"neqo": [
"client",
Expand Down Expand Up @@ -545,6 +560,7 @@
"lsquic": [
"client"
],
"msquic": [],
"mvfst": [],
"neqo": [
"client"
Expand Down Expand Up @@ -575,6 +591,7 @@
"lsquic": [
"client"
],
"msquic": [],
"mvfst": [],
"neqo": [],
"ngtcp2": [
Expand Down Expand Up @@ -603,6 +620,7 @@
"aioquic": [],
"kwik": [],
"lsquic": [],
"msquic": [],
"mvfst": [],
"neqo": [],
"ngtcp2": [],
Expand All @@ -625,6 +643,7 @@
"client",
"server"
],
"msquic": [],
"mvfst": [
"server"
],
Expand Down
Loading

0 comments on commit b0fd18a

Please sign in to comment.