Skip to content

Commit 2402c4d

Browse files
committed
feat: implements ca-crl support in zTunnel
Signed-off-by: nilekh <[email protected]>
1 parent afa6722 commit 2402c4d

File tree

18 files changed

+1093
-22
lines changed

18 files changed

+1093
-22
lines changed

Cargo.lock

Lines changed: 130 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ keyed_priority_queue = "0.4"
7272
libc = "0.2"
7373
log = "0.4"
7474
nix = { version = "0.30", features = ["socket", "sched", "uio", "fs", "ioctl", "user", "net", "mount", "resource" ] }
75+
notify = "6.1"
76+
notify-debouncer-full = "0.3"
7577
once_cell = "1.21"
7678
num_cpus = "1.16"
7779
ppp = "2.3"
@@ -156,6 +158,7 @@ oid-registry = "0.8"
156158
rcgen = { version = "0.14", features = ["pem", "x509-parser"] }
157159
x509-parser = { version = "0.17", default-features = false, features = ["verify"] }
158160
ctor = "0.5"
161+
tempfile = "3.21"
159162

160163
[lints.clippy]
161164
# This rule makes code more confusing

0 commit comments

Comments
 (0)