Skip to content

Commit b0fd18a

Browse files
ci: update quic-interop-runner pinned commit (#2172)
* 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
1 parent 527c88f commit b0fd18a

File tree

5 files changed

+125
-104
lines changed

5 files changed

+125
-104
lines changed

.github/interop/required.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"client",
1010
"server"
1111
],
12+
"msquic": [],
1213
"mvfst": [
1314
"client",
1415
"server"
@@ -55,6 +56,7 @@
5556
"client",
5657
"server"
5758
],
59+
"msquic": [],
5860
"mvfst": [
5961
"server"
6062
],
@@ -100,6 +102,7 @@
100102
"client",
101103
"server"
102104
],
105+
"msquic": [],
103106
"mvfst": [
104107
"client"
105108
],
@@ -143,6 +146,7 @@
143146
"client",
144147
"server"
145148
],
149+
"msquic": [],
146150
"mvfst": [
147151
"server"
148152
],
@@ -184,6 +188,7 @@
184188
],
185189
"kwik": [],
186190
"lsquic": [],
191+
"msquic": [],
187192
"mvfst": [],
188193
"neqo": [
189194
"client"
@@ -211,6 +216,7 @@
211216
"client",
212217
"server"
213218
],
219+
"msquic": [],
214220
"mvfst": [
215221
"client",
216222
"server"
@@ -255,6 +261,7 @@
255261
"client",
256262
"server"
257263
],
264+
"msquic": [],
258265
"mvfst": [],
259266
"neqo": [
260267
"client",
@@ -296,6 +303,7 @@
296303
"client",
297304
"server"
298305
],
306+
"msquic": [],
299307
"mvfst": [],
300308
"neqo": [
301309
"client",
@@ -331,6 +339,7 @@
331339
"aioquic": [],
332340
"kwik": [],
333341
"lsquic": [],
342+
"msquic": [],
334343
"mvfst": [],
335344
"neqo": [
336345
"client"
@@ -354,6 +363,7 @@
354363
"lsquic": [
355364
"client"
356365
],
366+
"msquic": [],
357367
"mvfst": [],
358368
"neqo": [],
359369
"ngtcp2": [
@@ -385,6 +395,7 @@
385395
"client",
386396
"server"
387397
],
398+
"msquic": [],
388399
"mvfst": [],
389400
"neqo": [
390401
"client"
@@ -419,6 +430,7 @@
419430
"aioquic": [],
420431
"kwik": [],
421432
"lsquic": [],
433+
"msquic": [],
422434
"mvfst": [],
423435
"neqo": [],
424436
"ngtcp2": [],
@@ -445,6 +457,7 @@
445457
"client",
446458
"server"
447459
],
460+
"msquic": [],
448461
"mvfst": [],
449462
"neqo": [
450463
"client",
@@ -480,6 +493,7 @@
480493
"aioquic": [],
481494
"kwik": [],
482495
"lsquic": [],
496+
"msquic": [],
483497
"mvfst": [],
484498
"neqo": [],
485499
"ngtcp2": [],
@@ -506,6 +520,7 @@
506520
"client",
507521
"server"
508522
],
523+
"msquic": [],
509524
"mvfst": [],
510525
"neqo": [
511526
"client",
@@ -545,6 +560,7 @@
545560
"lsquic": [
546561
"client"
547562
],
563+
"msquic": [],
548564
"mvfst": [],
549565
"neqo": [
550566
"client"
@@ -575,6 +591,7 @@
575591
"lsquic": [
576592
"client"
577593
],
594+
"msquic": [],
578595
"mvfst": [],
579596
"neqo": [],
580597
"ngtcp2": [
@@ -603,6 +620,7 @@
603620
"aioquic": [],
604621
"kwik": [],
605622
"lsquic": [],
623+
"msquic": [],
606624
"mvfst": [],
607625
"neqo": [],
608626
"ngtcp2": [],
@@ -625,6 +643,7 @@
625643
"client",
626644
"server"
627645
],
646+
"msquic": [],
628647
"mvfst": [
629648
"server"
630649
],

0 commit comments

Comments
 (0)