Skip to content

Commit 8c4cd1c

Browse files
committed
add basic tls setup with self-signed certs
1 parent 5eb6309 commit 8c4cd1c

File tree

10 files changed

+355
-94
lines changed

10 files changed

+355
-94
lines changed

Cargo.lock

Lines changed: 181 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iris-mpc-upgrade/Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ tracing-subscriber.workspace = true
2525

2626
mpc-uniqueness-check = { package = "mpc", git = "https://github.com/worldcoin/mpc-uniqueness-check", rev = "4d38402" }
2727
indicatif = "0.17.8"
28-
tokio-rustls = "0.24.1"
29-
rustls = "0.21.12"
30-
webpki-roots = "0.25.4"
28+
tokio-rustls = "0.26.0"
29+
rustls = "0.23.12"
30+
rustls-pemfile = "2.1.3"
31+
rcgen = "0.13.1"
3132

3233
[dev-dependencies]
3334
float_eq = "1"

0 commit comments

Comments
 (0)